diff options
author | Ryan Hill <rhill@gentoo.org> | 2007-10-03 04:45:50 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2007-10-03 04:45:50 +0000 |
commit | 93716c20e57fce3e66d6c0df5285ba4734b50857 (patch) | |
tree | 7b12a81ea74da5fd2ca779e36a1e31cbce501c2c /dev-python/pythoncard/pythoncard-0.8.2.ebuild | |
parent | Marking stable for amd64 as well (diff) | |
download | historical-93716c20e57fce3e66d6c0df5285ba4734b50857.tar.gz historical-93716c20e57fce3e66d6c0df5285ba4734b50857.tar.bz2 historical-93716c20e57fce3e66d6c0df5285ba4734b50857.zip |
Lock wxpython dependency.
Package-Manager: portage-2.1.3.11
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} |