diff options
author | Gordon Malm <gengor@gentoo.org> | 2009-05-14 23:14:08 +0000 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2009-05-14 23:14:08 +0000 |
commit | 8fc19664f2aa78b0ed7e9cb70b72eb09213e352a (patch) | |
tree | 35efd16ca463735851ee79a4104f2848d4817926 /dev-python/gdl-python/gdl-python-2.19.1.ebuild | |
parent | Bug #269743: Some of the modules did not get installed. (diff) | |
download | gentoo-2-8fc19664f2aa78b0ed7e9cb70b72eb09213e352a.tar.gz gentoo-2-8fc19664f2aa78b0ed7e9cb70b72eb09213e352a.tar.bz2 gentoo-2-8fc19664f2aa78b0ed7e9cb70b72eb09213e352a.zip |
Unrevert stabilization on amd64/x86, see bug #268359/comment #20.
(Portage version: 2.1.6.11/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'dev-python/gdl-python/gdl-python-2.19.1.ebuild')
-rw-r--r-- | dev-python/gdl-python/gdl-python-2.19.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gdl-python/gdl-python-2.19.1.ebuild b/dev-python/gdl-python/gdl-python-2.19.1.ebuild index b4e2d24b88f1..eb049b1a1c36 100644 --- a/dev-python/gdl-python/gdl-python-2.19.1.ebuild +++ b/dev-python/gdl-python/gdl-python-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/gdl-python/gdl-python-2.19.1.ebuild,v 1.11 2009/05/13 18:23:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1.ebuild,v 1.12 2009/05/14 23:14:08 gengor Exp $ G_PY_PN="gnome-python-extras" @@ -13,7 +13,7 @@ SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2 DESCRIPTION="Python bindings for GDL" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ia64 ppc ppc64 sparc ~x86" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" IUSE="examples" RDEPEND=">=dev-libs/gdl-0.6.1" |