Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/lvm2/files: lvm2-2.02.102-do-not-install-separate-command-symlink-for-lvm-devtypes.patch
Date: Fri, 27 Sep 2013 12:12:28
Message-Id: 20130927121224.9E4FF2004C@flycatcher.gentoo.org
1 ssuominen 13/09/27 12:12:24
2
3 Added:
4 lvm2-2.02.102-do-not-install-separate-command-symlink-for-lvm-devtypes.patch
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.1 sys-fs/lvm2/files/lvm2-2.02.102-do-not-install-separate-command-symlink-for-lvm-devtypes.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/files/lvm2-2.02.102-do-not-install-separate-command-symlink-for-lvm-devtypes.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/files/lvm2-2.02.102-do-not-install-separate-command-symlink-for-lvm-devtypes.patch?rev=1.1&content-type=text/plain
15
16 Index: lvm2-2.02.102-do-not-install-separate-command-symlink-for-lvm-devtypes.patch
17 ===================================================================
18 diff --git a/tools/Makefile.in b/tools/Makefile.in
19 index 96dd8cf..f90cfae 100644
20 --- a/tools/Makefile.in
21 +++ b/tools/Makefile.in
22 @@ -162,7 +162,7 @@ liblvm2cmd.$(LIB_SUFFIX).$(LIB_VERSION): liblvm2cmd.$(LIB_SUFFIX)
23
24 .commands: $(srcdir)/commands.h $(srcdir)/cmdnames.h Makefile
25 $(CC) -E -P $(srcdir)/cmdnames.h 2> /dev/null | \
26 - egrep -v '^ *(|#.*|dumpconfig|formats|help|pvdata|segtypes|version) *$$' > .commands
27 + egrep -v '^ *(|#.*|devtypes|dumpconfig|formats|help|pvdata|segtypes|version) *$$' > .commands
28
29 ifneq ("$(CFLOW_CMD)", "")
30 CFLOW_SOURCES = $(addprefix $(srcdir)/, $(SOURCES))