diff options
author | Brent Baude <ranger@gentoo.org> | 2012-04-17 19:43:10 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-04-17 19:43:10 +0000 |
commit | c62bd7e1c9c86c6de658009fab773838e578cafb (patch) | |
tree | 8861dc4db9ab797cd52848a713eb04b956cbd691 /app-portage | |
parent | Fixed build breakage against ghc-7.4 (bug #412289 by Robin Johnson). (diff) | |
download | gentoo-2-c62bd7e1c9c86c6de658009fab773838e578cafb.tar.gz gentoo-2-c62bd7e1c9c86c6de658009fab773838e578cafb.tar.bz2 gentoo-2-c62bd7e1c9c86c6de658009fab773838e578cafb.zip |
Marking gentoolkit-0.3.0.5 ppc64 for bug 411479
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoolkit/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.3.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/gentoolkit/ChangeLog b/app-portage/gentoolkit/ChangeLog index 8ef4f1335641..87014d6aaf6e 100644 --- a/app-portage/gentoolkit/ChangeLog +++ b/app-portage/gentoolkit/ChangeLog @@ -1,6 +1,9 @@ # 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.259 2012/04/16 21:41:43 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.260 2012/04/17 19:43:10 ranger Exp $ + + 17 Apr 2012; Brent Baude <ranger@gentoo.org> gentoolkit-0.3.0.5.ebuild: + Marking gentoolkit-0.3.0.5 ppc64 for bug 411479 16 Apr 2012; Brent Baude <ranger@gentoo.org> gentoolkit-0.3.0.5.ebuild: Marking gentoolkit-0.3.0.5 ppc for bug 411479 diff --git a/app-portage/gentoolkit/gentoolkit-0.3.0.5.ebuild b/app-portage/gentoolkit/gentoolkit-0.3.0.5.ebuild index d37ebb7e5162..a79df2877150 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.7 2012/04/16 21:41:43 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.5.ebuild,v 1.8 2012/04/17 19:43:10 ranger Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -20,7 +20,7 @@ IUSE="" # 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" +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 |