ssuominen    14/05/13 10:07:21

  Modified:             lvm2-2.02.106.ebuild ChangeLog
  Log:
  Fix install with USE="-thin" wrt #510202 by Patrick Lauer
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.106.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.106.ebuild?r1=1.2&r2=1.3

Index: lvm2-2.02.106.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.106.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lvm2-2.02.106.ebuild        12 May 2014 19:08:29 -0000      1.2
+++ lvm2-2.02.106.ebuild        13 May 2014 10:07:21 -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-fs/lvm2/lvm2-2.02.106.ebuild,v 1.2 
2014/05/12 19:08:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.106.ebuild,v 1.3 
2014/05/13 10:07:21 ssuominen Exp $
 
 EAPI=5
 inherit autotools eutils linux-info multilib systemd toolchain-funcs udev 
flag-o-matic
@@ -87,6 +87,9 @@
        epatch "${FILESDIR}"/${PN}-2.02.92-dynamic-static-ldflags.patch #332905
        epatch "${FILESDIR}"/${PN}-2.02.106-static-pkgconfig-libs.patch 
#370217, #439414 + blkid
        epatch "${FILESDIR}"/${PN}-2.02.106-pthread-pkgconfig.patch #492450
+       # Upstream never tested with USE="-thin" wrt #510202
+       sed -i -e 's|_man7: $(MAN8)|_man7: $(MAN7)|' man/Makefile.in || die
+       use thin || { sed -i -e '/^install_lvm2/s:install_man7::' 
man/Makefile.in || die; }
 
        eautoreconf
 }



1.351                sys-fs/lvm2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v
retrieving revision 1.350
retrieving revision 1.351
diff -u -r1.350 -r1.351
--- ChangeLog   12 May 2014 19:08:29 -0000      1.350
+++ ChangeLog   13 May 2014 10:07:21 -0000      1.351
@@ -1,6 +1,9 @@
 # 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.350 2014/05/12 
19:08:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.351 2014/05/13 
10:07:21 ssuominen Exp $
+
+  13 May 2014; Samuli Suominen <[email protected]> lvm2-2.02.106.ebuild:
+  Fix install with USE="-thin" wrt #510202 by Patrick Lauer
 
   12 May 2014; Samuli Suominen <[email protected]> lvm2-2.02.106.ebuild,
   metadata.xml:




Reply via email to