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 18EAC15800F for ; Thu, 5 Jan 2023 14:00:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B25DE07EE; Thu, 5 Jan 2023 14:00:21 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 406C0E07EE for ; Thu, 5 Jan 2023 14:00:21 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3C4C340C33 for ; Thu, 5 Jan 2023 14:00:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 248F97FB for ; Thu, 5 Jan 2023 14:00:18 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1672926884.c01d03218152f0d9a7715282cbc639b7a9e98d5e.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmodbus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmodbus/libmodbus-3.1.9.ebuild X-VCS-Directories: dev-libs/libmodbus/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c01d03218152f0d9a7715282cbc639b7a9e98d5e X-VCS-Branch: master Date: Thu, 5 Jan 2023 14:00:18 +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: 9b0585a1-9589-498c-b374-e690f94a5f36 X-Archives-Hash: 36489025ab5f6879a044455399970f35 commit: c01d03218152f0d9a7715282cbc639b7a9e98d5e Author: Conrad Kostecki gentoo org> AuthorDate: Thu Jan 5 13:54:44 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Jan 5 13:54:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01d0321 dev-libs/libmodbus: x86 stable Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/libmodbus/libmodbus-3.1.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libmodbus/libmodbus-3.1.9.ebuild b/dev-libs/libmodbus/libmodbus-3.1.9.ebuild index d9904a179b3b..3f234eeed373 100644 --- a/dev-libs/libmodbus/libmodbus-3.1.9.ebuild +++ b/dev-libs/libmodbus/libmodbus-3.1.9.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/stephane/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="static-libs test" RESTRICT="!test? ( test )"