commit: 688b8f113d83a252d4f420ab2c67238d9e514ecd Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 10 21:22:32 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 10 21:40:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688b8f11
net-misc/npapi-sdk: Bump to EAPI 7 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 caa21c45931..b7835084440 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 bdcb9e57bb0..30c5fda915d 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 +}
