diff options
author | 2005-08-26 03:20:18 +0000 | |
---|---|---|
committer | 2005-08-26 03:20:18 +0000 | |
commit | ffe7dcb5000b8fa1c465c6660a1ad0ac2f5ac641 (patch) | |
tree | 1b37e8ac594e3362d55456fc5c1bacb2277c00fc /dev-python/pythoncard/pythoncard-0.7.3.1.ebuild | |
parent | add ~ia64 (diff) | |
download | gentoo-2-ffe7dcb5000b8fa1c465c6660a1ad0ac2f5ac641.tar.gz gentoo-2-ffe7dcb5000b8fa1c465c6660a1ad0ac2f5ac641.tar.bz2 gentoo-2-ffe7dcb5000b8fa1c465c6660a1ad0ac2f5ac641.zip |
Marked x86 stable
(Portage version: 1.589-cvs)
Diffstat (limited to 'dev-python/pythoncard/pythoncard-0.7.3.1.ebuild')
-rw-r--r-- | dev-python/pythoncard/pythoncard-0.7.3.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild b/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild index 4ae6b478c826..fced837d58fa 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 +# Copyright 1999-2005 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.5 2004/07/03 12:27:57 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild,v 1.6 2005/08/26 03:20:18 pythonhead Exp $ inherit distutils @@ -10,10 +10,10 @@ SRC_URI="mirror://sourceforge/pythoncard/PythonCardPrototype-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc" +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} |