Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpsl/
Date: Thu, 28 Mar 2019 06:41:08
Message-Id: 1553755255.7f9da8fcf6e316115d83ae5b9dcbae4120e6cbd6.polynomial-c@gentoo
1 commit: 7f9da8fcf6e316115d83ae5b9dcbae4120e6cbd6
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Mar 28 01:59:17 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 28 06:40:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f9da8fc
7
8 net-libs/libpsl: Add build-time dependency on Python.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Closes: https://bugs.gentoo.org/681902
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 net-libs/libpsl/libpsl-0.20.2.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/net-libs/libpsl/libpsl-0.20.2.ebuild b/net-libs/libpsl/libpsl-0.20.2.ebuild
18 index f6ca2dc10d0..80c11e68aac 100644
19 --- a/net-libs/libpsl/libpsl-0.20.2.ebuild
20 +++ b/net-libs/libpsl/libpsl-0.20.2.ebuild
21 @@ -2,8 +2,9 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 +PYTHON_COMPAT=(python{2_7,3_{5,6,7}})
26
27 -inherit multilib-minimal
28 +inherit multilib-minimal python-any-r1
29
30 DESCRIPTION="C library for the Public Suffix List"
31 HOMEPAGE="https://github.com/rockdaboot/libpsl"
32 @@ -26,6 +27,7 @@ DEPEND="
33 ${RDEPEND}
34 "
35 BDEPEND="
36 + ${PYTHON_DEPS}
37 dev-util/gtk-doc-am
38 sys-devel/gettext
39 virtual/pkgconfig