From: Michael Mair-Keimberger Date: Wed, 20 Jun 2018 19:48:39 +0000 (+0200) Subject: app-misc/cdircmp: fix SRC_URI. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=30a41da48cfd380c65a2df96fa8b5daf4f8f3c10;p=gentoo.git app-misc/cdircmp: fix SRC_URI. Closes: https://github.com/gentoo/gentoo/pull/8923 --- diff --git a/app-misc/cdircmp/cdircmp-0.3-r1.ebuild b/app-misc/cdircmp/cdircmp-0.3-r1.ebuild index b2576f017b87..f7851f0207a2 100644 --- a/app-misc/cdircmp/cdircmp-0.3-r1.ebuild +++ b/app-misc/cdircmp/cdircmp-0.3-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="2" @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Compare directories and select files to copy" HOMEPAGE="http://home.hccnet.nl/paul.schuurmans/" -SRC_URI="http://home.hccnet.nl/paul.schuurmans/download/${P}.tar.gz" +SRC_URI="http://home.hccnet.nl/paul.schuurmans/linux/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"