From f279c79d87dea2b2a315ef0df9fdccd6f504b01c Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 19 Jul 2021 12:06:36 +0200 Subject: [PATCH] sys-fs/erofs-utils: fix HomepageInSrcUri Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- sys-fs/erofs-utils/erofs-utils-1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/erofs-utils/erofs-utils-1.3.ebuild b/sys-fs/erofs-utils/erofs-utils-1.3.ebuild index ee37d4a497..5188e99b15 100644 --- a/sys-fs/erofs-utils/erofs-utils-1.3.ebuild +++ b/sys-fs/erofs-utils/erofs-utils-1.3.ebuild @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Userspace tools for EROFS images" HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git" -SRC_URI="${HOMEPAGE}/snapshot/${P}.tar.gz" +SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0"