diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-03 12:08:41 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-03 12:08:41 +0000 |
commit | 0fb4bbd7432402fa5bb799184e07a773622e05a5 (patch) | |
tree | 487aa19d05a5aac046bf050fe7a8dae3ec931cf4 /app-misc/pyge/pyge-0.6.1.2.ebuild | |
parent | Mark stable on amd64, fixes bug #55921 (Manifest recommit) (diff) | |
download | gentoo-2-0fb4bbd7432402fa5bb799184e07a773622e05a5.tar.gz gentoo-2-0fb4bbd7432402fa5bb799184e07a773622e05a5.tar.bz2 gentoo-2-0fb4bbd7432402fa5bb799184e07a773622e05a5.zip |
Change wxPython to wxpython.
Diffstat (limited to 'app-misc/pyge/pyge-0.6.1.2.ebuild')
-rw-r--r-- | app-misc/pyge/pyge-0.6.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/pyge/pyge-0.6.1.2.ebuild b/app-misc/pyge/pyge-0.6.1.2.ebuild index b23f75d36243..b2a550c4339a 100644 --- a/app-misc/pyge/pyge-0.6.1.2.ebuild +++ b/app-misc/pyge/pyge-0.6.1.2.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/app-misc/pyge/pyge-0.6.1.2.ebuild,v 1.2 2004/06/24 22:29:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pyge/pyge-0.6.1.2.ebuild,v 1.3 2004/07/03 12:05:53 kloeri Exp $ inherit eutils @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/python-2.1 - >=dev-python/wxPython-2.4" + >=dev-python/wxpython-2.4" src_install() { python setup.py install --root=${D} --prefix=/usr || die "setup.py install failed" |