diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-11-08 08:15:24 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-11-08 08:15:24 +0000 |
commit | bce88ef2d15d2d748c9b2667b06fc84f7e3e5bd0 (patch) | |
tree | 07ebd0795f118945e75b0e2b4fca59f8a561638d /virtual/libstdc++ | |
parent | Initial commit. Bug #195264 (diff) | |
download | gentoo-2-bce88ef2d15d2d748c9b2667b06fc84f7e3e5bd0.tar.gz gentoo-2-bce88ef2d15d2d748c9b2667b06fc84f7e3e5bd0.tar.bz2 gentoo-2-bce88ef2d15d2d748c9b2667b06fc84f7e3e5bd0.zip |
Add entry for libstdc++-v3-bin; bug #195264
(Portage version: 2.1.3.16)
Diffstat (limited to 'virtual/libstdc++')
-rw-r--r-- | virtual/libstdc++/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/libstdc++/libstdc++-3.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/libstdc++/ChangeLog b/virtual/libstdc++/ChangeLog index 99676b773625..133a60380365 100644 --- a/virtual/libstdc++/ChangeLog +++ b/virtual/libstdc++/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/libstdc++ -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.10 2006/07/21 00:24:18 flameeyes Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.11 2007/11/08 08:15:24 corsair Exp $ + + 08 Nov 2007; Markus Rothe <corsair@gentoo.org> libstdc++-3.3.ebuild: + Add entry for libstdc++-v3-bin; bug #195264 21 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> libstdc++-3.3.ebuild: Add ~x86-fbsd keyword as needed to add diablo-jre-bin (see bug #141071). diff --git a/virtual/libstdc++/libstdc++-3.3.ebuild b/virtual/libstdc++/libstdc++-3.3.ebuild index b45076b0b42b..dbcb05861619 100644 --- a/virtual/libstdc++/libstdc++-3.3.ebuild +++ b/virtual/libstdc++/libstdc++-3.3.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/virtual/libstdc++/libstdc++-3.3.ebuild,v 1.10 2007/07/11 05:04:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild,v 1.11 2007/11/08 08:15:24 corsair Exp $ DESCRIPTION="Virtual for the GNU Standard C++ Library" HOMEPAGE="http://www.gentoo.org/proj/en/base/" @@ -10,4 +10,4 @@ SLOT="3.3" KEYWORDS="-* amd64 ia64 ppc ppc64 x86 ~x86-fbsd" IUSE="" DEPEND="" -RDEPEND="|| ( =sys-libs/libstdc++-v3-3.3* =sys-devel/gcc-3.3* )" +RDEPEND="|| ( =sys-libs/libstdc++-v3-bin-3.3* =sys-libs/libstdc++-v3-3.3* =sys-devel/gcc-3.3* )" |