mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-06 18:02:02 +01:00
sys-apps/systemd: add gnuefi use from upstream ebuild
fixes live ebuild by disabling gnuefi in configure script
This commit is contained in:
parent
6697409da6
commit
7a138b1557
@ -32,7 +32,7 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
|
||||
SLOT="0/2"
|
||||
IUSE="acl apparmor audit cryptsetup curl doc elfutils gcrypt gudev http
|
||||
IUSE="acl apparmor audit cryptsetup curl doc elfutils gcrypt gnuefi gudev http
|
||||
idn importd introspection kdbus +kmod +lz4 lzma nat pam policykit python
|
||||
qrcode +seccomp selinux ssl sysv-utils terminal test vanilla xkb"
|
||||
|
||||
@ -108,6 +108,7 @@ DEPEND="${COMMON_DEPEND}
|
||||
ia64? ( >=sys-kernel/linux-headers-3.9 )
|
||||
virtual/pkgconfig
|
||||
doc? ( >=dev-util/gtk-doc-1.18 )
|
||||
gnuefi? ( >=sys-boot/gnu-efi-3.0.2 )
|
||||
python? ( dev-python/lxml[${PYTHON_USEDEP}] )
|
||||
terminal? ( media-fonts/unifont[utils(+)] )
|
||||
test? ( >=sys-apps/dbus-1.6.8-r1:0 )"
|
||||
@ -220,6 +221,7 @@ multilib_src_configure() {
|
||||
$(multilib_native_use_enable doc gtk-doc)
|
||||
$(multilib_native_use_enable elfutils)
|
||||
$(use_enable gcrypt)
|
||||
$(multilib_native_use_enable gnuefi)
|
||||
$(use_enable gudev)
|
||||
$(multilib_native_use_enable http microhttpd)
|
||||
$(usex http $(multilib_native_use_enable ssl gnutls) --disable-gnutls)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user