commit: 30a41da48cfd380c65a2df96fa8b5daf4f8f3c10 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Jun 20 19:48:39 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Jun 22 22:17:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a41da4
app-misc/cdircmp: fix SRC_URI. Closes: https://github.com/gentoo/gentoo/pull/8923 app-misc/cdircmp/cdircmp-0.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/cdircmp/cdircmp-0.3-r1.ebuild b/app-misc/cdircmp/cdircmp-0.3-r1.ebuild index b2576f017b8..f7851f0207a 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"
