diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-20 20:03:37 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-20 20:03:37 +0000 |
commit | 31b3d5ec64c94ce3f070ae2e23cbaa22dbb5dac5 (patch) | |
tree | abbb611488d03971f8807634a37f2fa98a26c733 /dev-python/fxpy | |
parent | stable on ppc64, bug #57660 (Manifest recommit) (diff) | |
download | gentoo-2-31b3d5ec64c94ce3f070ae2e23cbaa22dbb5dac5.tar.gz gentoo-2-31b3d5ec64c94ce3f070ae2e23cbaa22dbb5dac5.tar.bz2 gentoo-2-31b3d5ec64c94ce3f070ae2e23cbaa22dbb5dac5.zip |
dev-python/PyOpenGL is now dev-python/pyopengl - adjust dependencies accordingly.
Diffstat (limited to 'dev-python/fxpy')
-rw-r--r-- | dev-python/fxpy/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/fxpy/fxpy-1.0.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/fxpy/ChangeLog b/dev-python/fxpy/ChangeLog index 219b02082ee6..bc8d6b0bc31c 100644 --- a/dev-python/fxpy/ChangeLog +++ b/dev-python/fxpy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/fxpy # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fxpy/ChangeLog,v 1.4 2004/07/09 00:37:18 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fxpy/ChangeLog,v 1.5 2004/07/20 19:59:04 kloeri Exp $ + + 20 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> fxpy-1.0.5.ebuild: + dev-python/PyOpenGL is now dev-python/pyopengl - adjust dependencies + accordingly. 08 Jul 2004; Rob Cakebread <pythonhead@gentoo.org> fxpy-1.0.5.ebuild: Marked stable on x86 diff --git a/dev-python/fxpy/fxpy-1.0.5.ebuild b/dev-python/fxpy/fxpy-1.0.5.ebuild index c94d6b69df29..f7f4ed01c253 100644 --- a/dev-python/fxpy/fxpy-1.0.5.ebuild +++ b/dev-python/fxpy/fxpy-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fxpy/fxpy-1.0.5.ebuild,v 1.5 2004/07/09 00:37:18 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fxpy/fxpy-1.0.5.ebuild,v 1.6 2004/07/20 19:59:04 kloeri Exp $ inherit distutils eutils @@ -16,7 +16,7 @@ KEYWORDS="x86" IUSE="opengl" DEPEND=">=dev-lang/python-2.1 >=x11-libs/fox-1.0.17 - opengl? ( >=dev-python/PyOpenGL-2.0.0.44 )" + opengl? ( >=dev-python/pyopengl-2.0.0.44 )" src_unpack() { unpack ${A} || die |