From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 0DE2A1581CA for ; Sat, 14 Jun 2025 21:49:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E9C483424ED for ; Sat, 14 Jun 2025 21:49:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 165291104E7; Sat, 14 Jun 2025 21:49:05 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0DE4C1104E7 for ; Sat, 14 Jun 2025 21:49:05 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C21353424DE for ; Sat, 14 Jun 2025 21:49:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B8A329B0 for ; Sat, 14 Jun 2025 21:49:02 +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: <1749937715.30312757d0801411475b9c8637c225d56ff8dc83.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/qdmr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/qdmr/qdmr-0.12.1.ebuild X-VCS-Directories: net-wireless/qdmr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 30312757d0801411475b9c8637c225d56ff8dc83 X-VCS-Branch: master Date: Sat, 14 Jun 2025 21:49:02 +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: 409b027c-76f6-4fc7-9510-49bc25dc0887 X-Archives-Hash: cb067d420269fb90a73c56dbe5af3cde commit: 30312757d0801411475b9c8637c225d56ff8dc83 Author: Sam James gentoo org> AuthorDate: Sat Jun 14 21:48:35 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 14 21:48:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30312757 net-wireless/qdmr: Stabilize 0.12.1 x86, #957711 Signed-off-by: Sam James gentoo.org> net-wireless/qdmr/qdmr-0.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/qdmr/qdmr-0.12.1.ebuild b/net-wireless/qdmr/qdmr-0.12.1.ebuild index 7eea01aee81b..6c0e3e57dd7f 100644 --- a/net-wireless/qdmr/qdmr-0.12.1.ebuild +++ b/net-wireless/qdmr/qdmr-0.12.1.ebuild @@ -14,7 +14,7 @@ else MY_PV="${PV/_/-}" SRC_URI="https://github.com/hmatuschek/qdmr/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${MY_PV}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi LICENSE="GPL-3+" SLOT="0"