diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-09-30 20:07:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-09-30 20:07:18 +0000 |
commit | bcddf6f393ab7eef5136d65e0b064ae2adfb4a92 (patch) | |
tree | e0677abd0f790a44696cb4c39103e7ae4de4ef54 /sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild | |
parent | Drop arm since there are no binary packages we really care about anymore #483... (diff) | |
download | gentoo-2-bcddf6f393ab7eef5136d65e0b064ae2adfb4a92.tar.gz gentoo-2-bcddf6f393ab7eef5136d65e0b064ae2adfb4a92.tar.bz2 gentoo-2-bcddf6f393ab7eef5136d65e0b064ae2adfb4a92.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 'sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild')
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild index 37f1370f0664..828d744167b1 100644 --- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild +++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild,v 1.29 2013/04/10 18:25:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild,v 1.30 2013/09/30 20:07:18 vapier Exp $ inherit eutils flag-o-matic libtool multilib @@ -116,7 +116,7 @@ SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2 LICENSE="GPL-2 LGPL-2.1" SLOT="5" -KEYWORDS="amd64 arm hppa ~mips ppc -ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 hppa ~mips ppc -ppc64 sparc x86 ~x86-fbsd" IUSE="multilib nls" S=${WORKDIR}/gcc-${PV} |