From 7a138b15573234395bf3b9607451e136bc452ed8 Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Tue, 21 Apr 2015 16:42:51 -0700 Subject: [PATCH] sys-apps/systemd: add gnuefi use from upstream ebuild fixes live ebuild by disabling gnuefi in configure script --- .../coreos-overlay/sys-apps/systemd/systemd-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild index 4385fd24e0..3e6b99a99c 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild @@ -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)