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 8C384158094 for ; Fri, 12 Aug 2022 12:29:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C65DDE0AD8; Fri, 12 Aug 2022 12:29:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A202DE0AD8 for ; Fri, 12 Aug 2022 12:29:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D9471340E2D for ; Fri, 12 Aug 2022 12:29:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F93D326 for ; Fri, 12 Aug 2022 12:29:40 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1660307375.64afb48721e103fb5334a3a6d3f4a152a82e749e.ago@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.10.2.ebuild X-VCS-Directories: net-wireless/qdmr/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 64afb48721e103fb5334a3a6d3f4a152a82e749e X-VCS-Branch: master Date: Fri, 12 Aug 2022 12:29:40 +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: 66e6f09a-ccf3-4312-89c0-29c35da5042e X-Archives-Hash: a7ecba4af1faf75ed1e7eee386ead22d commit: 64afb48721e103fb5334a3a6d3f4a152a82e749e Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Aug 12 12:29:35 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Aug 12 12:29:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64afb487 net-wireless/qdmr: x86 stable wrt bug #861038 Signed-off-by: Agostino Sarubbo gentoo.org> net-wireless/qdmr/qdmr-0.10.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/qdmr/qdmr-0.10.2.ebuild b/net-wireless/qdmr/qdmr-0.10.2.ebuild index 98cc95cac001..c57e656cbffa 100644 --- a/net-wireless/qdmr/qdmr-0.10.2.ebuild +++ b/net-wireless/qdmr/qdmr-0.10.2.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+" @@ -54,4 +54,4 @@ src_prepare() { pkg_postinst() { udev_reload -} \ No newline at end of file +}