diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-16 10:21:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-16 10:21:18 +0000 |
commit | e6a94acd79cc25ab25da9a1351dac44c9ecbb155 (patch) | |
tree | 7f1095890aa0c21afa17cf6d070503c889682647 /sys-apps | |
parent | Stable for sparc, wrt bug #537884 (diff) | |
download | gentoo-2-e6a94acd79cc25ab25da9a1351dac44c9ecbb155.tar.gz gentoo-2-e6a94acd79cc25ab25da9a1351dac44c9ecbb155.tar.bz2 gentoo-2-e6a94acd79cc25ab25da9a1351dac44c9ecbb155.zip |
Stable for sparc, wrt bug #537978
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/busybox/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-1.23.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/busybox/ChangeLog b/sys-apps/busybox/ChangeLog index d74d3d4c33e9..4ddb6a7e0923 100644 --- a/sys-apps/busybox/ChangeLog +++ b/sys-apps/busybox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/busybox # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.389 2015/02/15 08:37:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.390 2015/02/16 10:21:18 ago Exp $ + + 16 Feb 2015; Agostino Sarubbo <ago@gentoo.org> busybox-1.23.1.ebuild: + Stable for sparc, wrt bug #537978 15 Feb 2015; Mike Frysinger <vapier@gentoo.org> +files/busybox-1.23.1-modprobe-small.patch, busybox-1.23.1-r1.ebuild: diff --git a/sys-apps/busybox/busybox-1.23.1.ebuild b/sys-apps/busybox/busybox-1.23.1.ebuild index e69a25da2f9c..47ed42fcbecc 100644 --- a/sys-apps/busybox/busybox-1.23.1.ebuild +++ b/sys-apps/busybox/busybox-1.23.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.23.1.ebuild,v 1.4 2015/02/06 11:35:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.23.1.ebuild,v 1.5 2015/02/16 10:21:18 ago Exp $ # See `man savedconfig.eclass` for info on how to use USE=savedconfig. @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then else MY_P=${PN}-${PV/_/-} SRC_URI="http://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" |