From 688b8f113d83a252d4f420ab2c67238d9e514ecd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 10 Nov 2019 22:22:32 +0100 Subject: [PATCH] net-misc/npapi-sdk: Bump to EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild | 4 +--- net-misc/npapi-sdk/npapi-sdk-9999.ebuild | 10 +++++++--- 2 files changed, 8 insertions(+), 6 deletions(-) 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 +} -- 2.26.2