diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-19 21:47:08 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-19 21:47:08 +0000 |
commit | 3ae574497887154df09fca98b92769fe049594c0 (patch) | |
tree | ef7b1b7f3762d169864e5217726e9459951aadb9 /games-fps | |
parent | new ebuild, closes #47945. (diff) | |
download | gentoo-2-3ae574497887154df09fca98b92769fe049594c0.tar.gz gentoo-2-3ae574497887154df09fca98b92769fe049594c0.tar.bz2 gentoo-2-3ae574497887154df09fca98b92769fe049594c0.zip |
Marking stable on amd64 (no bugs in 135 days).
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake3/quake3-1.32b-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/quake3/ChangeLog b/games-fps/quake3/ChangeLog index 1fca98a0cada..24c2ee6c11dd 100644 --- a/games-fps/quake3/ChangeLog +++ b/games-fps/quake3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake3 -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.5 2003/12/06 15:06:15 wolf31o2 Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.6 2004/04/19 21:47:08 wolf31o2 Exp $ + + 19 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> quake3-1.32b-r3.ebuild: + Marking stable on amd64 (no bugs in 135 days). *quake3-1.32b-r3 (06 Dec 2003) diff --git a/games-fps/quake3/quake3-1.32b-r3.ebuild b/games-fps/quake3/quake3-1.32b-r3.ebuild index 8af57835853d..484215e603bf 100644 --- a/games-fps/quake3/quake3-1.32b-r3.ebuild +++ b/games-fps/quake3/quake3-1.32b-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.32b-r3.ebuild,v 1.6 2004/04/18 08:43:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.32b-r3.ebuild,v 1.7 2004/04/19 21:47:08 wolf31o2 Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-${PV}-3.x86 LICENSE="Q3AEULA" SLOT="0" -KEYWORDS="-* x86 ~amd64" +KEYWORDS="-* x86 amd64" IUSE="${IUSE} X opengl" RESTRICT="nostrip" @@ -72,6 +72,6 @@ pkg_postinst() { # IA32 Emulation required for amd64 if use amd64 ; then echo - einfo "NOTE: IA32 Emulation must be compiled into your kernel for Quake3 to run." + ewarn "NOTE: IA32 Emulation must be compiled into your kernel for Quake3 to run." fi } |