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 | |
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')
-rw-r--r-- | dev-python/gdl-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gdl-python/gdl-python-2.19.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/gdl-python/ChangeLog b/dev-python/gdl-python/ChangeLog index c77abab1e606..3db45791138a 100644 --- a/dev-python/gdl-python/ChangeLog +++ b/dev-python/gdl-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gdl-python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.13 2009/05/13 18:23:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.14 2009/05/14 23:14:08 gengor Exp $ + + 14 May 2009; Gordon Malm <gengor@gentoo.org> gdl-python-2.19.1.ebuild: + Unrevert stabilization on amd64/x86, see bug #268359/comment #20. 13 May 2009; Markus Meier <maekke@gentoo.org> gdl-python-2.19.1.ebuild: revert stabilization on amd64/x86, see bug #268359 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" |