From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4339158094 for ; Fri, 30 Sep 2022 23:25:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 871E4E0A7D; Fri, 30 Sep 2022 23:24:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71880E0A7D for ; Fri, 30 Sep 2022 23:24:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BF82340FF0 for ; Fri, 30 Sep 2022 23:24:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AB94614 for ; Fri, 30 Sep 2022 23:24:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1664580268.fe6581d5d383c87936dee9ee346d0671487042cf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/yaffs2utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild X-VCS-Directories: sys-fs/yaffs2utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fe6581d5d383c87936dee9ee346d0671487042cf X-VCS-Branch: master Date: Fri, 30 Sep 2022 23:24:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6e1ffd45-e526-4781-a5d5-68b726f5a2b9 X-Archives-Hash: c43e1381a88fa129262af0eda3e1c32d commit: fe6581d5d383c87936dee9ee346d0671487042cf Author: Sam James gentoo org> AuthorDate: Fri Sep 30 23:22:53 2022 +0000 Commit: Sam James gentoo 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 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"