From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1278C138334 for ; Thu, 28 Mar 2019 06:41:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1850EE0B93; Thu, 28 Mar 2019 06:41:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8505E0B93 for ; Thu, 28 Mar 2019 06:41:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70143335CCD for ; Thu, 28 Mar 2019 06:41:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5F27520 for ; Thu, 28 Mar 2019 06:41:03 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1553755255.7f9da8fcf6e316115d83ae5b9dcbae4120e6cbd6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libpsl/libpsl-0.20.2.ebuild X-VCS-Directories: net-libs/libpsl/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7f9da8fcf6e316115d83ae5b9dcbae4120e6cbd6 X-VCS-Branch: master Date: Thu, 28 Mar 2019 06:41:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 51c64609-61f0-4b01-8a31-bf333841abd4 X-Archives-Hash: 746571eb3a20f289f0344d3b3330aaa1 commit: 7f9da8fcf6e316115d83ae5b9dcbae4120e6cbd6 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Thu Mar 28 01:59:17 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Mar 28 06:40:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f9da8fc net-libs/libpsl: Add build-time dependency on Python. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Closes: https://bugs.gentoo.org/681902 Signed-off-by: Lars Wendler gentoo.org> net-libs/libpsl/libpsl-0.20.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-libs/libpsl/libpsl-0.20.2.ebuild b/net-libs/libpsl/libpsl-0.20.2.ebuild index f6ca2dc10d0..80c11e68aac 100644 --- a/net-libs/libpsl/libpsl-0.20.2.ebuild +++ b/net-libs/libpsl/libpsl-0.20.2.ebuild @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 +PYTHON_COMPAT=(python{2_7,3_{5,6,7}}) -inherit multilib-minimal +inherit multilib-minimal python-any-r1 DESCRIPTION="C library for the Public Suffix List" HOMEPAGE="https://github.com/rockdaboot/libpsl" @@ -26,6 +27,7 @@ DEPEND=" ${RDEPEND} " BDEPEND=" + ${PYTHON_DEPS} dev-util/gtk-doc-am sys-devel/gettext virtual/pkgconfig