diff options
author | Jason Zaman <perfinion@gentoo.org> | 2017-08-27 22:57:39 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2017-08-27 22:57:39 +0800 |
commit | 99671357eec47b94529aa16e5d3cc6aca974a71d (patch) | |
tree | 57dd7febada5b9b983d39bd4e200dd353edac6e4 /sec-policy | |
parent | sec-policy/selinux-base: drop insecure git:// path in favour of https:// (diff) | |
download | gentoo-99671357eec47b94529aa16e5d3cc6aca974a71d.tar.gz gentoo-99671357eec47b94529aa16e5d3cc6aca974a71d.tar.bz2 gentoo-99671357eec47b94529aa16e5d3cc6aca974a71d.zip |
sec-policy/selinux-base-policy: 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-policy/selinux-base-policy-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 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 24ff4807a9d4..7aa38de444d9 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-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" |