diff options
author | Matt Turner <mattst88@gentoo.org> | 2016-05-01 17:56:46 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2016-05-01 20:35:03 -0700 |
commit | a604e1d1577d46606dea5e398a3706beffbf5e52 (patch) | |
tree | 878b27c9a7a57ad00f3bb65b9dfc41685940bdd9 /sys-apps/busybox | |
parent | sys-apps/portage: alpha stable, bug 580738. (diff) | |
download | gentoo-a604e1d1577d46606dea5e398a3706beffbf5e52.tar.gz gentoo-a604e1d1577d46606dea5e398a3706beffbf5e52.tar.bz2 gentoo-a604e1d1577d46606dea5e398a3706beffbf5e52.zip |
sys-apps/busybox: alpha stable, bug 577610.
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/busybox-1.24.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/busybox/busybox-1.24.2.ebuild b/sys-apps/busybox/busybox-1.24.2.ebuild index 828d71614931..6214c21595a6 100644 --- a/sys-apps/busybox/busybox-1.24.2.ebuild +++ b/sys-apps/busybox/busybox-1.24.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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 |