commit: a2fafc6b85495b1c26002d88dca238107416d371 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 30 22:12:11 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 30 22:12:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fafc6b
sys-apps/busybox: dosym8 -r Sneaky - caught out by the Portage bug! Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/busybox/busybox-1.34.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/busybox/busybox-1.34.1-r1.ebuild b/sys-apps/busybox/busybox-1.34.1-r1.ebuild index 3e57307d25b6..1c1c9debb045 100644 --- a/sys-apps/busybox/busybox-1.34.1-r1.ebuild +++ b/sys-apps/busybox/busybox-1.34.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 -inherit flag-o-matic savedconfig toolchain-funcs +inherit eapi8-dosym flag-o-matic savedconfig toolchain-funcs DESCRIPTION="Utilities for rescue and embedded systems" HOMEPAGE="https://www.busybox.net/" @@ -294,7 +294,7 @@ src_install() { doins examples/udhcp/udhcpd.conf fi if busybox_config_enabled ASH && ! use make-symlinks; then - dosym -r /bin/busybox /bin/ash + dosym8 -r /bin/busybox /bin/ash fi if busybox_config_enabled CROND; then newconfd "${FILESDIR}"/crond.confd busybox-crond
