From: David Seifert Date: Mon, 13 Jan 2020 10:06:12 +0000 (+0100) Subject: sys-fs/squashfs-tools: [QA] Fix HomepageInSrcUri X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ad20b17de7c066ab353c2b65f3b4303c78b5d00e;p=gentoo.git sys-fs/squashfs-tools: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert --- diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild index 113491166f1e..4bbb6fa92af7 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild @@ -6,7 +6,7 @@ inherit flag-o-matic toolchain-funcs DESCRIPTION="tools to create and extract Squashfs filesystems" HOMEPAGE="https://github.com/plougher/squashfs-tools" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/plougher/squashfs-tools/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"