diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:51 +0200 |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /app-arch/lz4 | |
parent | Use https for most gnu.org URLs (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2 gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-arch/lz4')
-rw-r--r-- | app-arch/lz4/lz4-0_p106-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/lz4/lz4-0_p106-r1.ebuild b/app-arch/lz4/lz4-0_p106-r1.ebuild index 6875051e33c2..494ee519a3bc 100644 --- a/app-arch/lz4/lz4-0_p106-r1.ebuild +++ b/app-arch/lz4/lz4-0_p106-r1.ebuild @@ -10,7 +10,7 @@ CMAKE_USE_DIR="${S}/cmake" if [ ${PV} == "9999" ] ; then inherit subversion - ESVN_REPO_URI="http://lz4.googlecode.com/svn/trunk/" + ESVN_REPO_URI="https://lz4.googlecode.com/svn/trunk/" ESVN_PROJECT="lz4-read-only" else SRC_URI="https://dev.gentoo.org/~ryao/dist/${P}.tar.xz" |