projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5fa83c
)
net-libs/gupnp-igd: drop ltprune
author
Mart Raudsepp
<leio@gentoo.org>
Sat, 22 Feb 2020 09:55:16 +0000
(11:55 +0200)
committer
Mart Raudsepp
<leio@gentoo.org>
Sat, 22 Feb 2020 09:55:16 +0000
(11:55 +0200)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild
patch
|
blob
|
history
diff --git
a/net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild
b/net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild
index 2a9e22641b4d1e6d3f81de49c4017d79c8deeb75..a413d8fcbaec74217ed67f7bb91adb291e28cfc9 100644
(file)
--- a/
net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild
+++ b/
net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-inherit autotools
ltprune
gnome.org multilib-minimal xdg
+inherit autotools gnome.org multilib-minimal xdg
DESCRIPTION="Library to handle UPnP IGD port mapping for GUPnP"
HOMEPAGE="http://gupnp.org"
@@
-54,5
+54,5
@@
multilib_src_configure() {
multilib_src_install_all() {
einstalldocs
- prune_libtool_files
+ find "${ED}" -name "*.la" -delete || die
}