diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-01 11:33:34 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-01 11:33:34 +0200 |
commit | 2ebb567fe3566c0c4306229730b49db2b9e572c9 (patch) | |
tree | 029191a2bdd4d0818f998d7efca74d2517c5be00 /sys-devel | |
parent | dev-python/pyudev: disable hypothesis timeouts (diff) | |
download | gentoo-2ebb567fe3566c0c4306229730b49db2b9e572c9.tar.gz gentoo-2ebb567fe3566c0c4306229730b49db2b9e572c9.tar.bz2 gentoo-2ebb567fe3566c0c4306229730b49db2b9e572c9.zip |
sys-devel/gcc-config: Stabilize 2.5-r1 arm, #830376
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc-config/gcc-config-2.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc-config/gcc-config-2.5-r1.ebuild b/sys-devel/gcc-config/gcc-config-2.5-r1.ebuild index 67c6a7ee6316..d1fb269e4e84 100644 --- a/sys-devel/gcc-config/gcc-config-2.5-r1.ebuild +++ b/sys-devel/gcc-config/gcc-config-2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${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" |