diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2022-07-02 13:53:14 -0500 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2022-07-02 13:54:56 -0500 |
commit | 0ef47bae6e5f3b1d4e5a2e2a15af1034fe8457ce (patch) | |
tree | d645d1bc1b13b23406be97dbc3621ad3056ef390 /net-libs | |
parent | sys-libs/libapparmor: need setuptools (diff) | |
download | gentoo-0ef47bae6e5f3b1d4e5a2e2a15af1034fe8457ce.tar.gz gentoo-0ef47bae6e5f3b1d4e5a2e2a15af1034fe8457ce.tar.bz2 gentoo-0ef47bae6e5f3b1d4e5a2e2a15af1034fe8457ce.zip |
net-libs/libupnpp: remove libtool archive
Closes: https://bugs.gentoo.org/846899
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libupnpp/libupnpp-0.21.0.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net-libs/libupnpp/libupnpp-0.21.0.ebuild b/net-libs/libupnpp/libupnpp-0.21.0.ebuild index 14aa6943cc85..1e34570c792d 100644 --- a/net-libs/libupnpp/libupnpp-0.21.0.ebuild +++ b/net-libs/libupnpp/libupnpp-0.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,3 +16,8 @@ DEPEND=" net-misc/curl " RDEPEND="${DEPEND}" + +src_install() { + default_src_install + find "${ED}" -name '*.la' -delete || die "Couldn't delete .la files" +} |