diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2012-03-01 23:07:29 +0000 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2012-03-01 23:07:29 +0000 |
commit | fff5ff6032197db7dc7b86560fff83c1995c8790 (patch) | |
tree | 1aa1076adc69ba1e5d9b35323b2822ed47a6fa2a /app-portage | |
parent | Version bump, bug #401297. Icon and elog improvements thanks to Oschtan. Deci... (diff) | |
download | gentoo-2-fff5ff6032197db7dc7b86560fff83c1995c8790.tar.gz gentoo-2-fff5ff6032197db7dc7b86560fff83c1995c8790.tar.bz2 gentoo-2-fff5ff6032197db7dc7b86560fff83c1995c8790.zip |
Drop the prefix keywords for gentoolkit-0.3.0.5 since equery is currently
broken. The keywords will be re-added after fixing the code and retesting on
the prefix enviroments (Bug 406495).
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoolkit/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.3.0.5.ebuild | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-portage/gentoolkit/ChangeLog b/app-portage/gentoolkit/ChangeLog index bd3e79d09ba8..3beb3bb91304 100644 --- a/app-portage/gentoolkit/ChangeLog +++ b/app-portage/gentoolkit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-portage/gentoolkit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.250 2012/02/29 01:16:33 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.251 2012/03/01 23:07:29 fuzzyray Exp $ + + 01 Mar 2012; Paul Varner <fuzzyray@gentoo.org> gentoolkit-0.3.0.5.ebuild: + Drop the prefix keywords for gentoolkit-0.3.0.5 since equery is currently + broken. The keywords will be re-added after fixing the code and retesting on + the prefix enviroments (Bug 406495). *gentoolkit-0.3.0.5 (29 Feb 2012) diff --git a/app-portage/gentoolkit/gentoolkit-0.3.0.5.ebuild b/app-portage/gentoolkit/gentoolkit-0.3.0.5.ebuild index 797daaa30602..4c0c7d14c477 100644 --- a/app-portage/gentoolkit/gentoolkit-0.3.0.5.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.3.0.5.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/gentoolkit/gentoolkit-0.3.0.5.ebuild,v 1.1 2012/02/29 01:16:33 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.5.ebuild,v 1.2 2012/03/01 23:07:29 fuzzyray Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -18,7 +18,9 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-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" +# Drop the prefix keywords since equery is currently broken on prefix Bug 406495 +#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-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" # Note: argparse is provided in python 2.7 and 3.2 (Bug 346005) # Note: dev-lang/python dependencies are so emerge will print a blocker if any |