diff options
Diffstat (limited to 'dev-python/pythoncard/pythoncard-0.7.ebuild')
-rw-r--r-- | dev-python/pythoncard/pythoncard-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pythoncard/pythoncard-0.7.ebuild b/dev-python/pythoncard/pythoncard-0.7.ebuild index 56508cca97d4..8cfa36b6d20d 100644 --- a/dev-python/pythoncard/pythoncard-0.7.ebuild +++ b/dev-python/pythoncard/pythoncard-0.7.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.ebuild,v 1.8 2004/06/25 01:44:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.7.ebuild,v 1.9 2004/07/03 12:27:57 kloeri Exp $ inherit distutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ~sparc" IUSE="" -DEPEND=">=dev-python/wxPython-2.3.2.1-r2" +DEPEND=">=dev-python/wxpython-2.3.2.1-r2" S=${WORKDIR}/PythonCardPrototype-${PV} |