Gentoo Archives: gentoo-commits

From: "Alon Bar-Lev (alonbl)" <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libgcrypt/files: libgcrypt-1.6.0-serial-tests.patch
Date: Fri, 24 Jan 2014 21:26:12
Message-Id: 20140124212608.06E912004C@flycatcher.gentoo.org
1 alonbl 14/01/24 21:26:07
2
3 Added: libgcrypt-1.6.0-serial-tests.patch
4 Log:
5 enable automake >= 1.14, bug#498718, thanks to wojtek
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key BF20DC51)
8
9 Revision Changes Path
10 1.1 dev-libs/libgcrypt/files/libgcrypt-1.6.0-serial-tests.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/files/libgcrypt-1.6.0-serial-tests.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/files/libgcrypt-1.6.0-serial-tests.patch?rev=1.1&content-type=text/plain
14
15 Index: libgcrypt-1.6.0-serial-tests.patch
16 ===================================================================
17 --- configure.ac 2014-01-23 12:16:46.291335724 +0100
18 +++ configure.ac 2014-01-23 17:25:50.021776443 +0100
19 @@ -73,7 +73,7 @@
20 VERSION=$PACKAGE_VERSION
21
22 AC_CONFIG_SRCDIR([src/libgcrypt.vers])
23 -AM_INIT_AUTOMAKE
24 +AM_INIT_AUTOMAKE([serial-tests])
25 AC_CONFIG_HEADER(config.h)
26 AC_CONFIG_MACRO_DIR([m4])
27 AC_CONFIG_LIBOBJ_DIR([compat])