diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:37:39 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:37:39 +0200 |
commit | c84be41d02d264cc116a9a8436ca3bef3abb417c (patch) | |
tree | 00c29a23c14336b8b4577bf62092deee755d12af /dev-ml/ocaml-make | |
parent | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (diff) | |
download | gentoo-c84be41d02d264cc116a9a8436ca3bef3abb417c.tar.gz gentoo-c84be41d02d264cc116a9a8436ca3bef3abb417c.tar.xz |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-make')
-rw-r--r-- | dev-ml/ocaml-make/ocaml-make-6.37.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocaml-make/ocaml-make-6.37.0.ebuild b/dev-ml/ocaml-make/ocaml-make-6.37.0.ebuild index 0bef752f83b..475b1295819 100644 --- a/dev-ml/ocaml-make/ocaml-make-6.37.0.ebuild +++ b/dev-ml/ocaml-make/ocaml-make-6.37.0.ebuild @@ -5,13 +5,13 @@ EAPI=4 DESCRIPTION="Generic O'Caml Makefile for GNU Make" -HOMEPAGE="http://bitbucket.org/mmottl/ocaml-makefile" +HOMEPAGE="https://bitbucket.org/mmottl/ocaml-makefile" LICENSE="LGPL-2.1" DEPEND="" RDEPEND=">=dev-lang/ocaml-3.06-r1 >=dev-ml/findlib-0.8" -SRC_URI="http://bitbucket.org/mmottl/ocaml-makefile/downloads/${PN}file-${PV}.tar.gz" +SRC_URI="https://bitbucket.org/mmottl/ocaml-makefile/downloads/${PN}file-${PV}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="examples" |