diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-03 12:30:22 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-03 12:30:22 +0000 |
commit | c53ea3f8307eff9809ebec3e13ccb6b748f1e388 (patch) | |
tree | 1dc96e4269633c3b0eb4e424f807d88888551072 /dev-python/pythoncard/pythoncard-0.7.3.1.ebuild | |
parent | Change wxPython to wxpython. (Manifest recommit) (diff) | |
download | gentoo-2-c53ea3f8307eff9809ebec3e13ccb6b748f1e388.tar.gz gentoo-2-c53ea3f8307eff9809ebec3e13ccb6b748f1e388.tar.bz2 gentoo-2-c53ea3f8307eff9809ebec3e13ccb6b748f1e388.zip |
Change wxPython to wxpython.
Diffstat (limited to 'dev-python/pythoncard/pythoncard-0.7.3.1.ebuild')
-rw-r--r-- | dev-python/pythoncard/pythoncard-0.7.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild b/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild index 5f02bd1ba671..4ae6b478c826 100644 --- a/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild +++ b/dev-python/pythoncard/pythoncard-0.7.3.1.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/pythoncard/pythoncard-0.7.3.1.ebuild,v 1.4 2004/06/25 01:44:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild,v 1.5 2004/07/03 12:27:57 kloeri Exp $ inherit distutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~sparc ~ppc" IUSE="" -DEPEND=">=dev-python/wxPython-2.4.2.4" +DEPEND=">=dev-python/wxpython-2.4.2.4" S=${WORKDIR}/PythonCardPrototype-${PV} |