diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-05-09 11:17:25 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-05-09 11:17:25 +0200 |
commit | 2c5db2320d7ed55bdd637f67e1f7aa0194571e95 (patch) | |
tree | c29254a7a2e3d8cabf505d28222b9b261812be56 /sys-devel/binutils-config | |
parent | media-radio/wsjtx: x86 stable wrt bug #784911 (diff) | |
download | gentoo-2c5db2320d7ed55bdd637f67e1f7aa0194571e95.tar.gz gentoo-2c5db2320d7ed55bdd637f67e1f7aa0194571e95.tar.bz2 gentoo-2c5db2320d7ed55bdd637f67e1f7aa0194571e95.zip |
sys-devel/binutils-config: x86 stable wrt bug #785391
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
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.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/binutils-config/binutils-config-5.4.ebuild b/sys-devel/binutils-config/binutils-config-5.4.ebuild index f30205121f8e..22cd3cf67a8e 100644 --- a/sys-devel/binutils-config/binutils-config-5.4.ebuild +++ b/sys-devel/binutils-config/binutils-config-5.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 change the binutils version being used" |