From 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 13:35:05 +0200 Subject: Enable https for all google URIs Signed-off-by: Justin Lecher --- dev-util/dmake/dmake-4.12.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-util/dmake/dmake-4.12.2.ebuild') diff --git a/dev-util/dmake/dmake-4.12.2.ebuild b/dev-util/dmake/dmake-4.12.2.ebuild index 38e07de0672b..c4c2994f1647 100644 --- a/dev-util/dmake/dmake-4.12.2.ebuild +++ b/dev-util/dmake/dmake-4.12.2.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit eutils DESCRIPTION="Improved make" -HOMEPAGE="http://code.google.com/a/apache-extras.org/p/dmake/" +HOMEPAGE="https://code.google.com/a/apache-extras.org/p/dmake/" SRC_URI="http://${PN}.apache-extras.org.codespot.com/files/${P}.tar.bz2" LICENSE="GPL-1" @@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" # test failure, reported upstream at -# http://code.google.com/a/apache-extras.org/p/dmake/issues/detail?id=1 +# https://code.google.com/a/apache-extras.org/p/dmake/issues/detail?id=1 RESTRICT="test" DEPEND=" -- cgit v1.2.3-65-gdbad