diff options
Diffstat (limited to 'dev-python/pygame/pygame-1.4.ebuild')
-rw-r--r-- | dev-python/pygame/pygame-1.4.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/pygame/pygame-1.4.ebuild b/dev-python/pygame/pygame-1.4.ebuild index 01502038c661..7c046912b9f3 100644 --- a/dev-python/pygame/pygame-1.4.ebuild +++ b/dev-python/pygame/pygame-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.4.ebuild,v 1.2 2002/07/11 06:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.4.ebuild,v 1.3 2002/07/30 00:50:10 george Exp $ S=${WORKDIR}/${P} DESCRIPTION="python bindings to sdl and other libs that facilitate game production" @@ -19,6 +19,10 @@ DEPEND="virtual/python >=media-libs/smpeg-0.4.4-r1" RDEPEND="${DEPEND}" +SLOT="0" +KEYWORDS="x86" +LICENSE="LGPL-2.1" + src_unpack() { unpack ${A} && cd ${S} || die mv config_unix.py config_unix.py.orig || die |