diff options
author | 2021-01-06 06:35:13 +0000 | |
---|---|---|
committer | 2021-01-06 06:35:13 +0000 | |
commit | 7799235ae6ef4c9b6dd16400b5fe16aa6280eec0 (patch) | |
tree | 2ebb37b16a50f025c63ae7d5c19c7c1b4f2ef61b | |
parent | sys-power/suspend: Stabilize 1.0_p20200924 x86, #751568 (diff) | |
download | gentoo-7799235ae6ef4c9b6dd16400b5fe16aa6280eec0.tar.gz gentoo-7799235ae6ef4c9b6dd16400b5fe16aa6280eec0.tar.bz2 gentoo-7799235ae6ef4c9b6dd16400b5fe16aa6280eec0.zip |
sys-apps/busybox: Stabilize 1.32.0-r1 s390, #764008
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-apps/busybox/busybox-1.32.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/busybox/busybox-1.32.0-r1.ebuild b/sys-apps/busybox/busybox-1.32.0-r1.ebuild index 6d7a58111698..e44631ca008d 100644 --- a/sys-apps/busybox/busybox-1.32.0-r1.ebuild +++ b/sys-apps/busybox/busybox-1.32.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # 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="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 |