commit: f279c79d87dea2b2a315ef0df9fdccd6f504b01c Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon Jul 19 10:06:36 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Jul 19 10:06:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f279c79d
sys-fs/erofs-utils: fix HomepageInSrcUri Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> 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 ee37d4a49..5188e99b1 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"
