diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-22 12:16:00 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-22 12:16:00 +0000 |
commit | 61165985245a7bd008ae6e009f7be69f64bb043e (patch) | |
tree | 411629830ce879eb36ce969381f6d72ebc865433 /dev-python/pythoncard | |
parent | tthat pesky cleanilness will break 1.0 profile. reintroducing openldap 2.0.25. (diff) | |
download | gentoo-2-61165985245a7bd008ae6e009f7be69f64bb043e.tar.gz gentoo-2-61165985245a7bd008ae6e009f7be69f64bb043e.tar.bz2 gentoo-2-61165985245a7bd008ae6e009f7be69f64bb043e.zip |
reverting the x86 mess that amd64 made in dev-python. basically just
reverted to dev-python 24 hours ago.
Diffstat (limited to 'dev-python/pythoncard')
-rw-r--r-- | dev-python/pythoncard/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pythoncard/pythoncard-0.6.9.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pythoncard/pythoncard-0.7.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/pythoncard/Manifest b/dev-python/pythoncard/Manifest index 2b24e31740da..d801a4ddf28a 100644 --- a/dev-python/pythoncard/Manifest +++ b/dev-python/pythoncard/Manifest @@ -1,5 +1,5 @@ MD5 077faaad4fdae3ef8dfd40e5a19e7000 ChangeLog 511 -MD5 f575ce8403af8a02ed9447b4776a294b pythoncard-0.6.9.ebuild 770 -MD5 1dc7848a0667724c4987918188abbecd pythoncard-0.7.ebuild 638 +MD5 452578bee46a50289b8ccab6d7e76ead pythoncard-0.6.9.ebuild 763 +MD5 b1b4e2ce4308f6cc1c30563d68e67ab7 pythoncard-0.7.ebuild 633 MD5 957d2417ddade01f1afa3f6124935ad1 files/digest-pythoncard-0.6.9 77 MD5 9f40f8907935b4a4eb86384e8da45eba files/digest-pythoncard-0.7 76 diff --git a/dev-python/pythoncard/pythoncard-0.6.9.ebuild b/dev-python/pythoncard/pythoncard-0.6.9.ebuild index af456866e7b1..310dc865d612 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.3 2003/06/21 22:30:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.6.9.ebuild,v 1.4 2003/06/22 12:16:00 liquidx 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 amd64" +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 3610728b58c2..6b8a5d03f9d9 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.2 2003/06/21 22:30:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.7.ebuild,v 1.3 2003/06/22 12:16:00 liquidx Exp $ inherit distutils @@ -11,7 +11,7 @@ LICENSE="PYTHON" DEPEND=">=dev-python/wxPython-2.3.2.1-r2" SLOT="0" -KEYWORDS="x86 amd64 ~sparc" +KEYWORDS="~x86 ~sparc" S=${WORKDIR}/PythonCardPrototype-${PV} |