commit: e70c6ee134926ee41ef86b8f49efce423932e3c0 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Mar 28 10:56:11 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Mar 28 10:56:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e70c6ee1
sys-fs/erofs-utils: fix HomepageInSrcUri Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sys-fs/erofs-utils/erofs-utils-1.1.ebuild | 4 ++-- sys-fs/erofs-utils/erofs-utils-1.2.1.ebuild | 2 +- sys-fs/erofs-utils/erofs-utils-1.2.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-fs/erofs-utils/erofs-utils-1.1.ebuild b/sys-fs/erofs-utils/erofs-utils-1.1.ebuild index 272f9f803..5f029f22a 100644 --- a/sys-fs/erofs-utils/erofs-utils-1.1.ebuild +++ b/sys-fs/erofs-utils/erofs-utils-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" diff --git a/sys-fs/erofs-utils/erofs-utils-1.2.1.ebuild b/sys-fs/erofs-utils/erofs-utils-1.2.1.ebuild index cbe330667..8441f7d88 100644 --- a/sys-fs/erofs-utils/erofs-utils-1.2.1.ebuild +++ b/sys-fs/erofs-utils/erofs-utils-1.2.1.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" diff --git a/sys-fs/erofs-utils/erofs-utils-1.2.ebuild b/sys-fs/erofs-utils/erofs-utils-1.2.ebuild index 62a2d24c4..96d5cb85b 100644 --- a/sys-fs/erofs-utils/erofs-utils-1.2.ebuild +++ b/sys-fs/erofs-utils/erofs-utils-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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"
