From: Michael Mair-Keimberger Date: Sun, 24 Jun 2018 15:01:42 +0000 (+0200) Subject: dev-libs/syncdir: use HTTPs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=89c5b44c926e71a2974d48fbe81c31b4c4a253f1;p=gentoo.git dev-libs/syncdir: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/9022 --- diff --git a/dev-libs/syncdir/syncdir-1.0-r1.ebuild b/dev-libs/syncdir/syncdir-1.0-r1.ebuild index 493e2e498c01..7627f5ebe419 100644 --- a/dev-libs/syncdir/syncdir-1.0-r1.ebuild +++ b/dev-libs/syncdir/syncdir-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,8 +6,8 @@ EAPI=4 inherit multilib toolchain-funcs DESCRIPTION="Provides an alternate implementation for open, link, rename, and unlink" -HOMEPAGE="http://untroubled.org/syncdir" -SRC_URI="http://untroubled.org/syncdir/${P}.tar.gz" +HOMEPAGE="https://untroubled.org/syncdir" +SRC_URI="https://untroubled.org/syncdir/${P}.tar.gz" SLOT="0" LICENSE="GPL-2"