summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-11-28 05:29:05 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-11-28 05:29:05 +0000
commitb81097d587616a2ab3f2280dc267fa574ffa28b3 (patch)
tree56cdc88b0af1df1c495aa59e92b1244e5c03eecb /games-fps
parenttidy (diff)
downloadgentoo-2-b81097d587616a2ab3f2280dc267fa574ffa28b3.tar.gz
gentoo-2-b81097d587616a2ab3f2280dc267fa574ffa28b3.tar.bz2
gentoo-2-b81097d587616a2ab3f2280dc267fa574ffa28b3.zip
fix KEYWORDS (bug #346329)
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/quake3/ChangeLog6
-rw-r--r--games-fps/quake3/quake3-1.36.ebuild5
-rw-r--r--games-fps/quake3/quake3-9999.ebuild4
3 files changed, 11 insertions, 4 deletions
diff --git a/games-fps/quake3/ChangeLog b/games-fps/quake3/ChangeLog
index a615940d3824..a67cecb56edc 100644
--- a/games-fps/quake3/ChangeLog
+++ b/games-fps/quake3/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/quake3
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.54 2010/11/13 07:33:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.55 2010/11/28 05:29:05 mr_bones_ Exp $
+
+ 28 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org> quake3-1.36.ebuild,
+ quake3-9999.ebuild:
+ fix KEYWORDS (bug #346329)
*quake3-1.36 (13 Nov 2010)
diff --git a/games-fps/quake3/quake3-1.36.ebuild b/games-fps/quake3/quake3-1.36.ebuild
index 0d344c6e8108..a6d572b001a8 100644
--- a/games-fps/quake3/quake3-1.36.ebuild
+++ b/games-fps/quake3/quake3-1.36.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.36.ebuild,v 1.1 2010/11/13 07:33:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.36.ebuild,v 1.2 2010/11/28 05:29:05 mr_bones_ Exp $
# quake3-9999 -> latest svn
# quake3-9999.REV -> use svn REV
@@ -14,10 +14,12 @@ if [[ ${PV} == 9999* ]] ; then
inherit subversion flag-o-matic toolchain-funcs eutils games
SRC_URI=""
+ KEYWORDS=""
S=${WORKDIR}/trunk
else
inherit flag-o-matic toolchain-funcs eutils games
SRC_URI="http://ioquake3.org/files/${PV}/ioquake3-${PV}.tar.bz2"
+ KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
S=${WORKDIR}/io${P}
fi
@@ -26,7 +28,6 @@ HOMEPAGE="http://ioquake3.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="dedicated teamarena"
DEPEND="!dedicated? (
diff --git a/games-fps/quake3/quake3-9999.ebuild b/games-fps/quake3/quake3-9999.ebuild
index 1b652b2d11fb..e45e044132dc 100644
--- a/games-fps/quake3/quake3-9999.ebuild
+++ b/games-fps/quake3/quake3-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.17 2010/11/13 07:33:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.18 2010/11/28 05:29:05 mr_bones_ Exp $
# quake3-9999 -> latest svn
# quake3-9999.REV -> use svn REV
@@ -14,10 +14,12 @@ if [[ ${PV} == 9999* ]] ; then
inherit subversion flag-o-matic toolchain-funcs eutils games
SRC_URI=""
+ KEYWORDS=""
S=${WORKDIR}/trunk
else
inherit flag-o-matic toolchain-funcs eutils games
SRC_URI="http://ioquake3.org/files/${PV}/ioquake3-${PV}.tar.bz2"
+ KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
S=${WORKDIR}/io${P}
fi