diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-10-27 19:43:31 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-10-27 19:43:38 +0000 |
commit | 1c3ac449b05ac7e3f6e4f0f74074f14a84c03e5c (patch) | |
tree | 5b720693268f7120bc686f089fd89a229d28d412 /sys-devel/gcc | |
parent | sys-apps/nvme-cli: stabilize 1.9 for amd64 (diff) | |
download | gentoo-1c3ac449b05ac7e3f6e4f0f74074f14a84c03e5c.tar.gz gentoo-1c3ac449b05ac7e3f6e4f0f74074f14a84c03e5c.tar.bz2 gentoo-1c3ac449b05ac7e3f6e4f0f74074f14a84c03e5c.zip |
sys-devel/gcc: de-stabilize gcc-3.*
These compilers are not frequently used and yet patchsets
get updated with time. Don't claim these ebuilds are stable.
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.4.6-r2.ebuild b/sys-devel/gcc/gcc-3.4.6-r2.ebuild index 0389c0bc4377..54000a5b4bea 100644 --- a/sys-devel/gcc/gcc-3.4.6-r2.ebuild +++ b/sys-devel/gcc/gcc-3.4.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,7 +12,7 @@ D_VER="0.24" inherit eutils toolchain -KEYWORDS="-* alpha amd64 arm ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="-* ~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs # NOTE: we SHOULD be using at least binutils 2.15.90.0.1 everywhere for proper |