diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-18 22:13:06 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-18 22:13:11 +0200 |
commit | 3ede32fbf959935045b951d40afacdc98e737bb6 (patch) | |
tree | bcf7923dcf6adf1ca83796bb917aff5b98754b89 /sys-apps | |
parent | sys-kernel/gentoo-sources: Linux 5.15 and genpatches (diff) | |
download | gentoo-3ede32fbf959935045b951d40afacdc98e737bb6.tar.gz gentoo-3ede32fbf959935045b951d40afacdc98e737bb6.tar.bz2 gentoo-3ede32fbf959935045b951d40afacdc98e737bb6.zip |
sys-apps/busybox: Stabilize 1.34.1 arm64, #824226
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/busybox/busybox-1.34.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/busybox/busybox-1.34.1.ebuild b/sys-apps/busybox/busybox-1.34.1.ebuild index 7d62fa2b19e3..42d0aa5e25bb 100644 --- a/sys-apps/busybox/busybox-1.34.1.ebuild +++ b/sys-apps/busybox/busybox-1.34.1.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 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2" # GPL-2 only |