Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/yaffs2utils/
Date: Fri, 30 Sep 2022 23:25:00
Message-Id: 1664580268.fe6581d5d383c87936dee9ee346d0671487042cf.sam@gentoo
1 commit: fe6581d5d383c87936dee9ee346d0671487042cf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 23:22:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 23:24:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6581d5
7
8 sys-fs/yaffs2utils: fix StaticSrcUri
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild b/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild
16 index d9691a18fa89..a8d220c9a2d4 100644
17 --- a/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild
18 +++ b/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -7,7 +7,7 @@ inherit toolchain-funcs
26
27 DESCRIPTION="tools for generating YAFFS images"
28 HOMEPAGE="https://code.google.com/p/yaffs2utils/"
29 -SRC_URI="https://yaffs2utils.googlecode.com/files/0.2.9.tar.gz -> ${P}.tar.gz"
30 +SRC_URI="https://yaffs2utils.googlecode.com/files/${PV}.tar.gz -> ${P}.tar.gz"
31
32 LICENSE="GPL-2"
33 SLOT="0"