commit:     bc6de71891150ada4e067fe6d642b0bc9a240be3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 18:30:31 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 18:32:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6de718

app-misc/sphinx: account for automake incompatibility

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 | 5 ++++-
 app-misc/sphinx/sphinx-2.1.9.ebuild  | 5 ++++-
 app-misc/sphinx/sphinx-2.2.11.ebuild | 5 ++++-
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/app-misc/sphinx/sphinx-2.0.10.ebuild 
b/app-misc/sphinx/sphinx-2.0.10.ebuild
index 8e0c6d4c856..b33e16db846 100644
--- a/app-misc/sphinx/sphinx-2.0.10.ebuild
+++ b/app-misc/sphinx/sphinx-2.0.10.ebuild
@@ -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/_/-}

diff --git a/app-misc/sphinx/sphinx-2.1.9.ebuild 
b/app-misc/sphinx/sphinx-2.1.9.ebuild
index 54eaa42baca..bf55eea2001 100644
--- a/app-misc/sphinx/sphinx-2.1.9.ebuild
+++ b/app-misc/sphinx/sphinx-2.1.9.ebuild
@@ -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/_/-}

diff --git a/app-misc/sphinx/sphinx-2.2.11.ebuild 
b/app-misc/sphinx/sphinx-2.2.11.ebuild
index 4284f2a9dab..7e54f96302d 100644
--- a/app-misc/sphinx/sphinx-2.2.11.ebuild
+++ b/app-misc/sphinx/sphinx-2.2.11.ebuild
@@ -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/_/-}

Reply via email to