diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-09-21 10:58:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-09-21 10:58:24 +0200 |
commit | 6ab66d0e66e19b07a24b9ff45566395a6c32aa69 (patch) | |
tree | e05de955bdd94d0b061c8e6853eaa23c26b4d4f5 /sys-devel | |
parent | sys-devel/binutils-config: Stabilize 5.5.2 x86, #939090 (diff) | |
download | gentoo-6ab66d0e66e19b07a24b9ff45566395a6c32aa69.tar.gz gentoo-6ab66d0e66e19b07a24b9ff45566395a6c32aa69.tar.bz2 gentoo-6ab66d0e66e19b07a24b9ff45566395a6c32aa69.zip |
sys-devel/binutils-config: Stabilize 5.5.2 ppc, #939090
Signed-off-by: Michał Górny <mgorny@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 6375bf3cdcc6..b01115f0daff 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" |