diff options
-rw-r--r-- | games-fps/quake4-bin/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/quake4-bin/quake4-bin-1.2.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-fps/quake4-bin/ChangeLog b/games-fps/quake4-bin/ChangeLog index e34ae6ecfbcb..e73b8bd88dd3 100644 --- a/games-fps/quake4-bin/ChangeLog +++ b/games-fps/quake4-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake4-bin # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.19 2006/05/02 18:47:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.20 2006/05/09 15:57:57 wolf31o2 Exp $ + + 09 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> + quake4-bin-1.2.1.ebuild: + Marking stable on amd64 and x86. 02 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> quake4-bin-1.2.1.ebuild: diff --git a/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild b/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild index ab7d0712b596..83b37f7ecb85 100644 --- a/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild +++ b/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild,v 1.3 2006/05/02 18:47:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild,v 1.4 2006/05/09 15:57:57 wolf31o2 Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="mirror://idsoftware/quake4/linux/quake4-linux-${PV}.x86.run" LICENSE="QUAKE4" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="alsa cdinstall dedicated opengl" RESTRICT="strip" |