From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0448613829C for ; Sun, 5 Jun 2016 09:00:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0811B254026; Sun, 5 Jun 2016 09:00:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C7AC254026 for ; Sun, 5 Jun 2016 09:00:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A42B340948 for ; Sun, 5 Jun 2016 09:00:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73C96970 for ; Sun, 5 Jun 2016 09:00:46 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1465117234.bd8c6b29053fd5ff330dbb4ea933c848b575bdf2.swift@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-base-policy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild X-VCS-Directories: sec-policy/selinux-base-policy/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: bd8c6b29053fd5ff330dbb4ea933c848b575bdf2 X-VCS-Branch: master Date: Sun, 5 Jun 2016 09:00:46 +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-Archives-Salt: b24840d6-0f49-4fbc-b656-73caca242c3d X-Archives-Hash: da84888b2a97ce394a8d06a80db35a34 commit: bd8c6b29053fd5ff330dbb4ea933c848b575bdf2 Author: Sven Vermeulen gentoo org> AuthorDate: Sun Jun 5 08:58:28 2016 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Jun 5 09:00:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8c6b29 sec-policy/selinux-base-policy: Use DEPEND on selinux-base rather than RDEPEND The sec-policy/selinux-base-policy package builds the base SELinux policy modules for a system, and requires the interface files for it that are provided by the sec-policy/selinux-base package. As such, we need a DEPEND on this rather than an RDEPEND. Package-Manager: portage-2.2.28 sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild index 062dec6..0a47b94 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild @@ -22,9 +22,8 @@ DESCRIPTION="SELinux policy for core modules" IUSE="systemd +unconfined" -RDEPEND="=sec-policy/selinux-base-${PVR}[systemd?]" PDEPEND="unconfined? ( sec-policy/selinux-unconfined )" -DEPEND="" +DEPEND="=sec-policy/selinux-base-${PVR}[systemd?]" MODS="application authlogin bootloader clock consoletype cron dmesg fstools getty hostname hotplug init iptables libraries locallogin logging lvm miscfiles modutils mount mta netutils nscd portage raid rsync selinuxutil setrans ssh staff storage su sysadm sysnetwork tmpfiles udev userdomain usermanage unprivuser xdg" LICENSE="GPL-2"