diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-06 16:28:27 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-06 16:28:27 +0000 |
commit | adade35b18ad63ff0a9bea060917dde21e70d7e0 (patch) | |
tree | 42b9af2e3be003e7ee86311e3257f15d5ac5cc8c /eclass | |
parent | Removed virtual/X11 dependency and X USE flag and closing bug (diff) | |
download | gentoo-2-adade35b18ad63ff0a9bea060917dde21e70d7e0.tar.gz gentoo-2-adade35b18ad63ff0a9bea060917dde21e70d7e0.tar.bz2 gentoo-2-adade35b18ad63ff0a9bea060917dde21e70d7e0.zip |
Added ~ppc since games-fps/quake3 is ~ppc. Closing bug #118037.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/games-q3mod.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games-q3mod.eclass b/eclass/games-q3mod.eclass index 5500cf566f7d..3462f66dabbe 100644 --- a/eclass/games-q3mod.eclass +++ b/eclass/games-q3mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.31 2005/10/25 14:18:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.32 2006/01/06 16:28:27 wolf31o2 Exp $ inherit games @@ -9,7 +9,7 @@ EXPORT_FUNCTIONS src_install pkg_postinst DESCRIPTION="Quake III - ${MOD_DESC}" SLOT="0" -KEYWORDS="-* x86 amd64" +KEYWORDS="-* amd64 ~ppc x86" IUSE="opengl X dedicated" DEPEND="app-arch/unzip" |