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 BBA03138359 for ; Tue, 17 Nov 2020 23:47:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D74D0E0969; Tue, 17 Nov 2020 23:47:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8403AE0969 for ; Tue, 17 Nov 2020 23:47:41 +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 1EF89340FCC for ; Tue, 17 Nov 2020 23:47:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45D9244C for ; Tue, 17 Nov 2020 23:47:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1605656854.786c8c9d7f05f453634b4ef1d4230e7270af0583.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/policycoreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/policycoreutils/policycoreutils-3.1.ebuild sys-apps/policycoreutils/policycoreutils-9999.ebuild X-VCS-Directories: sys-apps/policycoreutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 786c8c9d7f05f453634b4ef1d4230e7270af0583 X-VCS-Branch: master Date: Tue, 17 Nov 2020 23:47:38 +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: c1a8015f-11c8-4496-8544-6a2d25bd0a02 X-Archives-Hash: 1cec625f7cbfe3bee821baf0655b9919 commit: 786c8c9d7f05f453634b4ef1d4230e7270af0583 Author: Sam James gentoo org> AuthorDate: Tue Nov 17 23:47:28 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 17 23:47:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786c8c9d sys-apps/policycoreutils: sync live Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sys-apps/policycoreutils/policycoreutils-3.1.ebuild | 1 + sys-apps/policycoreutils/policycoreutils-9999.ebuild | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-apps/policycoreutils/policycoreutils-3.1.ebuild b/sys-apps/policycoreutils/policycoreutils-3.1.ebuild index 5af39ecc10d..742b9fca089 100644 --- a/sys-apps/policycoreutils/policycoreutils-3.1.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-3.1.ebuild @@ -56,6 +56,7 @@ DEPEND=">=sys-libs/libselinux-${SELNX_VER}:=[python,${PYTHON_USEDEP}] ${PYTHON_DEPS}" # Avoid dependency loop in the cross-compile case, bug #755173 +# (Still exists in native) BDEPEND="sys-devel/gettext" ### libcgroup -> seunshare diff --git a/sys-apps/policycoreutils/policycoreutils-9999.ebuild b/sys-apps/policycoreutils/policycoreutils-9999.ebuild index 569dc07cfcf..742b9fca089 100644 --- a/sys-apps/policycoreutils/policycoreutils-9999.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-9999.ebuild @@ -46,7 +46,6 @@ DEPEND=">=sys-libs/libselinux-${SELNX_VER}:=[python,${PYTHON_USEDEP}] sys-libs/libcap-ng:= >=sys-libs/libsepol-${SEPOL_VER}:= >=app-admin/setools-4.2.0[${PYTHON_USEDEP}] - sys-devel/gettext dev-python/ipy[${PYTHON_USEDEP}] dbus? ( sys-apps/dbus @@ -56,6 +55,10 @@ DEPEND=">=sys-libs/libselinux-${SELNX_VER}:=[python,${PYTHON_USEDEP}] pam? ( sys-libs/pam:= ) ${PYTHON_DEPS}" +# Avoid dependency loop in the cross-compile case, bug #755173 +# (Still exists in native) +BDEPEND="sys-devel/gettext" + ### libcgroup -> seunshare ### dbus -> restorecond