diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-23 02:44:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-23 02:44:31 +0000 |
commit | 5ecae3d86a98446ab9601d57843f1af43d746811 (patch) | |
tree | e23989b8ffb5a7cef57b6839b681159c4c5737be /dev-python | |
parent | Revision bump (Manifest recommit) (diff) | |
download | gentoo-2-5ecae3d86a98446ab9601d57843f1af43d746811.tar.gz gentoo-2-5ecae3d86a98446ab9601d57843f1af43d746811.tar.bz2 gentoo-2-5ecae3d86a98446ab9601d57843f1af43d746811.zip |
stabilize
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pygame/pygame-1.6.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/pygame/pygame-1.6.ebuild b/dev-python/pygame/pygame-1.6.ebuild index b8840a8d048b..4d2ccc119d1c 100644 --- a/dev-python/pygame/pygame-1.6.ebuild +++ b/dev-python/pygame/pygame-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.6.ebuild,v 1.6 2004/06/02 18:29:28 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.6.ebuild,v 1.7 2004/06/23 02:44:31 vapier Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="http://www.pygame.org/ftp/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 hppa sparc ~amd64 ~ppc" +KEYWORDS="x86 ppc sparc hppa amd64" IUSE="" DEPEND="virtual/python @@ -21,8 +21,7 @@ DEPEND="virtual/python >=dev-python/numeric-22.0 >=media-libs/smpeg-0.4.4-r1" - -src_install () { +src_install() { mydoc=WHATSNEW distutils_src_install |