diff options
author | 2014-03-29 08:02:04 +0000 | |
---|---|---|
committer | 2014-03-29 08:02:04 +0000 | |
commit | 42310f278d6b228151e77948d16b3eeb501b8e25 (patch) | |
tree | a6e94ed1b3a10e56d7fe64573171c130df4ec518 /sys-apps/systemd | |
parent | 4.6.4 p1.2: Fixes illegal instructions on Haswell (or -mfma) (bug #505960 (diff) | |
download | gentoo-2-42310f278d6b228151e77948d16b3eeb501b8e25.tar.gz gentoo-2-42310f278d6b228151e77948d16b3eeb501b8e25.tar.bz2 gentoo-2-42310f278d6b228151e77948d16b3eeb501b8e25.zip |
Require kernel 3.7 temporarily due to unconditional use of newer defines.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-212.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog index acb7c5e96fe5..19f2f3801cb2 100644 --- a/sys-apps/systemd/ChangeLog +++ b/sys-apps/systemd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.242 2014/03/28 18:16:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.243 2014/03/29 08:02:04 mgorny Exp $ + + 29 Mar 2014; Michał Górny <mgorny@gentoo.org> systemd-212.ebuild: + Require kernel 3.7 temporarily due to unconditional use of newer defines. 28 Mar 2014; Michał Górny <mgorny@gentoo.org> systemd-212.ebuild, systemd-9999.ebuild: diff --git a/sys-apps/systemd/systemd-212.ebuild b/sys-apps/systemd/systemd-212.ebuild index c57def6ffc8f..effa9d233398 100644 --- a/sys-apps/systemd/systemd-212.ebuild +++ b/sys-apps/systemd/systemd-212.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212.ebuild,v 1.2 2014/03/28 18:16:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212.ebuild,v 1.3 2014/03/29 08:02:04 mgorny Exp $ EAPI=5 @@ -21,7 +21,9 @@ IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl test vanilla xattr" -MINKV="3.0" +# http://lists.freedesktop.org/archives/systemd-devel/2014-March/018267.html +# (fixed in git) +MINKV="3.7" COMMON_DEPEND=">=sys-apps/util-linux-2.20:0= sys-libs/libcap:0= |