diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-22 20:51:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-22 20:51:21 +0000 |
commit | a1abf7c125ab6e9c33e571bd7e7af4ef630abf10 (patch) | |
tree | 4bd49ba3733479f3f83ff8adee40f1487474e4a7 /games-fps/quake1 | |
parent | No longer need to change the java find since the code has been tweaked alread... (diff) | |
download | gentoo-2-a1abf7c125ab6e9c33e571bd7e7af4ef630abf10.tar.gz gentoo-2-a1abf7c125ab6e9c33e571bd7e7af4ef630abf10.tar.bz2 gentoo-2-a1abf7c125ab6e9c33e571bd7e7af4ef630abf10.zip |
remove KEYWORDS so people will stop using this
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'games-fps/quake1')
-rw-r--r-- | games-fps/quake1/quake1-2.40-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-fps/quake1/quake1-2.40-r1.ebuild b/games-fps/quake1/quake1-2.40-r1.ebuild index 3f01d6343b12..99c1c2ee6fc6 100644 --- a/games-fps/quake1/quake1-2.40-r1.ebuild +++ b/games-fps/quake1/quake1-2.40-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1/quake1-2.40-r1.ebuild,v 1.2 2005/05/17 18:27:44 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1/quake1-2.40-r1.ebuild,v 1.3 2005/10/22 20:51:21 vapier Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.idsoftware.com/idstuff/source/q1source.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="-*" IUSE="X opengl svga 3dfx" RDEPEND="X? ( virtual/x11 ) @@ -27,6 +27,8 @@ pkg_setup() { echo ewarn "You probably want games-fps/quakeforge if you're" ewarn "looking for a quake1 client ..." + ebeep + esleep } src_unpack() { |