mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/systemd-utils: DEPEND on virtual/libcrypt[${MULTILIB_USEDEP}]
This is needed to satisfy the build system, but does not affect the installed multilib artifacts (libudev). This dependency was made optional after the 259 release. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -32,7 +32,6 @@ REQUIRED_USE="
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
COMMON_DEPEND="
|
||||
virtual/libcrypt:=
|
||||
selinux? ( sys-libs/libselinux:0= )
|
||||
tmpfiles? (
|
||||
acl? ( sys-apps/acl:0= )
|
||||
@@ -44,12 +43,14 @@ COMMON_DEPEND="
|
||||
)
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
virtual/libcrypt:=[${MULTILIB_USEDEP}]
|
||||
>=sys-kernel/linux-headers-3.11
|
||||
"
|
||||
|
||||
PEFILE_DEPEND='dev-python/pefile[${PYTHON_USEDEP}]'
|
||||
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
virtual/libcrypt:=
|
||||
boot? ( !<sys-boot/systemd-boot-250 )
|
||||
ukify? (
|
||||
${PYTHON_DEPS}
|
||||
|
||||
Reference in New Issue
Block a user