summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-10 22:22:32 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-10 22:40:48 +0100
commit688b8f113d83a252d4f420ab2c67238d9e514ecd (patch)
tree2c87db653fa0b67692428c2bec979c8f70ea2a32 /net-misc/npapi-sdk/npapi-sdk-9999.ebuild
parentnet-misc/npapi-sdk: Migrated to GitHub (diff)
downloadgentoo-688b8f113d83a252d4f420ab2c67238d9e514ecd.tar.gz
gentoo-688b8f113d83a252d4f420ab2c67238d9e514ecd.tar.bz2
gentoo-688b8f113d83a252d4f420ab2c67238d9e514ecd.zip
net-misc/npapi-sdk: Bump to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/npapi-sdk/npapi-sdk-9999.ebuild')
-rw-r--r--net-misc/npapi-sdk/npapi-sdk-9999.ebuild10
1 files changed, 7 insertions, 3 deletions
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
+}