diff options
author | Sam James <sam@gentoo.org> | 2020-07-25 21:45:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-25 21:46:06 +0000 |
commit | 940ce9f56c2722ce97e3ab0c283a5ce0db446bca (patch) | |
tree | df4d74d21ade6fc412f01ce6e07ca16070647b05 /sys-devel | |
parent | sys-libs/libcap: Removed old (diff) | |
download | gentoo-940ce9f56c2722ce97e3ab0c283a5ce0db446bca.tar.gz gentoo-940ce9f56c2722ce97e3ab0c283a5ce0db446bca.tar.bz2 gentoo-940ce9f56c2722ce97e3ab0c283a5ce0db446bca.zip |
sys-devel/binutils-config: arm64 stable (bug #733868)
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-config/binutils-config-5.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/binutils-config/binutils-config-5.3.2.ebuild b/sys-devel/binutils-config/binutils-config-5.3.2.ebuild index 5a7ac411c75a..5c9dad3f2a62 100644 --- a/sys-devel/binutils-config/binutils-config-5.3.2.ebuild +++ b/sys-devel/binutils-config/binutils-config-5.3.2.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" |