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 | e2643dafc10ddb42c62e817114a02ff18f36b5f0 (patch) | |
tree | 381872729cf5cedfd6f0f3e75de847ddea389cd6 /dev-python/py2play | |
parent | tthat pesky cleanilness will break 1.0 profile. reintroducing openldap 2.0.25. (diff) | |
download | historical-e2643dafc10ddb42c62e817114a02ff18f36b5f0.tar.gz historical-e2643dafc10ddb42c62e817114a02ff18f36b5f0.tar.bz2 historical-e2643dafc10ddb42c62e817114a02ff18f36b5f0.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/py2play')
-rw-r--r-- | dev-python/py2play/Manifest | 2 | ||||
-rw-r--r-- | dev-python/py2play/py2play-0.1.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/py2play/Manifest b/dev-python/py2play/Manifest index a7fec14ca16e..8c0d4df6bf3d 100644 --- a/dev-python/py2play/Manifest +++ b/dev-python/py2play/Manifest @@ -1,3 +1,3 @@ +MD5 92f8ffd7458a44b17e9211872b925695 py2play-0.1.2.ebuild 777 MD5 68b170b356d15f025b3f2090abbd4047 ChangeLog 428 -MD5 e9e4ded95b2df00c2e0fe6f1603f3c1f py2play-0.1.2.ebuild 783 MD5 3f936eac8da4ba9519fa216a323ec969 files/digest-py2play-0.1.2 64 diff --git a/dev-python/py2play/py2play-0.1.2.ebuild b/dev-python/py2play/py2play-0.1.2.ebuild index 93a87fe8fab7..c5fe171ed89c 100644 --- a/dev-python/py2play/py2play-0.1.2.ebuild +++ b/dev-python/py2play/py2play-0.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py2play/py2play-0.1.2.ebuild,v 1.2 2003/06/21 22:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py2play/py2play-0.1.2.ebuild,v 1.3 2003/06/22 12:15:59 liquidx Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://oomadness.tuxfamily.org/downloads/${MY_P}.tar.gz http://nectroom.homelinux.net/pkg/${MY_P}.tar.gz" HOMEPAGE="http://oomadness.tuxfamily.org/en/py2play/" -KEYWORDS="x86 amd64" +KEYWORDS="~x86" SLOT="0" LICENSE="GPL-2" DEPEND=">=dev-lang/python-2.2.2" |