diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-20 21:48:39 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-06-23 00:17:03 +0200 |
commit | 30a41da48cfd380c65a2df96fa8b5daf4f8f3c10 (patch) | |
tree | a2bd437878c97f2875320d0c3535b4fa9d95ba86 /app-misc/cdircmp | |
parent | sys-libs/libblockdev: Add vdo use flag to conditionally require libyaml. (diff) | |
download | gentoo-30a41da48cfd380c65a2df96fa8b5daf4f8f3c10.tar.gz gentoo-30a41da48cfd380c65a2df96fa8b5daf4f8f3c10.tar.bz2 gentoo-30a41da48cfd380c65a2df96fa8b5daf4f8f3c10.zip |
app-misc/cdircmp: fix SRC_URI.
Closes: https://github.com/gentoo/gentoo/pull/8923
Diffstat (limited to 'app-misc/cdircmp')
-rw-r--r-- | app-misc/cdircmp/cdircmp-0.3-r1.ebuild | 4 |
1 files 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 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" |