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 2851F15808B for ; Fri, 27 Sep 2024 08:29:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8353DE2A2D; Fri, 27 Sep 2024 08:29:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65F5CE2A2D for ; Fri, 27 Sep 2024 08:29:41 +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 83D823430F6 for ; Fri, 27 Sep 2024 08:29:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E266214CA for ; Fri, 27 Sep 2024 08:29:38 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1727425775.bba442a5bee9bcc764d59d85b65347c8464fb083.arthurzam@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.1.0.ebuild X-VCS-Directories: app-mobilephone/heimdall/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: bba442a5bee9bcc764d59d85b65347c8464fb083 X-VCS-Branch: master Date: Fri, 27 Sep 2024 08:29:38 +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: c0553d49-28e4-4b9b-a59c-c100a084756d X-Archives-Hash: 3962ce404efb9a5620c8da158c3ee3df commit: bba442a5bee9bcc764d59d85b65347c8464fb083 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Sep 27 08:29:35 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Sep 27 08:29:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba442a5 app-mobilephone/heimdall: Stabilize 2.1.0 amd64, #940334 Signed-off-by: Arthur Zamarin gentoo.org> app-mobilephone/heimdall/heimdall-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-mobilephone/heimdall/heimdall-2.1.0.ebuild b/app-mobilephone/heimdall/heimdall-2.1.0.ebuild index 4869617d580c..b71035a489ff 100644 --- a/app-mobilephone/heimdall/heimdall-2.1.0.ebuild +++ b/app-mobilephone/heimdall/heimdall-2.1.0.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} != 9999 ]]; then SRC_URI="https://git.sr.ht/~grimler/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/Heimdall-v${PV}" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="amd64 ~arm64" else inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~grimler/Heimdall"