diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-12-22 01:05:53 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-12-22 01:05:53 -0500 |
commit | 0086d84f7b2c32094e17505552311bd2f4620fc7 (patch) | |
tree | deb65b89f63cfea24855926fa3d65e45b74b3f68 /sys-apps | |
parent | app-emulation/diskimage-builder: bup, again (diff) | |
download | gentoo-0086d84f7b2c32094e17505552311bd2f4620fc7.tar.gz gentoo-0086d84f7b2c32094e17505552311bd2f4620fc7.tar.bz2 gentoo-0086d84f7b2c32094e17505552311bd2f4620fc7.zip |
sys-apps/busybox: mark arm64/hppa/m68k/ppc64/s390/sh stable #590478
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/busybox/busybox-1.25.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/busybox/busybox-1.25.1.ebuild b/sys-apps/busybox/busybox-1.25.1.ebuild index 0505fc996b98..d7b59dafd830 100644 --- a/sys-apps/busybox/busybox-1.25.1.ebuild +++ b/sys-apps/busybox/busybox-1.25.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 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" fi LICENSE="GPL-2" # GPL-2 only |