From f2dfbe188b4dc17f95479c8545da856608754321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Fri, 14 Feb 2020 03:56:14 +0100 Subject: [PATCH] [net-libs/libmnl] sync with tree --- net-libs/libmnl/libmnl-9999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/net-libs/libmnl/libmnl-9999.ebuild b/net-libs/libmnl/libmnl-9999.ebuild index 308d6cb..380a539 100644 --- a/net-libs/libmnl/libmnl-9999.ebuild +++ b/net-libs/libmnl/libmnl-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit git-r3 autotools eutils toolchain-funcs usr-ldscript +inherit git-r3 autotools toolchain-funcs usr-ldscript DESCRIPTION="Minimalistic netlink library" HOMEPAGE="https://netfilter.org/projects/libmnl/" @@ -31,10 +31,11 @@ src_install() { default gen_usr_ldscript -a mnl - prune_libtool_files + + find "${D}" -name '*.la' -delete || die if use examples; then - find examples/ -name 'Makefile*' -delete + find examples/ -name 'Makefile*' -delete || die dodoc -r examples/ docompress -x /usr/share/doc/${PF}/examples fi