diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-29 15:37:18 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-29 15:37:18 +0200 |
commit | e26b493ee091bba4f2e847cabc9805ea69d11445 (patch) | |
tree | 9aa0a126cd80a42a01d36d0e14432cf9a11eac8a /sys-devel | |
parent | sys-devel/gcc-config: ppc64 stable wrt bug #730078 (diff) | |
download | gentoo-e26b493ee091bba4f2e847cabc9805ea69d11445.tar.gz gentoo-e26b493ee091bba4f2e847cabc9805ea69d11445.tar.bz2 gentoo-e26b493ee091bba4f2e847cabc9805ea69d11445.zip |
sys-devel/binutils-config: ppc64 stable wrt bug #730080
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel')
-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 edf6fc91cafe..68c51b4130d9 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" |