diff options
author | 2024-09-24 12:51:36 +0100 | |
---|---|---|
committer | 2024-09-24 12:51:36 +0100 | |
commit | 09c8fcc2ca93ea484961bccbaafaa4db80411f65 (patch) | |
tree | 8095a3903e8d4853707f5e1da7c7782df70fef8b /sys-devel | |
parent | autotools.eclass: Run eautoheader with --force (diff) | |
download | gentoo-09c8fcc2ca93ea484961bccbaafaa4db80411f65.tar.gz gentoo-09c8fcc2ca93ea484961bccbaafaa4db80411f65.tar.bz2 gentoo-09c8fcc2ca93ea484961bccbaafaa4db80411f65.zip |
sys-devel/binutils-config: Stabilize 5.5.2 sparc, #939090
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-config/binutils-config-5.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/binutils-config/binutils-config-5.5.2.ebuild b/sys-devel/binutils-config/binutils-config-5.5.2.ebuild index 8a3e6e32b8b7..5eac04325a1d 100644 --- a/sys-devel/binutils-config/binutils-config-5.5.2.ebuild +++ b/sys-devel/binutils-config/binutils-config-5.5.2.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi DESCRIPTION="Utility to change the binutils version being used" |