diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-11-10 16:05:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-11-10 16:05:01 +0000 |
commit | ca6946de6ce04bfe1a4d33ffdd49bab505098e99 (patch) | |
tree | e348383025ddb4a22f0fada2d4e75cb798e7f000 /games-fps | |
parent | Restore cups USE flag for 17.x, and also run more tests. (diff) | |
download | gentoo-2-ca6946de6ce04bfe1a4d33ffdd49bab505098e99.tar.gz gentoo-2-ca6946de6ce04bfe1a4d33ffdd49bab505098e99.tar.bz2 gentoo-2-ca6946de6ce04bfe1a4d33ffdd49bab505098e99.zip |
drop amd64 support (bug #387369)
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3-cpma/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/quake3-cpma/quake3-cpma-1.46.ebuild | 6 | ||||
-rw-r--r-- | games-fps/quake3-cpma/quake3-cpma-1.48.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-fps/quake3-cpma/ChangeLog b/games-fps/quake3-cpma/ChangeLog index d2413b149d3d..05db4d1d17a4 100644 --- a/games-fps/quake3-cpma/ChangeLog +++ b/games-fps/quake3-cpma/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake3-cpma # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.21 2011/09/16 23:31:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.22 2011/11/10 16:05:01 mr_bones_ Exp $ + + 10 Nov 2011; Michael Sterrett <mr_bones_@gentoo.org> quake3-cpma-1.46.ebuild, + quake3-cpma-1.48.ebuild: + drop amd64 support (bug #387369) *quake3-cpma-1.48 (16 Sep 2011) diff --git a/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild b/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild index ab4ab6fcf5cd..78e0f967d63d 100644 --- a/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild +++ b/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild,v 1.4 2009/10/10 17:25:18 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild,v 1.5 2011/11/10 16:05:01 mr_bones_ Exp $ EAPI=2 @@ -16,7 +16,7 @@ SRC_URI="http://www.challenge-tv.com/demostorage/files/cpm/cpma${PV//.}-nomaps.z http://www.promode.org/files/cpma-mappack-full.zip" LICENSE="as-is" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="~ppc x86" IUSE="dedicated opengl" src_prepare() { diff --git a/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild b/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild index f484cabcf545..4922e5da4596 100644 --- a/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild +++ b/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild,v 1.1 2011/09/16 23:31:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild,v 1.2 2011/11/10 16:05:01 mr_bones_ Exp $ EAPI=2 @@ -15,7 +15,7 @@ SRC_URI="http://promode.ru/files/cpma${PV//.}-nomaps.zip http://www.promode.org/files/cpma-mappack-full.zip" LICENSE="as-is" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~ppc ~x86" IUSE="dedicated opengl" src_prepare() { |