commit: 92581d7622fa4223119cd731cea66eb8a06fe86c Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Wed Mar 13 12:11:54 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Wed Mar 13 12:15:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92581d76
dev-util/difffilter: FTP => HTTP Package-Manager: Portage-2.3.62, Repoman-2.3.12 Bug: https://bugs.gentoo.org/672182 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> dev-util/difffilter/difffilter-0.3.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/difffilter/difffilter-0.3.3-r1.ebuild b/dev-util/difffilter/difffilter-0.3.3-r1.ebuild index 9a0c0387ec7..d8137bf00d1 100644 --- a/dev-util/difffilter/difffilter-0.3.3-r1.ebuild +++ b/dev-util/difffilter/difffilter-0.3.3-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Filter files out of unified diffs using POSIX extended regular expressions" HOMEPAGE="http://ohnopub.net/~ohnobinki/difffilter/" -SRC_URI="ftp://mirror.ohnopub.net/mirror/${PN}/${P}.tar.bz2" +SRC_URI="http://mirror.ohnopub.net/mirror/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0"
