diff options
author | 2012-01-15 15:43:47 +0000 | |
---|---|---|
committer | 2012-01-15 15:43:47 +0000 | |
commit | fb5a420b53d112ba3aa58a8034749cb7ccaf8680 (patch) | |
tree | d58b3cf8b066983cef2d6f4be51a7efb577be981 /dev-util/patchutils | |
parent | x86 stable wrt bug #396765 (diff) | |
download | gentoo-2-fb5a420b53d112ba3aa58a8034749cb7ccaf8680.tar.gz gentoo-2-fb5a420b53d112ba3aa58a8034749cb7ccaf8680.tar.bz2 gentoo-2-fb5a420b53d112ba3aa58a8034749cb7ccaf8680.zip |
x86 stable wrt bug #397023
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'dev-util/patchutils')
-rw-r--r-- | dev-util/patchutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/patchutils/patchutils-0.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog index d5df125bb3ff..df1acaaf7461 100644 --- a/dev-util/patchutils/ChangeLog +++ b/dev-util/patchutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/patchutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.66 2012/01/06 11:23:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.67 2012/01/15 15:43:47 phajdan.jr Exp $ + + 15 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> patchutils-0.3.2.ebuild: + x86 stable wrt bug #397023 06 Jan 2012; Agostino Sarubbo <ago@gentoo.org> patchutils-0.3.2.ebuild: Stable for AMD64, wrt bug #397023 diff --git a/dev-util/patchutils/patchutils-0.3.2.ebuild b/dev-util/patchutils/patchutils-0.3.2.ebuild index a2a8273b48d2..6d72ae36e7e0 100644 --- a/dev-util/patchutils/patchutils-0.3.2.ebuild +++ b/dev-util/patchutils/patchutils-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.2.ebuild,v 1.2 2012/01/06 11:23:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.2.ebuild,v 1.3 2012/01/15 15:43:47 phajdan.jr Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="" |