summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2015-03-26 19:32:47 +0000
committerJason Zaman <perfinion@gentoo.org>2015-03-26 19:32:47 +0000
commit8960bb467678d3d46610e2b92c6a0ae1bddbcde0 (patch)
treeae54d66bc127037bbd5a74b05dd8836e92276aeb /sec-policy
parentEAPI=5 (diff)
downloadgentoo-2-8960bb467678d3d46610e2b92c6a0ae1bddbcde0.tar.gz
gentoo-2-8960bb467678d3d46610e2b92c6a0ae1bddbcde0.tar.bz2
gentoo-2-8960bb467678d3d46610e2b92c6a0ae1bddbcde0.zip
drop broken, add in dep on -9999
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy')
-rw-r--r--sec-policy/selinux-git/ChangeLog6
-rw-r--r--sec-policy/selinux-git/selinux-git-2.20141203-r4.ebuild17
-rw-r--r--sec-policy/selinux-git/selinux-git-9999.ebuild9
3 files changed, 13 insertions, 19 deletions
diff --git a/sec-policy/selinux-git/ChangeLog b/sec-policy/selinux-git/ChangeLog
index f41131bc90c4..c9b18cf687cf 100644
--- a/sec-policy/selinux-git/ChangeLog
+++ b/sec-policy/selinux-git/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sec-policy/selinux-git
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/ChangeLog,v 1.2 2015/03/22 13:47:34 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/ChangeLog,v 1.3 2015/03/26 19:32:47 perfinion Exp $
+
+ 26 Mar 2015; Jason Zaman <perfinion@gentoo.org>
+ -selinux-git-2.20141203-r4.ebuild, selinux-git-9999.ebuild:
+ drop broken, add in dep on -9999
*selinux-git-2.20141203-r4 (22 Mar 2015)
diff --git a/sec-policy/selinux-git/selinux-git-2.20141203-r4.ebuild b/sec-policy/selinux-git/selinux-git-2.20141203-r4.ebuild
deleted file mode 100644
index eb7001ee3608..000000000000
--- a/sec-policy/selinux-git/selinux-git-2.20141203-r4.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/selinux-git-2.20141203-r4.ebuild,v 1.1 2015/03/22 13:47:34 swift Exp $
-EAPI="5"
-
-IUSE=""
-MODS="git"
-
-inherit selinux-policy-2
-
-DESCRIPTION="SELinux policy for git"
-
-if [[ $PV == 9999* ]] ; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86"
-fi
diff --git a/sec-policy/selinux-git/selinux-git-9999.ebuild b/sec-policy/selinux-git/selinux-git-9999.ebuild
index 9610ed88f458..42468f0745bf 100644
--- a/sec-policy/selinux-git/selinux-git-9999.ebuild
+++ b/sec-policy/selinux-git/selinux-git-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/selinux-git-9999.ebuild,v 1.1 2015/01/29 10:13:51 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/selinux-git-9999.ebuild,v 1.2 2015/03/26 19:32:47 perfinion Exp $
EAPI="5"
IUSE=""
@@ -15,3 +15,10 @@ if [[ $PV == 9999* ]] ; then
else
KEYWORDS="~amd64 ~x86"
fi
+
+DEPEND="${DEPEND}
+ sec-policy/selinux-apache
+"
+RDEPEND="${DEPEND}
+ sec-policy/selinux-apache
+"