diff options
author | 2020-06-29 15:36:38 +0200 | |
---|---|---|
committer | 2020-06-29 15:36:38 +0200 | |
commit | bc5ef1441cf7560abf7fa929f4fed5e2a0349113 (patch) | |
tree | dc5e0e82c7e556e37480336f9092b5fd48e67a8d | |
parent | sys-devel/gcc-config: ppc stable wrt bug #730078 (diff) | |
download | gentoo-bc5ef1441cf7560abf7fa929f4fed5e2a0349113.tar.gz gentoo-bc5ef1441cf7560abf7fa929f4fed5e2a0349113.tar.bz2 gentoo-bc5ef1441cf7560abf7fa929f4fed5e2a0349113.zip |
sys-devel/binutils-config: ppc stable wrt bug #730080
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-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 9d5ef107a9f4..edf6fc91cafe 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" |