floppym     14/06/03 00:46:36

  Modified:             systemd-9999.ebuild ChangeLog
  Log:
  Make kmod optional again due to changes upstream.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.113                sys-apps/systemd/systemd-9999.ebuild

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

Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- systemd-9999.ebuild 1 Jun 2014 07:33:11 -0000       1.112
+++ systemd-9999.ebuild 3 Jun 2014 00:46:36 -0000       1.113
@@ -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.112 2014/06/01 07:33:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 
1.113 2014/06/03 00:46:36 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 lzma pam policykit python qrcode +seccomp selinux ssl
+       kdbus +kmod 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= )
-       >=sys-apps/kmod-15:0=
+       kmod? ( >=sys-apps/kmod-15:0= )
        lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
        pam? ( virtual/pam:= )
        python? ( ${PYTHON_DEPS} )
@@ -203,6 +203,7 @@
                $(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.262                sys-apps/systemd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -r1.261 -r1.262
--- ChangeLog   1 Jun 2014 07:33:11 -0000       1.261
+++ ChangeLog   3 Jun 2014 00:46:36 -0000       1.262
@@ -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.261 
2014/06/01 07:33:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.262 
2014/06/03 00:46:36 floppym Exp $
+
+  03 Jun 2014; Mike Gilbert <[email protected]> systemd-9999.ebuild:
+  Make kmod optional again due to changes upstream.
 
   01 Jun 2014; Michał Górny <[email protected]> systemd-9999.ebuild:
   Create user&group for systemd-network.




Reply via email to