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 705211382C5 for ; Sat, 3 Apr 2021 04:19:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C566E08AD; Sat, 3 Apr 2021 04:19:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 08E61E0894 for ; Sat, 3 Apr 2021 04:19:45 +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 34DF2340C8D for ; Sat, 3 Apr 2021 04:19:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A75EB673 for ; Sat, 3 Apr 2021 04:19:40 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1617423398.bf913b2fd128c12ef0b09ceca3a0ee962fd247ca.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/setools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/setools/setools-9999.ebuild X-VCS-Directories: app-admin/setools/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: bf913b2fd128c12ef0b09ceca3a0ee962fd247ca X-VCS-Branch: master Date: Sat, 3 Apr 2021 04:19:40 +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: ebcf991e-0788-4f97-9e8c-253e0b6a676e X-Archives-Hash: 870d74c22ee7edf8169cc357cd5c6c61 commit: bf913b2fd128c12ef0b09ceca3a0ee962fd247ca Author: Jonathan Davies protonmail com> AuthorDate: Thu Mar 18 14:43:40 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Apr 3 04:16:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf913b2f app-admin/setools: Sync live ebuild. Signed-off-by: Jonathan Davies protonmail.com> Signed-off-by: Jason Zaman gentoo.org> app-admin/setools/setools-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-admin/setools/setools-9999.ebuild b/app-admin/setools/setools-9999.ebuild index 4f559fc5bfc..f6471987e0c 100644 --- a/app-admin/setools/setools-9999.ebuild +++ b/app-admin/setools/setools-9999.ebuild @@ -3,6 +3,7 @@ EAPI="7" PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -25,6 +26,7 @@ S="${WORKDIR}/${PN}" RDEPEND="${PYTHON_DEPS} >=dev-python/networkx-2.0[${PYTHON_USEDEP}] + dev-python/setuptools >=sys-libs/libsepol-2.8:= >=sys-libs/libselinux-2.8:= X? ( @@ -32,6 +34,7 @@ RDEPEND="${PYTHON_DEPS} )" DEPEND="${RDEPEND}" BDEPEND=">=dev-python/cython-0.27 + dev-python/setuptools test? ( sys-apps/checkpolicy )" @@ -41,7 +44,7 @@ python_prepare_all() { sed -i "s@^lib_dirs = .*@lib_dirs = ['${ROOT:-/}usr/$(get_libdir)']@" "${S}"/setup.py || \ die "failed to set lib_dirs" - use X || local PATCHES=( "${FILESDIR}"/setools-4.3.0-remove-gui.patch ) + use X || local PATCHES=( "${FILESDIR}"/setools-4.4.0-remove-gui.patch ) distutils-r1_python_prepare_all }