From: Patrick McLean Date: Thu, 6 Feb 2020 23:06:22 +0000 (-0800) Subject: sys-apps/busybox-1.31.1-r1: Revbump, virtual/libxcrypt, fix bug #708350 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d7d0d98ea093bb29a81c1f9c0d27d823c61e8640;p=gentoo.git sys-apps/busybox-1.31.1-r1: Revbump, virtual/libxcrypt, fix bug #708350 Closes: https://bugs.gentoo.org/708350 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Patrick McLean --- diff --git a/sys-apps/busybox/busybox-1.31.1.ebuild b/sys-apps/busybox/busybox-1.31.1-r1.ebuild similarity index 97% rename from sys-apps/busybox/busybox-1.31.1.ebuild rename to sys-apps/busybox/busybox-1.31.1-r1.ebuild index c15fa90610c7..0ee063abe46c 100644 --- a/sys-apps/busybox/busybox-1.31.1.ebuild +++ b/sys-apps/busybox/busybox-1.31.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 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. -EAPI=6 +EAPI=7 inherit flag-o-matic savedconfig toolchain-funcs @@ -26,14 +26,18 @@ REQUIRED_USE="pam? ( !static )" RESTRICT="test" COMMON_DEPEND="!static? ( selinux? ( sys-libs/libselinux ) ) - pam? ( sys-libs/pam )" + pam? ( sys-libs/pam ) + virtual/libcrypt" DEPEND="${COMMON_DEPEND} - static? ( selinux? ( sys-libs/libselinux[static-libs(+)] ) ) + static? ( + virtual/libcrypt[static-libs] + selinux? ( sys-libs/libselinux[static-libs(+)] ) + ) >=sys-kernel/linux-headers-2.6.39" RDEPEND="${COMMON_DEPEND} mdev? ( !