diff options
author | Brent Baude <ranger@gentoo.org> | 2009-03-03 20:51:25 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-03-03 20:51:25 +0000 |
commit | d676441ee830988ca6b106a1969be3fb10928424 (patch) | |
tree | d92ec5eee713f51d6fc81c014a455cc7bba8a31c /dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild | |
parent | Marking gnome-python-2.22.3 ppc64 for bug 258040 (diff) | |
download | gentoo-2-d676441ee830988ca6b106a1969be3fb10928424.tar.gz gentoo-2-d676441ee830988ca6b106a1969be3fb10928424.tar.bz2 gentoo-2-d676441ee830988ca6b106a1969be3fb10928424.zip |
Marking gnome-python-base-2.22.3 ppc64 for bug 258040
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)
Diffstat (limited to 'dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild')
-rw-r--r-- | dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild b/dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild index b7c90775f534..815ce50cdbaa 100644 --- a/dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild +++ b/dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild,v 1.2 2009/02/14 14:17:17 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild,v 1.3 2009/03/03 20:51:25 ranger Exp $ inherit versionator eutils gnome2 @@ -25,7 +25,7 @@ RDEPEND=">=x11-libs/gtk+-2.6 DEPEND="${RDEPEND} dev-util/pkgconfig" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd" S="${WORKDIR}/${MY_PN}-${PV}" |