floppym     14/05/31 16:48:06

  Modified:             systemd-213.ebuild systemd-9999.ebuild ChangeLog
  Log:
  Forcably enable kmod due to bug 511924.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  sys-apps/systemd/systemd-213.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-213.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-213.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-213.ebuild?r1=1.1&r2=1.2

Index: systemd-213.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-213.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- systemd-213.ebuild  29 May 2014 13:34:34 -0000      1.1
+++ systemd-213.ebuild  31 May 2014 16:48:06 -0000      1.2
@@ -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-213.ebuild,v 1.1 
2014/05/29 13:34:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-213.ebuild,v 1.2 
2014/05/31 16:48:06 floppym Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 SLOT="0/2"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection
-       kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl
+       kdbus lzma pam policykit python qrcode +seccomp selinux ssl
        test vanilla xattr"
 
 MINKV="3.10"
@@ -35,7 +35,7 @@
                ssl? ( >=net-libs/gnutls-3.1.4:0= )
        )
        introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= )
-       kmod? ( >=sys-apps/kmod-15:0= )
+       >=sys-apps/kmod-15:0=
        lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
        pam? ( virtual/pam:= )
        python? ( ${PYTHON_DEPS} )
@@ -174,7 +174,6 @@
                $(usex http $(use_enable ssl gnutls) --disable-gnutls)
                $(use_enable introspection)
                $(use_enable kdbus)
-               $(use_enable kmod)
                $(use_enable lzma xz)
                $(use_enable pam)
                $(use_enable policykit polkit)



1.111                sys-apps/systemd/systemd-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.111&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.111&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.110&r2=1.111

Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- systemd-9999.ebuild 29 May 2014 01:11:48 -0000      1.110
+++ systemd-9999.ebuild 31 May 2014 16:48:06 -0000      1.111
@@ -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-9999.ebuild,v 
1.110 2014/05/29 01:11:48 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 
1.111 2014/05/31 16:48:06 floppym Exp $
 
 EAPI=5
 
@@ -26,7 +26,7 @@
 SLOT="0/2"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection
-       kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl
+       kdbus lzma pam policykit python qrcode +seccomp selinux ssl
        test vanilla xattr"
 
 MINKV="3.10"
@@ -43,7 +43,7 @@
                ssl? ( >=net-libs/gnutls-3.1.4:0= )
        )
        introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= )
-       kmod? ( >=sys-apps/kmod-15:0= )
+       >=sys-apps/kmod-15:0=
        lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
        pam? ( virtual/pam:= )
        python? ( ${PYTHON_DEPS} )
@@ -203,7 +203,6 @@
                $(usex http $(use_enable ssl gnutls) --disable-gnutls)
                $(use_enable introspection)
                $(use_enable kdbus)
-               $(use_enable kmod)
                $(use_enable lzma xz)
                $(use_enable pam)
                $(use_enable policykit polkit)



1.259                sys-apps/systemd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.259&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.259&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.258&r2=1.259

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -r1.258 -r1.259
--- ChangeLog   30 May 2014 02:29:14 -0000      1.258
+++ ChangeLog   31 May 2014 16:48:06 -0000      1.259
@@ -1,6 +1,10 @@
 # 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.258 
2014/05/30 02:29:14 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.259 
2014/05/31 16:48:06 floppym Exp $
+
+  31 May 2014; Mike Gilbert <flop...@gentoo.org> systemd-213.ebuild,
+  systemd-9999.ebuild:
+  Forcably enable kmod due to bug 511924.
 
 *systemd-212-r5 (30 May 2014)
 




Reply via email to