diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-21 00:24:18 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-21 00:24:18 +0000 |
commit | 6754b2738dc6ec420de69a107b477cfa7f386c19 (patch) | |
tree | a5048c1bbcded4c441e2a702f6d7b6bb36ca9606 | |
parent | Fixed download URL (silent upstream repackaging). (diff) | |
download | gentoo-2-6754b2738dc6ec420de69a107b477cfa7f386c19.tar.gz gentoo-2-6754b2738dc6ec420de69a107b477cfa7f386c19.tar.bz2 gentoo-2-6754b2738dc6ec420de69a107b477cfa7f386c19.zip |
Add ~x86-fbsd keyword as needed to add diablo-jre-bin (see bug #141071).
(Portage version: 2.1.1_pre3-r1)
-rw-r--r-- | virtual/libstdc++/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/libstdc++/files/digest-libstdc++-3.3 | 1 | ||||
-rw-r--r-- | virtual/libstdc++/libstdc++-3.3.ebuild | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/virtual/libstdc++/ChangeLog b/virtual/libstdc++/ChangeLog index 333d3b541032..99676b773625 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.9 2006/05/23 20:27:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.10 2006/07/21 00:24:18 flameeyes Exp $ + + 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). 23 May 2006; Markus Rothe <corsair@gentoo.org> libstdc++-3.3.ebuild: Stable on ppc64 diff --git a/virtual/libstdc++/files/digest-libstdc++-3.3 b/virtual/libstdc++/files/digest-libstdc++-3.3 index e69de29bb2d1..8b137891791f 100644 --- a/virtual/libstdc++/files/digest-libstdc++-3.3 +++ b/virtual/libstdc++/files/digest-libstdc++-3.3 @@ -0,0 +1 @@ + diff --git a/virtual/libstdc++/libstdc++-3.3.ebuild b/virtual/libstdc++/libstdc++-3.3.ebuild index 0b00e9473be4..ad98f9ac2ab6 100644 --- a/virtual/libstdc++/libstdc++-3.3.ebuild +++ b/virtual/libstdc++/libstdc++-3.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 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.8 2006/05/23 20:27:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild,v 1.9 2006/07/21 00:24:18 flameeyes Exp $ DESCRIPTION="Virtual for the GNU Standard C++ Library" HOMEPAGE="http://www.gentoo.org/proj/en/base/" SRC_URI="" LICENSE="GPL-2" SLOT="3.3" -KEYWORDS="-* amd64 ia64 ppc ppc64 x86" +KEYWORDS="-* amd64 ia64 ppc ppc64 x86 ~x86-fbsd" IUSE="" DEPEND="" RDEPEND="|| ( =sys-libs/libstdc++-v3-3.3* =sys-devel/gcc-3.3* )" |