diff options
author | 2019-11-10 21:59:43 +0100 | |
---|---|---|
committer | 2019-11-10 22:10:51 +0100 | |
commit | 58eb1223ebacad7e831bfafdaf46ec2420d305bd (patch) | |
tree | 3c88e339734b7bb81197a23f564bbe99538e24df /net-misc/autoupnp/autoupnp-0.4.7.ebuild | |
parent | net-misc/autoupnp: Migrated to GitHub (diff) | |
download | gentoo-58eb1223ebacad7e831bfafdaf46ec2420d305bd.tar.gz gentoo-58eb1223ebacad7e831bfafdaf46ec2420d305bd.tar.bz2 gentoo-58eb1223ebacad7e831bfafdaf46ec2420d305bd.zip |
net-misc/autoupnp: Bump to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/autoupnp/autoupnp-0.4.7.ebuild')
-rw-r--r-- | net-misc/autoupnp/autoupnp-0.4.7.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/autoupnp/autoupnp-0.4.7.ebuild b/net-misc/autoupnp/autoupnp-0.4.7.ebuild index 5026fdeabd88..c418eecc98a7 100644 --- a/net-misc/autoupnp/autoupnp-0.4.7.ebuild +++ b/net-misc/autoupnp/autoupnp-0.4.7.ebuild @@ -1,9 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit eutils +EAPI=7 DESCRIPTION="Automatic open port forwarder using UPnP" HOMEPAGE="https://github.com/mgorny/autoupnp/" @@ -28,5 +26,5 @@ src_configure() { src_install() { default - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die } |