mgorny 14/03/29 08:02:04 Modified: systemd-212.ebuild ChangeLog Log: 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!)
Revision Changes Path 1.3 sys-apps/systemd/systemd-212.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212.ebuild?r1=1.2&r2=1.3 Index: systemd-212.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- systemd-212.ebuild 28 Mar 2014 18:16:31 -0000 1.2 +++ systemd-212.ebuild 29 Mar 2014 08:02:04 -0000 1.3 @@ -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 @@ 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= 1.243 sys-apps/systemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.243&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.243&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.242&r2=1.243 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v retrieving revision 1.242 retrieving revision 1.243 diff -u -r1.242 -r1.243 --- ChangeLog 28 Mar 2014 18:16:31 -0000 1.242 +++ ChangeLog 29 Mar 2014 08:02:04 -0000 1.243 @@ -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 <[email protected]> systemd-212.ebuild: + Require kernel 3.7 temporarily due to unconditional use of newer defines. 28 Mar 2014; Michał Górny <[email protected]> systemd-212.ebuild, systemd-9999.ebuild:
