diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-09 23:44:48 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-09 23:44:48 +0000 |
commit | 662a41495cd7f4a5606f9db873d48d7ff88cc6b1 (patch) | |
tree | ccac64d9629971a787eea3464f7da88c0f4dabcf /eclass | |
parent | moved packages from app-emulation to games-emulation (diff) | |
download | gentoo-2-662a41495cd7f4a5606f9db873d48d7ff88cc6b1.tar.gz gentoo-2-662a41495cd7f4a5606f9db873d48d7ff88cc6b1.tar.bz2 gentoo-2-662a41495cd7f4a5606f9db873d48d7ff88cc6b1.zip |
app-games -> games-fps
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 6a69afcd8098..f9601d689368 100644 --- a/eclass/games-q3mod.eclass +++ b/eclass/games-q3mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.11 2003/09/03 01:19:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.12 2003/09/09 23:44:48 msterret Exp $ inherit games @@ -17,7 +17,7 @@ IUSE="opengl X dedicated" newdepend "app-arch/unzip" newrdepend "virtual/glibc - app-games/quake3 + games-fps/quake3 dedicated? ( app-misc/screen ) opengl? ( virtual/opengl ) X? ( virtual/x11 )" |