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
This commit is contained in:
Hans de Graaff
2018-07-20 20:30:31 +02:00
parent dbdb934b65
commit bc6de71891
3 changed files with 12 additions and 3 deletions

View 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/_/-}

View 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/_/-}

View 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/_/-}