summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-03-21 14:56:42 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-03-21 14:56:42 +0000
commit96424f72191524e3387df33d290804c0c602ded7 (patch)
treeeb00de85791d77365fe9507547533a07a9ab4098 /games-fps
parentBump patchset version to fix bug #124802. (diff)
downloadgentoo-2-96424f72191524e3387df33d290804c0c602ded7.tar.gz
gentoo-2-96424f72191524e3387df33d290804c0c602ded7.tar.bz2
gentoo-2-96424f72191524e3387df33d290804c0c602ded7.zip
Changed to using =virtual/libstdc++-3.3 as I realized that a specific version would be required to future-proof the ebuild against future GCC ABI changes.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/americas-army/ChangeLog8
-rw-r--r--games-fps/americas-army/americas-army-250.ebuild4
2 files changed, 9 insertions, 3 deletions
diff --git a/games-fps/americas-army/ChangeLog b/games-fps/americas-army/ChangeLog
index 580c9d4c0ef4..bb1a3efb79c5 100644
--- a/games-fps/americas-army/ChangeLog
+++ b/games-fps/americas-army/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-fps/americas-army
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/americas-army/ChangeLog,v 1.44 2006/03/21 14:50:51 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/americas-army/ChangeLog,v 1.45 2006/03/21 14:56:42 wolf31o2 Exp $
+
+ 21 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ americas-army-250.ebuild:
+ Changed to using =virtual/libstdc++-3.3 as I realized that a specific
+ version would be required to future-proof the ebuild against future GCC ABI
+ changes.
21 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
americas-army-250.ebuild:
diff --git a/games-fps/americas-army/americas-army-250.ebuild b/games-fps/americas-army/americas-army-250.ebuild
index 93553615ba27..e0c046685631 100644
--- a/games-fps/americas-army/americas-army-250.ebuild
+++ b/games-fps/americas-army/americas-army-250.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/americas-army/americas-army-250.ebuild,v 1.7 2006/03/21 14:50:51 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/americas-army/americas-army-250.ebuild,v 1.8 2006/03/21 14:56:42 wolf31o2 Exp $
inherit eutils games
@@ -39,7 +39,7 @@ RDEPEND="sys-libs/glibc
virtual/x11 ) ) )
amd64? (
app-emulation/emul-linux-x86-compat )
- x86? ( virtual/libstdc++ )
+ x86? ( =virtual/libstdc++-3.3 )
dedicated? (
app-misc/screen )"