diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-11-05 16:58:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-11-05 16:58:32 +0000 |
commit | a1aa138279c4c3908adb8835966a14098cc573dd (patch) | |
tree | 22ab01e4a11dba874bc8d243e66f8f8371478f26 /virtual/libstdc++ | |
parent | Add arm love #389563 by Norman Shulman. (diff) | |
download | gentoo-2-a1aa138279c4c3908adb8835966a14098cc573dd.tar.gz gentoo-2-a1aa138279c4c3908adb8835966a14098cc573dd.tar.bz2 gentoo-2-a1aa138279c4c3908adb8835966a14098cc573dd.zip |
Add arm love #389563 by Norman Shulman.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'virtual/libstdc++')
-rw-r--r-- | virtual/libstdc++/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/libstdc++/libstdc++-3.3.ebuild | 14 |
2 files changed, 11 insertions, 10 deletions
diff --git a/virtual/libstdc++/ChangeLog b/virtual/libstdc++/ChangeLog index 7ccc468e87a4..a9ad0af4b9b7 100644 --- a/virtual/libstdc++/ChangeLog +++ b/virtual/libstdc++/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/libstdc++ -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.16 2010/01/11 11:05:59 ulm Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.17 2011/11/05 16:58:32 vapier Exp $ + + 05 Nov 2011; Mike Frysinger <vapier@gentoo.org> libstdc++-3.3.ebuild: + Add arm love #389563 by Norman Shulman. 11 Jan 2010; Ulrich Mueller <ulm@gentoo.org> libstdc++-3.3.ebuild: Set empty HOMEPAGE and LICENSE. diff --git a/virtual/libstdc++/libstdc++-3.3.ebuild b/virtual/libstdc++/libstdc++-3.3.ebuild index f15573e8bd71..a2ec884ccd14 100644 --- a/virtual/libstdc++/libstdc++-3.3.ebuild +++ b/virtual/libstdc++/libstdc++-3.3.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.16 2010/01/11 11:05:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild,v 1.17 2011/11/05 16:58:32 vapier Exp $ + +DESCRIPTION="Virtual for the GNU Standard C++ Library for <gcc-3.4" -DESCRIPTION="Virtual for the GNU Standard C++ Library" -HOMEPAGE="" -SRC_URI="" -LICENSE="" SLOT="3.3" -KEYWORDS="-* amd64 ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" +KEYWORDS="amd64 arm ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" + DEPEND="" RDEPEND="|| ( =sys-libs/libstdc++-v3-bin-3.3* =sys-libs/libstdc++-v3-3.3* )" |