diff options
author | Jason Zaman <perfinion@gentoo.org> | 2017-08-27 22:57:12 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2017-08-27 22:57:12 +0800 |
commit | e8e02844e1740f3ea610019ab1667390ef5ca5f2 (patch) | |
tree | e9f216b3790781bb8a401ce5052153326a7ddd28 /sec-policy | |
parent | selinux-policy-2.eclass: drop insecure git:// path in favour of https:// (diff) | |
download | gentoo-e8e02844e1740f3ea610019ab1667390ef5ca5f2.tar.gz gentoo-e8e02844e1740f3ea610019ab1667390ef5ca5f2.tar.bz2 gentoo-e8e02844e1740f3ea610019ab1667390ef5ca5f2.zip |
sec-policy/selinux-base: drop insecure git:// path in favour of https://
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-base/selinux-base-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/selinux-base/selinux-base-9999.ebuild b/sec-policy/selinux-base/selinux-base-9999.ebuild index 29b2fee3bf1c..9ad7a4351bdd 100644 --- a/sec-policy/selinux-base/selinux-base-9999.ebuild +++ b/sec-policy/selinux-base/selinux-base-9999.ebuild @@ -3,7 +3,7 @@ EAPI="6" if [[ ${PV} == 9999* ]]; then - EGIT_REPO_URI="${SELINUX_GIT_REPO:-git://anongit.gentoo.org/proj/hardened-refpolicy.git https://anongit.gentoo.org/git/proj/hardened-refpolicy.git}" + EGIT_REPO_URI="${SELINUX_GIT_REPO:-https://anongit.gentoo.org/git/proj/hardened-refpolicy.git}" EGIT_BRANCH="${SELINUX_GIT_BRANCH:-master}" EGIT_CHECKOUT_DIR="${WORKDIR}/refpolicy" |