diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-09-30 20:05:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-09-30 20:05:41 +0000 |
commit | e7c7f2446b01b00d2b26222e82c1b7f2855d640b (patch) | |
tree | 33af00908f6b9dfed7cb3c8e47fa8fb36552e0af /virtual/libstdc++ | |
parent | First release candidate for Exim 4.82 with DMARC support (diff) | |
download | gentoo-2-e7c7f2446b01b00d2b26222e82c1b7f2855d640b.tar.gz gentoo-2-e7c7f2446b01b00d2b26222e82c1b7f2855d640b.tar.bz2 gentoo-2-e7c7f2446b01b00d2b26222e82c1b7f2855d640b.zip |
Drop arm since there are no binary packages we really care about anymore #483148 by Agostino Sarubbo.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'virtual/libstdc++')
-rw-r--r-- | virtual/libstdc++/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/libstdc++/libstdc++-3.3.ebuild | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/virtual/libstdc++/ChangeLog b/virtual/libstdc++/ChangeLog index 6620c98e15a5..e313290be056 100644 --- a/virtual/libstdc++/ChangeLog +++ b/virtual/libstdc++/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/libstdc++ -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.18 2012/07/14 19:42:26 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.19 2013/09/30 20:05:41 vapier Exp $ + + 30 Sep 2013; Mike Frysinger <vapier@gentoo.org> libstdc++-3.3.ebuild: + Drop arm since there are no binary packages we really care about anymore + #483148 by Agostino Sarubbo. 14 Jul 2012; Ulrich Müller <ulm@gentoo.org> libstdc++-3.3.ebuild: QA: Define mandatory ebuild variables, bug 425848. @@ -56,4 +60,3 @@ 20 Dec 2005; Mark Loeser <halcy0n@gentoo.org> +metadata.xml, +libstdc++-3.3.ebuild: Initial commit of the libstdc++ virtual - diff --git a/virtual/libstdc++/libstdc++-3.3.ebuild b/virtual/libstdc++/libstdc++-3.3.ebuild index 6ca2c8656691..5939dd9b74b7 100644 --- a/virtual/libstdc++/libstdc++-3.3.ebuild +++ b/virtual/libstdc++/libstdc++-3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.18 2012/07/14 19:42:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild,v 1.19 2013/09/30 20:05:41 vapier Exp $ DESCRIPTION="Virtual for the GNU Standard C++ Library for <gcc-3.4" HOMEPAGE="" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="" SLOT="3.3" -KEYWORDS="amd64 arm ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" DEPEND="" |