tetromino 15/05/27 06:32:02
Modified: ChangeLog pkgconfig-9999.ebuild
pkgconfig-0.28-r3.ebuild
Log:
WANT_AUTOMAKE=1.12 is needed for tests if doing eautoreconf.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
0x18E5B6F2D8D5EC8D)
Revision Changes Path
1.169 dev-util/pkgconfig/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/ChangeLog?rev=1.169&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/ChangeLog?rev=1.169&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/ChangeLog?r1=1.168&r2=1.169
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog 27 May 2015 04:38:10 -0000 1.168
+++ ChangeLog 27 May 2015 06:32:02 -0000 1.169
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/pkgconfig
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.168
2015/05/27 04:38:10 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.169
2015/05/27 06:32:02 tetromino Exp $
+
+ 27 May 2015; Alexandre Rostovtsev <[email protected]>
+ pkgconfig-0.28-r3.ebuild, pkgconfig-9999.ebuild:
+ WANT_AUTOMAKE=1.12 is needed for tests if doing eautoreconf.
*pkgconfig-0.28-r3 (27 May 2015)
1.16 dev-util/pkgconfig/pkgconfig-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild?rev=1.16&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild?rev=1.16&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild?r1=1.15&r2=1.16
Index: pkgconfig-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- pkgconfig-9999.ebuild 27 May 2015 04:35:41 -0000 1.15
+++ pkgconfig-9999.ebuild 27 May 2015 06:32:02 -0000 1.16
@@ -1,9 +1,13 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild,v
1.15 2015/05/27 04:35:41 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild,v
1.16 2015/05/27 06:32:02 tetromino Exp $
EAPI=5
+# 1.12 is only needed for tests due to some am__check_pre / LOG_DRIVER
+# weirdness with "/bin/bash /bin/sh" in arguments chain with >=1.13
+WANT_AUTOMAKE=1.12
+
inherit eutils flag-o-matic libtool multilib multilib-minimal
MY_P=pkg-config-${PV}
1.2 dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild?r1=1.1&r2=1.2
Index: pkgconfig-0.28-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pkgconfig-0.28-r3.ebuild 27 May 2015 04:35:41 -0000 1.1
+++ pkgconfig-0.28-r3.ebuild 27 May 2015 06:32:02 -0000 1.2
@@ -1,9 +1,13 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild,v 1.1
2015/05/27 04:35:41 tetromino Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild,v 1.2
2015/05/27 06:32:02 tetromino Exp $
EAPI=5
+# 1.12 is only needed for tests due to some am__check_pre / LOG_DRIVER
+# weirdness with "/bin/bash /bin/sh" in arguments chain with >=1.13
+WANT_AUTOMAKE=1.12
+
inherit autotools eutils flag-o-matic libtool multilib multilib-minimal
MY_P=pkg-config-${PV}