diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-22 10:43:45 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-22 10:47:40 +0000 |
commit | f12df9c1e90399ca24edc2023ca6fa890a46cdb9 (patch) | |
tree | fa1dbe21eef72e06bce39edf9c30373e5c07193e /sys-devel | |
parent | app-admin/sudo: Bump to version 1.8.30_beta1 (diff) | |
download | gentoo-f12df9c1e90399ca24edc2023ca6fa890a46cdb9.tar.gz gentoo-f12df9c1e90399ca24edc2023ca6fa890a46cdb9.tar.bz2 gentoo-f12df9c1e90399ca24edc2023ca6fa890a46cdb9.zip |
sys-devel/gcc: drop gcc-5.* keywords down to ~arch
gcc-5 branch is masked on modern profiles. We will
not maintain stable keywords there.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-5.4.0-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-5.4.0-r4.ebuild b/sys-devel/gcc/gcc-5.4.0-r4.ebuild index cd5748b36ff5..d1f4eb8dc8cb 100644 --- a/sys-devel/gcc/gcc-5.4.0-r4.ebuild +++ b/sys-devel/gcc/gcc-5.4.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -21,7 +21,7 @@ SSP_UCLIBC_STABLE="x86 amd64 mips ppc ppc64 arm" inherit toolchain -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RDEPEND="" DEPEND="${RDEPEND} |