Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-libs/libnl/
Date: Wed, 10 Feb 2021 20:09:27
Message-Id: 1612987686.0f7900a01e8a7c45a237e8d8759819b341702c0e.sam@gentoo
1 commit: 0f7900a01e8a7c45a237e8d8759819b341702c0e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 10 20:08:06 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 10 20:08:06 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=0f7900a0
7
8 dev-libs/libnl: fix PYTHON_COMPAT
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/libnl/Manifest | 2 +-
14 dev-libs/libnl/libnl-3.4.0.ebuild | 5 +++--
15 2 files changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-libs/libnl/Manifest b/dev-libs/libnl/Manifest
18 index d01f070..47e0bcd 100644
19 --- a/dev-libs/libnl/Manifest
20 +++ b/dev-libs/libnl/Manifest
21 @@ -1 +1 @@
22 -DIST libnl-3.4.0.tar.gz 933443 SHA256 b7287637ae71c6db6f89e1422c995f0407ff2fe50cecd61a312b6a9b0921f5bf SHA512 6336e5c55c79ff2638de9c812cc1842871769236bad7f65c547dec35fafd91988b257fceab144a0cc133c4b29f61172f6552c53aa9fc723bdc783079c2b1851e WHIRLPOOL c10ef68515c4d5870d36dcba671be70b8edaa3369ee2d7d6f1a362ef0cbe0524644db622625e661a076ed4723812fd762f187756f3eb02fbb9a0aa627a817d80
23 +DIST libnl-3.4.0.tar.gz 933443 BLAKE2B 735da9f800277c48a5deceb78084f510f56f7017b1184e91b2bb45ba61a2e95355e7a3f5d0a74bdaf7ae003393a6c7556d5b201d0d0052dfc66042aa9e137986 SHA512 6336e5c55c79ff2638de9c812cc1842871769236bad7f65c547dec35fafd91988b257fceab144a0cc133c4b29f61172f6552c53aa9fc723bdc783079c2b1851e
24
25 diff --git a/dev-libs/libnl/libnl-3.4.0.ebuild b/dev-libs/libnl/libnl-3.4.0.ebuild
26 index 3fc781c..18eabb8 100644
27 --- a/dev-libs/libnl/libnl-3.4.0.ebuild
28 +++ b/dev-libs/libnl/libnl-3.4.0.ebuild
29 @@ -1,8 +1,9 @@
30 -# Copyright 1999-2018 Gentoo Authors
31 +# Copyright 1999-2021 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI=6
35 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
36 +
37 +PYTHON_COMPAT=( python3_{7,8,9} )
38 DISTUTILS_OPTIONAL=1
39 inherit distutils-r1 eutils libtool multilib multilib-minimal