Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnl/
Date: Mon, 14 Oct 2019 08:53:19
Message-Id: 1571043193.37cc858514b20cbae854b7d380870774380bc277.jer@gentoo
1 commit: 37cc858514b20cbae854b7d380870774380bc277
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 14 08:52:58 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 14 08:53:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37cc8585
7
8 dev-libs/libnl: Update live ebuild
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 dev-libs/libnl/libnl-99999999.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-libs/libnl/libnl-99999999.ebuild b/dev-libs/libnl/libnl-99999999.ebuild
17 index 43eb90b83be..bb976be4513 100644
18 --- a/dev-libs/libnl/libnl-99999999.ebuild
19 +++ b/dev-libs/libnl/libnl-99999999.ebuild
20 @@ -1,10 +1,10 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
26 +EAPI=7
27 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
28 DISTUTILS_OPTIONAL=1
29 -inherit autotools distutils-r1 eutils git-r3 libtool multilib multilib-minimal
30 +inherit autotools distutils-r1 git-r3 libtool multilib multilib-minimal
31
32 DESCRIPTION="Libraries providing APIs to netlink protocol based Linux kernel interfaces"
33 HOMEPAGE="http://www.infradead.org/~tgr/libnl/ https://github.com/thom311/libnl"
34 @@ -84,7 +84,7 @@ multilib_src_compile() {
35 }
36
37 multilib_src_install() {
38 - emake DESTDIR="${D}" install
39 + default
40
41 if multilib_is_native_abi && use python; then
42 # Unset DOCS= since distutils-r1.eclass interferes
43 @@ -96,5 +96,5 @@ multilib_src_install() {
44
45 multilib_src_install_all() {
46 einstalldocs
47 - prune_libtool_files --modules
48 + find "${D}" -name '*.la' -delete || die
49 }