mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +02:00
Merge pull request #1215 from mischief/systemd-ebuild
sys-apps/systemd: add gnuefi use from upstream ebuild
This commit is contained in:
commit
b5b169fca9
@ -32,7 +32,7 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
|
|||||||
|
|
||||||
LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
|
LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
|
||||||
SLOT="0/2"
|
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
|
idn importd introspection kdbus +kmod +lz4 lzma nat pam policykit python
|
||||||
qrcode +seccomp selinux ssl sysv-utils terminal test vanilla xkb"
|
qrcode +seccomp selinux ssl sysv-utils terminal test vanilla xkb"
|
||||||
|
|
||||||
@ -108,6 +108,7 @@ DEPEND="${COMMON_DEPEND}
|
|||||||
ia64? ( >=sys-kernel/linux-headers-3.9 )
|
ia64? ( >=sys-kernel/linux-headers-3.9 )
|
||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
||||||
doc? ( >=dev-util/gtk-doc-1.18 )
|
doc? ( >=dev-util/gtk-doc-1.18 )
|
||||||
|
gnuefi? ( >=sys-boot/gnu-efi-3.0.2 )
|
||||||
python? ( dev-python/lxml[${PYTHON_USEDEP}] )
|
python? ( dev-python/lxml[${PYTHON_USEDEP}] )
|
||||||
terminal? ( media-fonts/unifont[utils(+)] )
|
terminal? ( media-fonts/unifont[utils(+)] )
|
||||||
test? ( >=sys-apps/dbus-1.6.8-r1:0 )"
|
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 doc gtk-doc)
|
||||||
$(multilib_native_use_enable elfutils)
|
$(multilib_native_use_enable elfutils)
|
||||||
$(use_enable gcrypt)
|
$(use_enable gcrypt)
|
||||||
|
$(multilib_native_use_enable gnuefi)
|
||||||
$(use_enable gudev)
|
$(use_enable gudev)
|
||||||
$(multilib_native_use_enable http microhttpd)
|
$(multilib_native_use_enable http microhttpd)
|
||||||
$(usex http $(multilib_native_use_enable ssl gnutls) --disable-gnutls)
|
$(usex http $(multilib_native_use_enable ssl gnutls) --disable-gnutls)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user