From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-885544-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 0448613829C
	for <garchives@archives.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; Sun,  5 Jun 2016 09:00:46 +0000 (UTC)
From: "Sven Vermeulen" <swift@gentoo.org>
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" <swift@gentoo.org>
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: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: b24840d6-0f49-4fbc-b656-73caca242c3d
X-Archives-Hash: da84888b2a97ce394a8d06a80db35a34

commit:     bd8c6b29053fd5ff330dbb4ea933c848b575bdf2
Author:     Sven Vermeulen <swift <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 08:58:28 2016 +0000
Commit:     Sven Vermeulen <swift <AT> gentoo <DOT> 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"