diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-21 14:46:39 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-21 14:46:39 +0300 |
commit | 495da4235668c903a6cddf6996a02437f525ab07 (patch) | |
tree | 33f634b321aa3a467517fb98d4c879d56da5d160 /sys-apps | |
parent | media-gfx/exiv2: Stabilize 0.28.3 amd64, #938265 (diff) | |
download | gentoo-495da4235668c903a6cddf6996a02437f525ab07.tar.gz gentoo-495da4235668c903a6cddf6996a02437f525ab07.tar.bz2 gentoo-495da4235668c903a6cddf6996a02437f525ab07.zip |
sys-apps/busybox: Stabilize 1.36.1-r3 x86, #938267
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/busybox/busybox-1.36.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/busybox/busybox-1.36.1-r3.ebuild b/sys-apps/busybox/busybox-1.36.1-r3.ebuild index a0e6e95cf3f2..22aa85c473ad 100644 --- a/sys-apps/busybox/busybox-1.36.1-r3.ebuild +++ b/sys-apps/busybox/busybox-1.36.1-r3.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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" fi S="${WORKDIR}/${MY_P}" |