diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-04-25 10:40:32 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-04-25 09:56:35 +0100 |
commit | 94e69b27e2e70a289e956426ec3581147258c6f3 (patch) | |
tree | f4f8a4683a09a42c0c914937d55d7dca5fd77ba6 /sys-devel | |
parent | sys-devel/gdb: reorder deps in live ebuild to match releases (diff) | |
download | gentoo-94e69b27e2e70a289e956426ec3581147258c6f3.tar.gz gentoo-94e69b27e2e70a289e956426ec3581147258c6f3.tar.bz2 gentoo-94e69b27e2e70a289e956426ec3581147258c6f3.zip |
sys-devel/binutils-config: stable 5.4 for hppa/sparc, bug #785391
Package-Manager: Portage-3.0.17, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel')
-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 5e39f373e5c4..d051db6697a6 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" |