net-misc/npapi-sdk: Bump to EAPI 7
authorMichał Górny <mgorny@gentoo.org>
Sun, 10 Nov 2019 21:22:32 +0000 (22:22 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 10 Nov 2019 21:40:48 +0000 (22:40 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild
net-misc/npapi-sdk/npapi-sdk-9999.ebuild

index caa21c45931384bd536ce9070fde92a9cc6c18f3..b783508444009e61da10d9bf557e574a9de0efdd 100644 (file)
@@ -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/"
index bdcb9e57bb00c93239a228804e8116c8e19b7991..30c5fda915de713b1c7d3c520a2ab4226ed9726e 100644 (file)
@@ -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
+}