diff options
Diffstat (limited to 'dev-python/py2play/py2play-0.1.2.ebuild')
-rw-r--r-- | dev-python/py2play/py2play-0.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/py2play/py2play-0.1.2.ebuild b/dev-python/py2play/py2play-0.1.2.ebuild index 4e37416805d6..93a87fe8fab7 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.1 2003/05/10 18:44:02 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py2play/py2play-0.1.2.ebuild,v 1.2 2003/06/21 22:30:24 drobbins 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" +KEYWORDS="x86 amd64" SLOT="0" LICENSE="GPL-2" DEPEND=">=dev-lang/python-2.2.2" |