diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-29 08:52:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-29 08:52:49 +0000 |
commit | 30a82ce051d89f05ef66e66f00fd908ec694baea (patch) | |
tree | e9be99b285044be9e51610eac6c991f1879c2858 /dev-python/pygame | |
parent | add desktop entry (diff) | |
download | historical-30a82ce051d89f05ef66e66f00fd908ec694baea.tar.gz historical-30a82ce051d89f05ef66e66f00fd908ec694baea.tar.bz2 historical-30a82ce051d89f05ef66e66f00fd908ec694baea.zip |
hppa luvin
Diffstat (limited to 'dev-python/pygame')
-rw-r--r-- | dev-python/pygame/pygame-1.6.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/pygame/pygame-1.6.ebuild b/dev-python/pygame/pygame-1.6.ebuild index 12ffcbed20a8..7a13d75a9860 100644 --- a/dev-python/pygame/pygame-1.6.ebuild +++ b/dev-python/pygame/pygame-1.6.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/12/13 06:57:57 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.6.ebuild,v 1.2 2004/01/29 08:52:49 vapier Exp $ inherit distutils DESCRIPTION="python bindings to sdl and other libs that facilitate game production" -SRC_URI="http://www.pygame.org/ftp/${P}.tar.gz" HOMEPAGE="http://www.pygame.org/" +SRC_URI="http://www.pygame.org/ftp/${P}.tar.gz" -IUSE="" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 hppa" DEPEND="virtual/python >=media-libs/libsdl-1.2.5 @@ -32,4 +31,3 @@ src_install () { insinto /usr/share/doc/${PF}/examples/data doins ${S}/examples/data/* } - |