diff options
author | Viorel Munteanu <ceamac.paragon@gmail.com> | 2022-07-01 09:52:26 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-04 00:52:42 +0100 |
commit | 75f2bb934ce942698e90423847b34588ee0ea389 (patch) | |
tree | ed30cc8ae89b37873188f9e74edcae25598e8d8c /sys-apps | |
parent | sys-kernel/git-sources: add 5.19_rc5 (diff) | |
download | gentoo-75f2bb934ce942698e90423847b34588ee0ea389.tar.gz gentoo-75f2bb934ce942698e90423847b34588ee0ea389.tar.bz2 gentoo-75f2bb934ce942698e90423847b34588ee0ea389.zip |
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@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/busybox/busybox-1.34.1-r1.ebuild | 10 |
1 files changed, 1 insertions, 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 |