commit: 75f2bb934ce942698e90423847b34588ee0ea389
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Fri Jul 1 06:52:26 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 3 23:52:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f2bb93
sys-apps/busybox: update 1.34.1-r1 from with 1.34.1
Some changes have been made to 1.34.1, import them in 1.34.1-r1:
- add keyword for ~loong
- drop obsolete warning as per commit 67c192b1117d51b72b9ff638fe0563d00c65c64e
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/busybox/busybox-1.34.1-r1.ebuild | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/sys-apps/busybox/busybox-1.34.1-r1.ebuild
b/sys-apps/busybox/busybox-1.34.1-r1.ebuild
index 1c1c9debb045..8fb10aebdff0 100644
--- a/sys-apps/busybox/busybox-1.34.1-r1.ebuild
+++ b/sys-apps/busybox/busybox-1.34.1-r1.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
~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
LICENSE="GPL-2" # GPL-2 only
@@ -333,14 +333,6 @@ src_install() {
}
pkg_preinst() {
- if use make-symlinks && [[ ! ${VERY_BRAVE_OR_VERY_DUMB} == "yes" ]] &&
[[ -z "${ROOT}" ]] ; then
- ewarn "setting USE=make-symlinks and emerging to / is very
dangerous."
- ewarn "it WILL overwrite lots of system programs like: ls bash
awk grep (bug 60805 for full list)."
- ewarn "If you are creating a binary only and not merging this
is probably ok."
- ewarn "set env VERY_BRAVE_OR_VERY_DUMB=yes if this is really
what you want."
- die "silly options will destroy your system"
- fi
-
if use make-symlinks ; then
mv "${ED}"/usr/share/${PN}/busybox-links.tar "${T}"/ || die
fi