app-misc/sphinx: account for automake incompatibility
authorHans de Graaff <graaff@gentoo.org>
Fri, 20 Jul 2018 18:30:31 +0000 (20:30 +0200)
committerHans de Graaff <graaff@gentoo.org>
Fri, 20 Jul 2018 18:32:19 +0000 (20:32 +0200)
The build system is not compatible with automake 1.16.

Closes: https://bugs.gentoo.org/649120
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-misc/sphinx/sphinx-2.0.10.ebuild
app-misc/sphinx/sphinx-2.1.9.ebuild
app-misc/sphinx/sphinx-2.2.11.ebuild

index 8e0c6d4c856235f802229aa7bb428cc6576f3671..b33e16db8467f3f3ae2018b099537ed3b67ce4f4 100644 (file)
@@ -1,7 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
+WANT_AUTOMAKE=1.15
+
 inherit eutils autotools toolchain-funcs
 
 #MY_P=${P/_/-}
index 54eaa42baca2463812eeacaf4135cee9965b3950..bf55eea2001fe14b10bd7b4b6d772cc4807dbf32 100644 (file)
@@ -1,7 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
+WANT_AUTOMAKE=1.15
+
 inherit eutils autotools toolchain-funcs
 
 #MY_P=${P/_/-}
index 4284f2a9dabf2ddf42370161a806ae256f170795..7e54f96302dbc21606ee61f810829da70266c05e 100644 (file)
@@ -1,7 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
+WANT_AUTOMAKE=1.15
+
 inherit eutils autotools toolchain-funcs
 
 #MY_P=${P/_/-}