diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-04 18:01:42 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-04 18:01:42 +0200 |
commit | 6a322a3777439d31b42be7df5903697f9517de16 (patch) | |
tree | b6b2dd60d45a174c0296b55e68bf35101c5fa3d7 /sys-devel | |
parent | kde-plasma/discover: x86 stable (bug #777777) (diff) | |
download | gentoo-6a322a3777439d31b42be7df5903697f9517de16.tar.gz gentoo-6a322a3777439d31b42be7df5903697f9517de16.tar.bz2 gentoo-6a322a3777439d31b42be7df5903697f9517de16.zip |
sys-devel/gcc-config: x86 stable (bug #779796)
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc-config/gcc-config-2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc-config/gcc-config-2.4.ebuild b/sys-devel/gcc-config/gcc-config-2.4.ebuild index 9336d9715e06..d99ee5135b04 100644 --- a/sys-devel/gcc-config/gcc-config-2.4.ebuild +++ b/sys-devel/gcc-config/gcc-config-2.4.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86" fi DESCRIPTION="Utility to manage compilers" |