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 BA13D1581FB for ; Tue, 27 Aug 2024 21:04:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0642E2A4C; Tue, 27 Aug 2024 21:04:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 670B1E2A4C for ; Tue, 27 Aug 2024 21:04:17 +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 ACE7334300F for ; Tue, 27 Aug 2024 21:04:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BE1C1F29 for ; Tue, 27 Aug 2024 21:04:13 +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: <1724792634.039b4a84508838eac8d2c3bcda8cd03bd280db56.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/heimdall/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/heimdall/heimdall-2.0.2.ebuild X-VCS-Directories: app-mobilephone/heimdall/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 039b4a84508838eac8d2c3bcda8cd03bd280db56 X-VCS-Branch: master Date: Tue, 27 Aug 2024 21:04:13 +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: 8b1401b7-d56f-4072-9a46-aa981404bee9 X-Archives-Hash: e37770245d59c8487e8e8689b4712218 commit: 039b4a84508838eac8d2c3bcda8cd03bd280db56 Author: Sam James gentoo org> AuthorDate: Tue Aug 27 21:03:54 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 27 21:03:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039b4a84 app-mobilephone/heimdall: Stabilize 2.0.2 amd64, #938560 Signed-off-by: Sam James gentoo.org> app-mobilephone/heimdall/heimdall-2.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-mobilephone/heimdall/heimdall-2.0.2.ebuild b/app-mobilephone/heimdall/heimdall-2.0.2.ebuild index 7595551d2aa5..7e308dc208fe 100644 --- a/app-mobilephone/heimdall/heimdall-2.0.2.ebuild +++ b/app-mobilephone/heimdall/heimdall-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit cmake udev if [[ ${PV} != 9999 ]]; then SRC_URI="https://git.sr.ht/~grimler/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="amd64 ~arm64" S="${WORKDIR}/Heimdall-v${PV}" else inherit git-r3