From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1113463-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id B9C77138335
	for <garchives@archives.gentoo.org>; Sat, 28 Sep 2019 11:25:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B4385E084E;
	Sat, 28 Sep 2019 11:25:52 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9F230E084E
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Sep 2019 11:25:52 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3F7D634B6A0
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Sep 2019 11:25:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B7DA7E7
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Sep 2019 11:25:47 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1569669689.2927e6f5130980cbb5a13a32cd938b6edae8ead7.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/flashrom/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-apps/flashrom/flashrom-9999.ebuild
X-VCS-Directories: sys-apps/flashrom/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 2927e6f5130980cbb5a13a32cd938b6edae8ead7
X-VCS-Branch: master
Date: Sat, 28 Sep 2019 11:25:47 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e5a11959-a267-4271-98b7-41231815b4eb
X-Archives-Hash: 1124632e55d65a576aa9489735fb8a82

commit:     2927e6f5130980cbb5a13a32cd938b6edae8ead7
Author:     Eugene Bright <eugene <AT> bright <DOT> gdn>
AuthorDate: Thu Sep  5 17:31:23 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 11:21:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2927e6f5

sys-apps/flashrom-9999: Update SRC_URI

Starting from v1.1 tarball names looks like `flashrom-v1.1.tar.bz2`.

Signed-off-by: Eugene Bright <eugene <AT> bright.gdn>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-apps/flashrom/flashrom-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-apps/flashrom/flashrom-9999.ebuild b/sys-apps/flashrom/flashrom-9999.ebuild
index 8ae8c589543..5ea5875c49d 100644
--- a/sys-apps/flashrom/flashrom-9999.ebuild
+++ b/sys-apps/flashrom/flashrom-9999.ebuild
@@ -8,8 +8,10 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://review.coreboot.org/flashrom.git"
 	inherit git-r3
 else
-	SRC_URI="https://download.flashrom.org/releases/${P}.tar.bz2"
+	MY_P="${PN}-v${PV}"
+	SRC_URI="https://download.flashrom.org/releases/${MY_P}.tar.bz2"
 	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+	S="${WORKDIR}/${MY_P}"
 fi
 
 DESCRIPTION="Utility for reading, writing, erasing and verifying flash ROM chips"