diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 12:49:26 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 12:49:26 +0000 |
commit | e9195ce12b0b2c177333aac4704b1bd8022a073d (patch) | |
tree | 2981fca003256ae484e0eddeaa09a6623e67db62 /dev-python/pythoncard | |
parent | removed kpp patch (diff) | |
download | gentoo-2-e9195ce12b0b2c177333aac4704b1bd8022a073d.tar.gz gentoo-2-e9195ce12b0b2c177333aac4704b1bd8022a073d.tar.bz2 gentoo-2-e9195ce12b0b2c177333aac4704b1bd8022a073d.zip |
unmask and changelog fixes
Diffstat (limited to 'dev-python/pythoncard')
-rw-r--r-- | dev-python/pythoncard/pythoncard-0.6.9.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pythoncard/pythoncard-0.7.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pythoncard/pythoncard-0.6.9.ebuild b/dev-python/pythoncard/pythoncard-0.6.9.ebuild index 310dc865d612..e3c689e04e6c 100644 --- a/dev-python/pythoncard/pythoncard-0.6.9.ebuild +++ b/dev-python/pythoncard/pythoncard-0.6.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.6.9.ebuild,v 1.4 2003/06/22 12:16:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.6.9.ebuild,v 1.5 2003/07/12 12:49:26 aliz Exp $ DESCRIPTION="Cross-platform GUI construction kit for python" SRC_URI="mirror://sourceforge/pythoncard/PythonCardPrototype-${PV}.tar.gz" @@ -10,7 +10,7 @@ LICENSE="PYTHON" DEPEND="virtual/python >=dev-python/wxPython-2.3.2.1-r2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" S=${WORKDIR}/PythonCardPrototype-${PV} src_compile() { diff --git a/dev-python/pythoncard/pythoncard-0.7.ebuild b/dev-python/pythoncard/pythoncard-0.7.ebuild index 6b8a5d03f9d9..81ce07982752 100644 --- a/dev-python/pythoncard/pythoncard-0.7.ebuild +++ b/dev-python/pythoncard/pythoncard-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.7.ebuild,v 1.3 2003/06/22 12:16:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.7.ebuild,v 1.4 2003/07/12 12:49:26 aliz Exp $ inherit distutils @@ -11,7 +11,7 @@ LICENSE="PYTHON" DEPEND=">=dev-python/wxPython-2.3.2.1-r2" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" S=${WORKDIR}/PythonCardPrototype-${PV} |