summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-03-26 17:29:23 +0000
committerMichał Górny <mgorny@gentoo.org>2013-03-26 17:29:23 +0000
commitb7876ccdb2c9d6b5d19e720e0f99ad20e5f8bb7f (patch)
tree6e88c1b01e23b04952b13a43ad4e2f25d22d7895 /sys-apps
parentWarn users who use compatibility symlinks for init=. (diff)
downloadgentoo-2-b7876ccdb2c9d6b5d19e720e0f99ad20e5f8bb7f.tar.gz
gentoo-2-b7876ccdb2c9d6b5d19e720e0f99ad20e5f8bb7f.tar.bz2
gentoo-2-b7876ccdb2c9d6b5d19e720e0f99ad20e5f8bb7f.zip
Enable EFI support unconditionally since it does not introduce any deps.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/ChangeLog5
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog
index d8eed197e7e3..dc59091ac200 100644
--- a/sys-apps/systemd/ChangeLog
+++ b/sys-apps/systemd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.98 2013/03/26 17:19:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.99 2013/03/26 17:29:23 mgorny Exp $
+
+ 26 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Enable EFI support unconditionally since it does not introduce any deps.
26 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
Warn users who use compatibility symlinks for init=.
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index fb753d9f1147..c403758a891e 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.29 2013/03/26 17:19:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.30 2013/03/26 17:29:23 mgorny Exp $
EAPI=5
@@ -22,7 +22,7 @@ SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2.1 MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="acl audit cryptsetup doc efi gcrypt gudev http
+IUSE="acl audit cryptsetup doc gcrypt gudev http
introspection +kmod lzma pam python qrcode selinux static-libs
tcpd vanilla xattr"
@@ -108,19 +108,19 @@ src_configure() {
--with-pamlibdir=/$(get_libdir)/security
# make sure we get /bin:/sbin in $PATH
--enable-split-usr
- # no deps
- --enable-keymap
# disable sysv compatibility
--with-sysvinit-path=
--with-sysvrcnd-path=
# just text files
--enable-polkit
+ # no deps
+ --enable-keymap
+ --enable-efi
# optional components/dependencies
$(use_enable acl)
$(use_enable audit)
$(use_enable cryptsetup libcryptsetup)
$(use_enable doc gtk-doc)
- $(use_enable efi)
$(use_enable gcrypt)
$(use_enable gudev)
$(use_enable http microhttpd)