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 7C832138359 for ; Thu, 2 Jul 2020 13:22:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A985FE0929; Thu, 2 Jul 2020 13:22:57 +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 90EDEE0929 for ; Thu, 2 Jul 2020 13:22:57 +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 7A0EF34F239 for ; Thu, 2 Jul 2020 13:22:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71074233 for ; Thu, 2 Jul 2020 13:22:53 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1593696158.d7ca7a55a0db0d5c254e0031c2b2a7cfe122bb8a.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/selinux-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/selinux-python/selinux-python-2.9.ebuild sys-apps/selinux-python/selinux-python-3.0.ebuild sys-apps/selinux-python/selinux-python-9999.ebuild X-VCS-Directories: sys-apps/selinux-python/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: d7ca7a55a0db0d5c254e0031c2b2a7cfe122bb8a X-VCS-Branch: master Date: Thu, 2 Jul 2020 13:22:53 +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: cddb58d5-4ef0-408e-8fac-3aae046262df X-Archives-Hash: d76e6822813f54bb33cf36d11770d591 commit: d7ca7a55a0db0d5c254e0031c2b2a7cfe122bb8a Author: Ben Kohler gentoo org> AuthorDate: Thu Jul 2 13:22:38 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Jul 2 13:22:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ca7a55 sys-apps/selinux-python: adjust dep to allow new libsemanage Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Ben Kohler gentoo.org> sys-apps/selinux-python/selinux-python-2.9.ebuild | 2 +- sys-apps/selinux-python/selinux-python-3.0.ebuild | 2 +- sys-apps/selinux-python/selinux-python-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/selinux-python/selinux-python-2.9.ebuild b/sys-apps/selinux-python/selinux-python-2.9.ebuild index f3280a47353..411c26e363e 100644 --- a/sys-apps/selinux-python/selinux-python-2.9.ebuild +++ b/sys-apps/selinux-python/selinux-python-2.9.ebuild @@ -34,7 +34,7 @@ LICENSE="GPL-2" SLOT="0" DEPEND=">=sys-libs/libselinux-${SELNX_VER}:=[python] - >=sys-libs/libsemanage-${SEMNG_VER}:=[python] + >=sys-libs/libsemanage-${SEMNG_VER}:=[python(+)] >=sys-libs/libsepol-${SEPOL_VER}:= >=app-admin/setools-4.2.0[${PYTHON_USEDEP}] dev-python/ipy[${PYTHON_USEDEP}] diff --git a/sys-apps/selinux-python/selinux-python-3.0.ebuild b/sys-apps/selinux-python/selinux-python-3.0.ebuild index a81fd6060d7..96deaf538c5 100644 --- a/sys-apps/selinux-python/selinux-python-3.0.ebuild +++ b/sys-apps/selinux-python/selinux-python-3.0.ebuild @@ -34,7 +34,7 @@ LICENSE="GPL-2" SLOT="0" DEPEND=">=sys-libs/libselinux-${SELNX_VER}:=[python] - >=sys-libs/libsemanage-${SEMNG_VER}:=[python] + >=sys-libs/libsemanage-${SEMNG_VER}:=[python(+)] >=sys-libs/libsepol-${SEPOL_VER}:= >=app-admin/setools-4.2.0[${PYTHON_USEDEP}] dev-python/ipy[${PYTHON_USEDEP}] diff --git a/sys-apps/selinux-python/selinux-python-9999.ebuild b/sys-apps/selinux-python/selinux-python-9999.ebuild index fa000d4f1a3..011db20a008 100644 --- a/sys-apps/selinux-python/selinux-python-9999.ebuild +++ b/sys-apps/selinux-python/selinux-python-9999.ebuild @@ -34,7 +34,7 @@ LICENSE="GPL-2" SLOT="0" DEPEND=">=sys-libs/libselinux-${SELNX_VER}:=[python] - >=sys-libs/libsemanage-${SEMNG_VER}:=[python] + >=sys-libs/libsemanage-${SEMNG_VER}:=[python(+)] >=sys-libs/libsepol-${SEPOL_VER}:= >=app-admin/setools-4.2.0[${PYTHON_USEDEP}] dev-python/ipy[${PYTHON_USEDEP}]