sys-apps/baselayout: Work around systemd-tmpfiles not finding libidn2

The baselayout ebuild file calls systemd-tmpfiles but despite that
the systemd ebuild file depends on libidn2 through a use flag, it was
not built early enough.
Ensure that libidn2 is built before baselayout wants to use it.
This commit is contained in:
Kai Lüke 2020-07-29 12:42:36 +02:00
parent c66b25ccfe
commit 8f994d6963

View File

@ -25,6 +25,7 @@ IUSE="cros_host symlink-usr"
# This version of baselayout replaces coreos-base # This version of baselayout replaces coreos-base
DEPEND="sys-apps/systemd DEPEND="sys-apps/systemd
net-dns/libidn2:=
!coreos-base/coreos-base !coreos-base/coreos-base
!<sys-libs/glibc-2.17-r1 !<sys-libs/glibc-2.17-r1
!<=sys-libs/nss-usrfiles-2.18.1_pre" !<=sys-libs/nss-usrfiles-2.18.1_pre"