diff options
Diffstat (limited to 'dev-python/pythoncard/pythoncard-0.8.2.ebuild')
-rw-r--r-- | dev-python/pythoncard/pythoncard-0.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pythoncard/pythoncard-0.8.2.ebuild b/dev-python/pythoncard/pythoncard-0.8.2.ebuild index c413f5a9b618..2641746e7cf2 100644 --- a/dev-python/pythoncard/pythoncard-0.8.2.ebuild +++ b/dev-python/pythoncard/pythoncard-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.8.2.ebuild,v 1.2 2007/07/04 21:19:23 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.8.2.ebuild,v 1.3 2007/10/03 04:45:50 dirtyepic Exp $ inherit distutils @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" -DEPEND=">=dev-python/wxpython-2.6" +DEPEND="=dev-python/wxpython-2.6*" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} |