From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-885542-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 9DA0F1381F1 for <garchives@archives.gentoo.org>; Sun, 5 Jun 2016 08:48:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 144AC254021; Sun, 5 Jun 2016 08:48:33 +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 B264B254021 for <gentoo-commits@lists.gentoo.org>; Sun, 5 Jun 2016 08:48:32 +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 7F88133D3CE for <gentoo-commits@lists.gentoo.org>; Sun, 5 Jun 2016 08:48:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49765970 for <gentoo-commits@lists.gentoo.org>; Sun, 5 Jun 2016 08:48:29 +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: <1465116494.03be95f41593f80752a6ce2a9ab4d564a78d231c.swift@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: sec-policy/selinux-base/selinux-base-9999.ebuild X-VCS-Directories: sec-policy/selinux-base/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 03be95f41593f80752a6ce2a9ab4d564a78d231c X-VCS-Branch: master Date: Sun, 5 Jun 2016 08:48:29 +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: 290a606f-0671-416a-ab14-b74495bf6f08 X-Archives-Hash: 9ff88c85a1de9109b4ec87b6d6bdd79c commit: 03be95f41593f80752a6ce2a9ab4d564a78d231c Author: Sven Vermeulen <swift <AT> gentoo <DOT> org> AuthorDate: Sun Jun 5 08:46:50 2016 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Sun Jun 5 08:48:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03be95f4 sec-policy/selinux-base: Drop old blocker on selinux-base-policy The purpose of selinux-base is to provide the interface files and base module (but does not necessarily require it to load). Historically, the package was the full base policy, but since 2012 this was moved to the selinux-base-policy package. A blocker was put in place to ensure proper transitioning. As we no longer have these policies in our repository, remove this old blocker. Package-Manager: portage-2.2.28 sec-policy/selinux-base/selinux-base-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sec-policy/selinux-base/selinux-base-9999.ebuild b/sec-policy/selinux-base/selinux-base-9999.ebuild index 51af052..12e1003 100644 --- a/sec-policy/selinux-base/selinux-base-9999.ebuild +++ b/sec-policy/selinux-base/selinux-base-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" @@ -26,8 +26,7 @@ LICENSE="GPL-2" SLOT="0" RDEPEND=">=sys-apps/policycoreutils-2.3 - virtual/udev - !<=sec-policy/selinux-base-policy-2.20120725" + virtual/udev" DEPEND="${RDEPEND} sys-devel/m4 >=sys-apps/checkpolicy-2.3"