diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-21 14:46:41 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-21 14:46:41 +0300 |
commit | 646dc96e08ad2054da25f298c9c7588b558c5e5e (patch) | |
tree | c4a7869a3a660b16d487c7bfa6b3824d7e84cddb /sys-apps | |
parent | sys-apps/busybox: Stabilize 1.36.1-r3 arm, #938267 (diff) | |
download | gentoo-646dc96e08ad2054da25f298c9c7588b558c5e5e.tar.gz gentoo-646dc96e08ad2054da25f298c9c7588b558c5e5e.tar.bz2 gentoo-646dc96e08ad2054da25f298c9c7588b558c5e5e.zip |
sys-apps/busybox: Stabilize 1.36.1-r3 ppc64, #938267
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/busybox/busybox-1.36.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/busybox/busybox-1.36.1-r3.ebuild b/sys-apps/busybox/busybox-1.36.1-r3.ebuild index 6006d9b7efd5..4f945286b931 100644 --- a/sys-apps/busybox/busybox-1.36.1-r3.ebuild +++ b/sys-apps/busybox/busybox-1.36.1-r3.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then else MY_P="${PN}-${PV/_/-}" SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2" - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" fi S="${WORKDIR}/${MY_P}" |