diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 21:43:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 21:43:41 +0000 |
commit | acf84feb4e62b379a7eec741501733ddf0b3d4a9 (patch) | |
tree | 9d8564bd0e80c25c663fb70ccc6e74366259bb47 /games-fps/wolfgl/wolfgl-0.93-r1.ebuild | |
parent | tidy old version (diff) | |
download | historical-acf84feb4e62b379a7eec741501733ddf0b3d4a9.tar.gz historical-acf84feb4e62b379a7eec741501733ddf0b3d4a9.tar.bz2 historical-acf84feb4e62b379a7eec741501733ddf0b3d4a9.zip |
inherit eutils
Diffstat (limited to 'games-fps/wolfgl/wolfgl-0.93-r1.ebuild')
-rw-r--r-- | games-fps/wolfgl/wolfgl-0.93-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games-fps/wolfgl/wolfgl-0.93-r1.ebuild b/games-fps/wolfgl/wolfgl-0.93-r1.ebuild index bf50288de35c..9bc997736ca8 100644 --- a/games-fps/wolfgl/wolfgl-0.93-r1.ebuild +++ b/games-fps/wolfgl/wolfgl-0.93-r1.ebuild @@ -1,11 +1,11 @@ -# 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/games-fps/wolfgl/wolfgl-0.93-r1.ebuild,v 1.1 2003/09/12 06:42:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/wolfgl/wolfgl-0.93-r1.ebuild,v 1.2 2004/02/03 21:38:05 mr_bones_ Exp $ #ECVS_SERVER="cvs.sourceforge.net:/cvsroot/wolfgl" #ECVS_MODULE="wolfgl" #inherit cvs -inherit games +inherit eutils games DESCRIPTION="Wolfenstein and Spear of Destiny port using OpenGL" HOMEPAGE="http://wolfgl.sourceforge.net/" @@ -15,9 +15,10 @@ SRC_URI="mirror://gentoo/${P}.tbz2 # mirror://sourceforge/wolfgl/wolfglx-wl6-${PV}.zip # mirror://sourceforge/wolfgl/wolfglx-sod-${PV}.zip +KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +IUSE="" DEPEND="virtual/opengl virtual/x11" |