diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-13 15:37:32 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-13 15:37:32 +0000 |
commit | 1f7bd7b9c5d468bcab3b187eb70569de32030f5b (patch) | |
tree | 03b6737292d488b60ac86dab2104565a8b9fcbd4 /games-fps/ut2004-demo | |
parent | Fixed manpages installation. (diff) | |
download | historical-1f7bd7b9c5d468bcab3b187eb70569de32030f5b.tar.gz historical-1f7bd7b9c5d468bcab3b187eb70569de32030f5b.tar.bz2 historical-1f7bd7b9c5d468bcab3b187eb70569de32030f5b.zip |
Added libstdc++-v3 to RDEPEND and closing bug #112371.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'games-fps/ut2004-demo')
-rw-r--r-- | games-fps/ut2004-demo/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2004-demo/Manifest | 4 | ||||
-rw-r--r-- | games-fps/ut2004-demo/ut2004-demo-3334.ebuild | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/games-fps/ut2004-demo/ChangeLog b/games-fps/ut2004-demo/ChangeLog index be9a56e9f851..0493dce9f481 100644 --- a/games-fps/ut2004-demo/ChangeLog +++ b/games-fps/ut2004-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2004-demo # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ChangeLog,v 1.33 2005/10/21 18:01:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ChangeLog,v 1.34 2005/11/13 15:37:32 wolf31o2 Exp $ + + 13 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> + ut2004-demo-3334.ebuild: + Added libstdc++-v3 to RDEPEND and closing bug #112371. 21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-demo-3334.ebuild: diff --git a/games-fps/ut2004-demo/Manifest b/games-fps/ut2004-demo/Manifest index 39394a363cac..4c0b8c7da5db 100644 --- a/games-fps/ut2004-demo/Manifest +++ b/games-fps/ut2004-demo/Manifest @@ -1,4 +1,4 @@ -MD5 f8cb93059822db8528c9fe75b6626d2d ChangeLog 3217 +MD5 1864622d544568acbcbeb0e56bf8d212 ChangeLog 3356 MD5 7339313ef9ff4f1f6da1972ab63a2c2e files/digest-ut2004-demo-3334 71 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 b7b05e8b55a7dc224de263f45d8e749d ut2004-demo-3334.ebuild 1873 +MD5 40cb6dc34a0c83887be0472cc8384ffd ut2004-demo-3334.ebuild 1932 diff --git a/games-fps/ut2004-demo/ut2004-demo-3334.ebuild b/games-fps/ut2004-demo/ut2004-demo-3334.ebuild index 9a380a7dd75a..d2bdbc0cae6e 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-2005 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.7 2005/10/21 18:01:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3334.ebuild,v 1.8 2005/11/13 15:37:32 wolf31o2 Exp $ inherit eutils games @@ -16,6 +16,8 @@ SLOT="0" KEYWORDS="-* x86 amd64" DEPEND="virtual/opengl" +RDEPEND="virtual/opengl + amd64? ( sys-libs/libstdc++-v3 )" S=${WORKDIR} |