diff options
author | 2012-06-05 10:24:18 +0000 | |
---|---|---|
committer | 2012-06-05 10:24:18 +0000 | |
commit | ac3456294e59d825b2b34e0ba2c6d9bce8ebe3b9 (patch) | |
tree | d0f117f7b0847ee92d024ea333cf957b015720ec | |
parent | Stable for amd64, wrt bug #419695 (diff) | |
download | gentoo-2-ac3456294e59d825b2b34e0ba2c6d9bce8ebe3b9.tar.gz gentoo-2-ac3456294e59d825b2b34e0ba2c6d9bce8ebe3b9.tar.bz2 gentoo-2-ac3456294e59d825b2b34e0ba2c6d9bce8ebe3b9.zip |
Stable for amd64, wrt bug #419663
(Portage version: 2.1.10.49/cvs/Linux x86_64)
-rw-r--r-- | app-portage/portage-utils/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/portage-utils/portage-utils-0.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/portage-utils/ChangeLog b/app-portage/portage-utils/ChangeLog index 05002a357901..26344cab6a6f 100644 --- a/app-portage/portage-utils/ChangeLog +++ b/app-portage/portage-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/portage-utils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/ChangeLog,v 1.127 2012/04/26 13:52:57 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/ChangeLog,v 1.128 2012/06/05 10:24:18 ago Exp $ + + 05 Jun 2012; Agostino Sarubbo <ago@gentoo.org> portage-utils-0.10.ebuild: + Stable for amd64, wrt bug #419663 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> portage-utils-0.10.ebuild: keyword ~amd64-fbsd diff --git a/app-portage/portage-utils/portage-utils-0.10.ebuild b/app-portage/portage-utils/portage-utils-0.10.ebuild index ffb08e504d1b..521e8a953ec2 100644 --- a/app-portage/portage-utils/portage-utils-0.10.ebuild +++ b/app-portage/portage-utils/portage-utils-0.10.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/app-portage/portage-utils/portage-utils-0.10.ebuild,v 1.2 2012/04/26 13:52:57 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.10.ebuild,v 1.3 2012/06/05 10:24:18 ago Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static" src_configure() { |