diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:20:05 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:20:05 +0000 |
commit | 802bed5aa43e4c811b376ab7baf1a7c948a31514 (patch) | |
tree | 9ae9c069941a6200fe03de02a99e1c1c2849382f /games-fps/rtcw | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-802bed5aa43e4c811b376ab7baf1a7c948a31514.tar.gz gentoo-2-802bed5aa43e4c811b376ab7baf1a7c948a31514.tar.bz2 gentoo-2-802bed5aa43e4c811b376ab7baf1a7c948a31514.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'games-fps/rtcw')
-rw-r--r-- | games-fps/rtcw/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/rtcw/rtcw-1.41.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-fps/rtcw/ChangeLog b/games-fps/rtcw/ChangeLog index b5ffb382d41d..a58f73fb3a21 100644 --- a/games-fps/rtcw/ChangeLog +++ b/games-fps/rtcw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/rtcw # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.13 2004/06/24 22:46:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.14 2004/07/01 11:17:52 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> rtcw-1.41.ebuild: + virtual/glibc -> virtual/libc 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> rtcw-1.41.ebuild: Fix use invocation diff --git a/games-fps/rtcw/rtcw-1.41.ebuild b/games-fps/rtcw/rtcw-1.41.ebuild index 3cb3b267b5dd..b023afb847d6 100644 --- a/games-fps/rtcw/rtcw-1.41.ebuild +++ b/games-fps/rtcw/rtcw-1.41.ebuild @@ -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/games-fps/rtcw/rtcw-1.41.ebuild,v 1.16 2004/06/24 22:46:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41.ebuild,v 1.17 2004/07/01 11:17:52 eradicator Exp $ inherit games @@ -15,7 +15,7 @@ KEYWORDS="x86" IUSE="opengl dedicated" RESTRICT="nostrip nomirror" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="dedicated? ( app-misc/screen ) !dedicated? ( virtual/opengl ) opengl? ( virtual/opengl )" |