From: David Seifert Date: Mon, 13 Jan 2020 10:03:31 +0000 (+0100) Subject: net-ftp/lftp: [QA] Fix HomepageInSrcUri X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8a789412eed918518213fad899c9ec9631392466;p=gentoo.git net-ftp/lftp: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert --- diff --git a/net-ftp/lftp/lftp-4.8.4-r1.ebuild b/net-ftp/lftp/lftp-4.8.4-r1.ebuild index 239987fda9a7..8fb8b288d1d8 100644 --- a/net-ftp/lftp/lftp-4.8.4-r1.ebuild +++ b/net-ftp/lftp/lftp-4.8.4-r1.ebuild @@ -6,9 +6,7 @@ inherit autotools libtool xdg-utils DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program" HOMEPAGE="https://lftp.tech/" -SRC_URI=" - ${HOMEPAGE}ftp/${P}.tar.xz -" +SRC_URI="https://lftp.tech/ftp/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" diff --git a/net-ftp/lftp/lftp-4.9.0.ebuild b/net-ftp/lftp/lftp-4.9.0.ebuild index 617212d87a47..5492c31e378d 100644 --- a/net-ftp/lftp/lftp-4.9.0.ebuild +++ b/net-ftp/lftp/lftp-4.9.0.ebuild @@ -6,9 +6,7 @@ inherit autotools libtool xdg-utils DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program" HOMEPAGE="https://lftp.tech/" -SRC_URI=" - ${HOMEPAGE}ftp/${P}.tar.xz -" +SRC_URI="https://lftp.tech/ftp/${P}.tar.xz" LICENSE="GPL-3" SLOT="0"