diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-21 14:53:04 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-21 14:53:04 +0000 |
commit | c06743c698578714b531cc6f7eb42c2eed6018a3 (patch) | |
tree | 140be5bef180631850eb5c502ab3799a4540d6be /games-fps/ut2004 | |
parent | Added virtual/libstdc++ for x86. (diff) | |
download | gentoo-2-c06743c698578714b531cc6f7eb42c2eed6018a3.tar.gz gentoo-2-c06743c698578714b531cc6f7eb42c2eed6018a3.tar.bz2 gentoo-2-c06743c698578714b531cc6f7eb42c2eed6018a3.zip |
Changed to using virtual/libstdc++ on both x86 and amd64.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'games-fps/ut2004')
-rw-r--r-- | games-fps/ut2004/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2004/ut2004-3369-r2.ebuild | 10 | ||||
-rw-r--r-- | games-fps/ut2004/ut2004-3369-r4.ebuild | 6 |
3 files changed, 10 insertions, 12 deletions
diff --git a/games-fps/ut2004/ChangeLog b/games-fps/ut2004/ChangeLog index ddf4697299df..94f2df4dd775 100644 --- a/games-fps/ut2004/ChangeLog +++ b/games-fps/ut2004/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2004 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.45 2006/03/20 19:40:22 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.46 2006/03/21 14:53:04 wolf31o2 Exp $ + + 21 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3369-r2.ebuild, + ut2004-3369-r4.ebuild: + Changed to using virtual/libstdc++ on both x86 and amd64. 20 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> -ut2004-3369-r3.ebuild, ut2004-3369-r4.ebuild: diff --git a/games-fps/ut2004/ut2004-3369-r2.ebuild b/games-fps/ut2004/ut2004-3369-r2.ebuild index 63414077dbc0..fc9df2ddbaa7 100644 --- a/games-fps/ut2004/ut2004-3369-r2.ebuild +++ b/games-fps/ut2004/ut2004-3369-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r2.ebuild,v 1.4 2006/03/14 23:18:01 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r2.ebuild,v 1.5 2006/03/21 14:53:04 wolf31o2 Exp $ inherit eutils games @@ -17,17 +17,13 @@ SLOT="0" KEYWORDS="amd64 x86" # The executable pages are required. RESTRICT="nostrip nomirror stricter" -IUSE="opengl dedicated" +IUSE="opengl" RDEPEND="games-fps/ut2004-data games-fps/ut2004-bonuspack-ece opengl? ( virtual/opengl ) - dedicated? ( - app-misc/screen ) - || ( - sys-libs/libstdc++-v3 - =sys-devel/gcc-3.3* ) + virtual/libstdc++ || ( ( x11-libs/libXext diff --git a/games-fps/ut2004/ut2004-3369-r4.ebuild b/games-fps/ut2004/ut2004-3369-r4.ebuild index db8c0ef41599..7820abbc04de 100644 --- a/games-fps/ut2004/ut2004-3369-r4.ebuild +++ b/games-fps/ut2004/ut2004-3369-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r4.ebuild,v 1.2 2006/03/20 19:40:22 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r4.ebuild,v 1.3 2006/03/21 14:53:04 wolf31o2 Exp $ inherit eutils multilib games @@ -24,9 +24,7 @@ RDEPEND=">=games-fps/ut2004-data-3186-r2 >=games-fps/ut2004-bonuspack-mega-1-r1 opengl? ( virtual/opengl ) - || ( - sys-libs/libstdc++-v3 - =sys-devel/gcc-3.3* ) + virtual/libstdc++ || ( ( x11-libs/libXext |