aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Lushnikov <vladimir@slate-project.org>2015-02-16 20:18:09 +0000
committerVladimir Lushnikov <vladimir@slate-project.org>2015-02-16 20:18:09 +0000
commit279502f5418b648698f0175a8c04b85353cff59e (patch)
treec25651a11c3a354f6e5dd46dd221e7e7b92f4aff /dev-rust/rust-bindgen
parentMerge pull request #81 from geovex/ldconfig-fix (diff)
downloadrust-279502f5418b648698f0175a8c04b85353cff59e.tar.gz
rust-279502f5418b648698f0175a8c04b85353cff59e.tar.bz2
rust-279502f5418b648698f0175a8c04b85353cff59e.zip
Problem: Some ebuilds were using the insecure git:// url scheme
Solution: Change them to https://
Diffstat (limited to 'dev-rust/rust-bindgen')
-rw-r--r--dev-rust/rust-bindgen/rust-bindgen-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-rust/rust-bindgen/rust-bindgen-9999.ebuild b/dev-rust/rust-bindgen/rust-bindgen-9999.ebuild
index 3550629..19a0b93 100644
--- a/dev-rust/rust-bindgen/rust-bindgen-9999.ebuild
+++ b/dev-rust/rust-bindgen/rust-bindgen-9999.ebuild
@@ -15,7 +15,7 @@ KEYWORDS=""
IUSE=""
-EGIT_REPO_URI="git://github.com/crabtw/rust-bindgen.git"
+EGIT_REPO_URI="https://github.com/crabtw/rust-bindgen.git"
DEPEND=">=virtual/rust-999
dev-rust/cargo