diff options
author | 2018-07-20 18:44:04 +0000 | |
---|---|---|
committer | 2018-07-20 18:44:04 +0000 | |
commit | 5938373d16ced82d143fd5282e919e92e1ec9283 (patch) | |
tree | bb151ad17376a6544821ddfd44b8723408642090 | |
parent | 2018-07-20 18:24:30 UTC (diff) | |
parent | app-misc/sphinx: account for automake incompatibility (diff) | |
download | gentoo-5938373d16ced82d143fd5282e919e92e1ec9283.tar.gz gentoo-5938373d16ced82d143fd5282e919e92e1ec9283.tar.bz2 gentoo-5938373d16ced82d143fd5282e919e92e1ec9283.zip |
Merge updates from master
-rw-r--r-- | app-misc/sphinx/sphinx-2.0.10.ebuild | 5 | ||||
-rw-r--r-- | app-misc/sphinx/sphinx-2.1.9.ebuild | 5 | ||||
-rw-r--r-- | 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 8e0c6d4c8562..b33e16db8467 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 54eaa42baca2..bf55eea2001f 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 4284f2a9dabf..7e54f96302db 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/_/-} |