diff options
author | Markus Meier <maekke@gentoo.org> | 2009-03-08 15:50:55 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-03-08 15:50:55 +0000 |
commit | e6a50a61ce3af97daca3d454dfd9b3bac817bfde (patch) | |
tree | f2a603053f77e5b6149841d7b7cdbe29cd633245 /dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild | |
parent | version bump by Alet Roux <alet.roux@gmail.com>, bug #261148 (diff) | |
download | gentoo-2-e6a50a61ce3af97daca3d454dfd9b3bac817bfde.tar.gz gentoo-2-e6a50a61ce3af97daca3d454dfd9b3bac817bfde.tar.bz2 gentoo-2-e6a50a61ce3af97daca3d454dfd9b3bac817bfde.zip |
amd64/x86 stable, bug #258040
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild')
-rw-r--r-- | dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild b/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild index c192586ef889..3a5abb87350a 100644 --- a/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild +++ b/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.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-extras-base/gnome-python-extras-base-2.19.1.ebuild,v 1.7 2009/03/05 23:36:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild,v 1.8 2009/03/08 15:50:55 maekke Exp $ inherit versionator eutils autotools gnome2 @@ -25,7 +25,7 @@ RDEPEND=">=x11-libs/gtk+-2.4 DEPEND="${RDEPEND} dev-util/pkgconfig" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" S="${WORKDIR}/${MY_PN}-${PV}" |