ssuominen    14/06/20 16:55:47

  Modified:             lvm2-2.02.106.ebuild ChangeLog
  Log:
  Always pass --disable-udev-systemd-background-jobs with 
USE="device-mapper-only" as per lvm2.spec from 
http://pkgs.fedoraproject.org/cgit/lvm2.git
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.5                  sys-fs/lvm2/lvm2-2.02.106.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.106.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.106.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.106.ebuild?r1=1.4&r2=1.5

Index: lvm2-2.02.106.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.106.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lvm2-2.02.106.ebuild        20 Jun 2014 16:51:45 -0000      1.4
+++ lvm2-2.02.106.ebuild        20 Jun 2014 16:55:47 -0000      1.5
@@ -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-fs/lvm2/lvm2-2.02.106.ebuild,v 1.4 
2014/06/20 16:51:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.106.ebuild,v 1.5 
2014/06/20 16:55:47 ssuominen Exp $
 
 EAPI=5
 inherit autotools eutils linux-info multilib systemd toolchain-funcs udev 
flag-o-matic
@@ -104,6 +104,7 @@
        myconf="${myconf} $(use_enable !device-mapper-only applib)"
        myconf="${myconf} $(use_enable !device-mapper-only fsadm)"
        myconf="${myconf} $(use_enable !device-mapper-only lvmetad)"
+       use device-mapper-only && myconf="${myconf} 
--disable-udev-systemd-background-jobs"
 
        # Most of this package does weird stuff.
        # The build options are tristate, and --without is NOT supported



1.354                sys-fs/lvm2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/ChangeLog?rev=1.354&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/ChangeLog?rev=1.354&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/ChangeLog?r1=1.353&r2=1.354

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v
retrieving revision 1.353
retrieving revision 1.354
diff -u -r1.353 -r1.354
--- ChangeLog   20 Jun 2014 16:51:45 -0000      1.353
+++ ChangeLog   20 Jun 2014 16:55:47 -0000      1.354
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/lvm2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.353 2014/06/20 
16:51:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.354 2014/06/20 
16:55:47 ssuominen Exp $
+
+  20 Jun 2014; Samuli Suominen <ssuomi...@gentoo.org> lvm2-2.02.106.ebuild:
+  Always pass --disable-udev-systemd-background-jobs with USE="device-mapper-
+  only" as per lvm2.spec from http://pkgs.fedoraproject.org/cgit/lvm2.git
 
   20 Jun 2014; Samuli Suominen <ssuomi...@gentoo.org> lvm2-2.02.106.ebuild:
   Introduce USE="systemd" for --enable/--disable-udev-systemd-background-jobs




Reply via email to