mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
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:
parent
c66b25ccfe
commit
8f994d6963
@ -25,6 +25,7 @@ IUSE="cros_host symlink-usr"
|
||||
|
||||
# This version of baselayout replaces coreos-base
|
||||
DEPEND="sys-apps/systemd
|
||||
net-dns/libidn2:=
|
||||
!coreos-base/coreos-base
|
||||
!<sys-libs/glibc-2.17-r1
|
||||
!<=sys-libs/nss-usrfiles-2.18.1_pre"
|
||||
|
Loading…
x
Reference in New Issue
Block a user