diff options
author | Sam James <sam@gentoo.org> | 2022-10-01 00:22:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:28 +0100 |
commit | fe6581d5d383c87936dee9ee346d0671487042cf (patch) | |
tree | 2c83d3df0825865d96a321c5498343f2e0bb5e2c /sys-fs/yaffs2utils | |
parent | sys-cluster/torque: use variable for snapshot commit (diff) | |
download | gentoo-fe6581d5d383c87936dee9ee346d0671487042cf.tar.gz gentoo-fe6581d5d383c87936dee9ee346d0671487042cf.tar.bz2 gentoo-fe6581d5d383c87936dee9ee346d0671487042cf.zip |
sys-fs/yaffs2utils: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/yaffs2utils')
-rw-r--r-- | sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild | 4 |
1 files 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" |