commit: fe6581d5d383c87936dee9ee346d0671487042cf Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 30 23:22:53 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Sep 30 23:24:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6581d5
sys-fs/yaffs2utils: fix StaticSrcUri Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild b/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild index d9691a18fa89..a8d220c9a2d4 100644 --- a/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild +++ b/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="tools for generating YAFFS images" HOMEPAGE="https://code.google.com/p/yaffs2utils/" -SRC_URI="https://yaffs2utils.googlecode.com/files/0.2.9.tar.gz -> ${P}.tar.gz" +SRC_URI="https://yaffs2utils.googlecode.com/files/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"
