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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8E8C1382C5 for ; Fri, 19 Feb 2021 19:32:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE90BE081B; Fri, 19 Feb 2021 19:32:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 BAD91E081B for ; Fri, 19 Feb 2021 19:32:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A78E6340F8A for ; Fri, 19 Feb 2021 19:32:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 169EF4EA for ; Fri, 19 Feb 2021 19:32:36 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1613763143.2bbe331b58e98f6c5cf2798486f8b03aac91b51a.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libsigrok/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libsigrok/libsigrok-0.5.2-r1.ebuild X-VCS-Directories: sci-libs/libsigrok/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 2bbe331b58e98f6c5cf2798486f8b03aac91b51a X-VCS-Branch: master Date: Fri, 19 Feb 2021 19:32:36 +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: 0eb0aaca-8595-4619-accc-aa554af4bc50 X-Archives-Hash: 351b6e7e518b057ec95a4f0fb8db2662 commit: 2bbe331b58e98f6c5cf2798486f8b03aac91b51a Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Feb 19 19:30:35 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Feb 19 19:32:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbe331b sci-libs/libsigrok: x86 stable (bug #769926) Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> sci-libs/libsigrok/libsigrok-0.5.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/libsigrok/libsigrok-0.5.2-r1.ebuild b/sci-libs/libsigrok/libsigrok-0.5.2-r1.ebuild index 1ca3403709a..23601315e40 100644 --- a/sci-libs/libsigrok/libsigrok-0.5.2-r1.ebuild +++ b/sci-libs/libsigrok/libsigrok-0.5.2-r1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 autotools else SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Basic hardware drivers for logic analyzers and input/output file format support"