diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-05-16 23:52:24 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-05-16 23:52:24 +0000 |
commit | f382752259b606bb00417b198ae883761a37c10c (patch) | |
tree | 6da25bb82e01298e656b22b31456466008a7e321 /games-fps/ut2004-demo | |
parent | Apply patch from upstream to fix album cover fetching since Amazon upgraded f... (diff) | |
download | gentoo-2-f382752259b606bb00417b198ae883761a37c10c.tar.gz gentoo-2-f382752259b606bb00417b198ae883761a37c10c.tar.bz2 gentoo-2-f382752259b606bb00417b198ae883761a37c10c.zip |
Move the virtual/libstdc++ inside the x86 check as we don't need it on amd64. Thanks to Cardoe for finding this.
(Portage version: 2.1.2.3)
Diffstat (limited to 'games-fps/ut2004-demo')
-rw-r--r-- | games-fps/ut2004-demo/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/ut2004-demo/ut2004-demo-3334.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-fps/ut2004-demo/ChangeLog b/games-fps/ut2004-demo/ChangeLog index 5c8ebaaf017d..a8eb05d26dd2 100644 --- a/games-fps/ut2004-demo/ChangeLog +++ b/games-fps/ut2004-demo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/ut2004-demo -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ChangeLog,v 1.41 2006/10/03 20:23:45 wolf31o2 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ChangeLog,v 1.42 2007/05/16 23:52:24 wolf31o2 Exp $ + + 16 May 2007; Chris Gianelloni <wolf31o2@gentoo.org> + ut2004-demo-3334.ebuild: + Move the virtual/libstdc++ inside the x86 check as we don't need it on + amd64. Thanks to Cardoe for finding this. 03 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-demo-3334.ebuild: diff --git a/games-fps/ut2004-demo/ut2004-demo-3334.ebuild b/games-fps/ut2004-demo/ut2004-demo-3334.ebuild index 4752b5c7ac0b..3c3ffecb5c77 100644 --- a/games-fps/ut2004-demo/ut2004-demo-3334.ebuild +++ b/games-fps/ut2004-demo/ut2004-demo-3334.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3334.ebuild,v 1.15 2006/10/03 20:23:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3334.ebuild,v 1.16 2007/05/16 23:52:24 wolf31o2 Exp $ inherit eutils games @@ -18,8 +18,8 @@ IUSE="" DEPEND="" RDEPEND="virtual/opengl - =virtual/libstdc++-3.3 x86? ( + =virtual/libstdc++-3.3 x11-libs/libX11 x11-libs/libXext ) amd64? ( |