diff options
Diffstat (limited to 'dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.22.0.ebuild')
-rw-r--r-- | dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.22.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.22.0.ebuild b/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.22.0.ebuild index 4eea8346c97a..8047293e11a3 100644 --- a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.22.0.ebuild +++ b/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.22.0.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-desktop-base/gnome-python-desktop-base-2.22.0.ebuild,v 1.2 2009/02/14 14:19:04 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.22.0.ebuild,v 1.3 2009/03/03 20:53:40 ranger Exp $ inherit versionator eutils autotools gnome2 @@ -27,7 +27,7 @@ RDEPEND="virtual/python DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.7" -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}" |