diff options
author | 2020-06-29 15:36:04 +0200 | |
---|---|---|
committer | 2020-06-29 15:36:04 +0200 | |
commit | 1f81ba1718db5d2538a4911812abacf2fb517b22 (patch) | |
tree | 0561282e9c8da4ab30509984006a052bc3483024 /sys-devel/binutils-config | |
parent | sys-devel/gcc-config: arm stable wrt bug #730078 (diff) | |
download | gentoo-1f81ba1718db5d2538a4911812abacf2fb517b22.tar.gz gentoo-1f81ba1718db5d2538a4911812abacf2fb517b22.tar.bz2 gentoo-1f81ba1718db5d2538a4911812abacf2fb517b22.zip |
sys-devel/binutils-config: arm stable wrt bug #730080
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel/binutils-config')
-rw-r--r-- | sys-devel/binutils-config/binutils-config-5.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/binutils-config/binutils-config-5.3.1.ebuild b/sys-devel/binutils-config/binutils-config-5.3.1.ebuild index 5a7ac411c75a..9d5ef107a9f4 100644 --- a/sys-devel/binutils-config/binutils-config-5.3.1.ebuild +++ b/sys-devel/binutils-config/binutils-config-5.3.1.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 change the binutils version being used" |