summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-08-06 10:20:35 +0000
committerSven Vermeulen <swift@gentoo.org>2014-08-06 10:20:35 +0000
commit13053c343aaf18822a0216f2e3c3c24e96e8de76 (patch)
tree4ee850cfaa65d6feddf32aa2c990d5424a8befaa /sec-policy/selinux-base-policy
parentSupporting the SELINUX_GIT_* variables (diff)
downloadgentoo-2-13053c343aaf18822a0216f2e3c3c24e96e8de76.tar.gz
gentoo-2-13053c343aaf18822a0216f2e3c3c24e96e8de76.tar.bz2
gentoo-2-13053c343aaf18822a0216f2e3c3c24e96e8de76.zip
Supporting the SELINUX_GIT_* variables
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-base-policy')
-rw-r--r--sec-policy/selinux-base-policy/ChangeLog6
-rw-r--r--sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/sec-policy/selinux-base-policy/ChangeLog b/sec-policy/selinux-base-policy/ChangeLog
index 91e1f5770ae2..ae9ddf289813 100644
--- a/sec-policy/selinux-base-policy/ChangeLog
+++ b/sec-policy/selinux-base-policy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sec-policy/selinux-base-policy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.146 2014/08/05 09:23:36 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.147 2014/08/06 10:20:35 swift Exp $
+
+ 06 Aug 2014; Sven Vermeulen <swift@gentoo.org>
+ selinux-base-policy-9999.ebuild:
+ Supporting the SELINUX_GIT_* variables
05 Aug 2014; Sven Vermeulen <swift@gentoo.org>
-selinux-base-policy-2.20130424-r1.ebuild,
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 ca15abf27742..76d8ecaf6011 100644
--- a/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild
+++ b/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild,v 1.7 2013/07/20 21:30:37 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild,v 1.8 2014/08/06 10:20:35 swift Exp $
EAPI="4"
inherit eutils git-2
@@ -14,7 +14,8 @@ BASEPOL="9999"
RDEPEND="=sec-policy/selinux-base-9999"
PDEPEND="unconfined? ( sec-policy/selinux-unconfined )"
DEPEND=""
-EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/hardened-refpolicy.git"
+EGIT_REPO_URI="${SELINUX_GIT_REPO:-git://git.overlays.gentoo.org/proj/hardened-refpolicy.git https://git.overlays.gentoo.org/gitroot/proj/hardened-refpolicy.git}"
+EGIT_BRANCH="${SELINUX_GIT_BRANCH:-master}"
EGIT_SOURCEDIR="${WORKDIR}/refpolicy"
KEYWORDS=""