From: Michał Górny Date: Sun, 10 Nov 2019 21:22:32 +0000 (+0100) Subject: net-misc/npapi-sdk: Bump to EAPI 7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=688b8f113d83a252d4f420ab2c67238d9e514ecd;p=gentoo.git net-misc/npapi-sdk: Bump to EAPI 7 Signed-off-by: Michał Górny --- diff --git a/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild b/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild index caa21c459313..b78350844400 100644 --- a/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild +++ b/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild @@ -1,9 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 - -inherit autotools-utils +EAPI=7 DESCRIPTION="NPAPI headers bundle" HOMEPAGE="https://github.com/mgorny/npapi-sdk/" diff --git a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild index bdcb9e57bb00..30c5fda915de 100644 --- a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild +++ b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 -AUTOTOOLS_AUTORECONF=yes -inherit autotools-utils git-r3 +inherit autotools git-r3 DESCRIPTION="NPAPI headers bundle" HOMEPAGE="https://github.com/mgorny/npapi-sdk/" @@ -16,3 +15,8 @@ KEYWORDS="" IUSE="" DEPEND="virtual/pkgconfig" + +src_prepare() { + default + eautoreconf +}