Gentoo Archives: gentoo-commits

From: "TomAs Touceda (chiiph)" <chiiph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libunistring/files: libunistring-nodocs.patch
Date: Wed, 06 Oct 2010 02:02:48
Message-Id: 20101006014639.D67E220054@flycatcher.gentoo.org
1 chiiph 10/10/06 01:46:39
2
3 Added: libunistring-nodocs.patch
4 Log:
5 Patch to prevent html docs installation with -doc
6
7 (Portage version: 2.2_rc86/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 dev-libs/libunistring/files/libunistring-nodocs.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libunistring/files/libunistring-nodocs.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libunistring/files/libunistring-nodocs.patch?rev=1.1&content-type=text/plain
14
15 Index: libunistring-nodocs.patch
16 ===================================================================
17 diff -Naur libunistring-0.9.3.orig/Makefile.in libunistring-0.9.3/Makefile.in
18 --- libunistring-0.9.3.orig/Makefile.in 2010-05-02 18:28:21.000000000 -0300
19 +++ libunistring-0.9.3/Makefile.in 2010-09-24 12:45:40.000000000 -0300
20 @@ -773,7 +773,7 @@
21 top_srcdir = @top_srcdir@
22 AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
23 ACLOCAL_AMFLAGS = -I m4 -I gnulib-m4
24 -SUBDIRS = doc gnulib-local lib tests
25 +SUBDIRS = gnulib-local lib tests
26
27 # Allow users to use "gnulib-tool --update".