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 A9DEB158095 for ; Sat, 9 Jul 2022 21:30:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CD26E0B9D; Sat, 9 Jul 2022 21:30:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3D3DEE0B9D for ; Sat, 9 Jul 2022 21:30:09 +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 29421340F3A for ; Sat, 9 Jul 2022 21:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F548536 for ; Sat, 9 Jul 2022 21:30:05 +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: <1657402162.8f3ec5efe984ef0ee6c4759ab1349fdcaf1bafc4.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.7.ebuild X-VCS-Directories: dev-libs/libmodbus/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 8f3ec5efe984ef0ee6c4759ab1349fdcaf1bafc4 X-VCS-Branch: master Date: Sat, 9 Jul 2022 21:30:05 +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: ad8d054c-fd6c-4d44-86aa-0fc11fb5f471 X-Archives-Hash: 77e06693cfdefb4694ea499811176f9f commit: 8f3ec5efe984ef0ee6c4759ab1349fdcaf1bafc4 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Jul 9 20:53:00 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jul 9 21:29:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3ec5ef dev-libs/libmodbus: x86 stable Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/libmodbus/libmodbus-3.1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libmodbus/libmodbus-3.1.7.ebuild b/dev-libs/libmodbus/libmodbus-3.1.7.ebuild index 74d6750944fb..0cc9f045c687 100644 --- a/dev-libs/libmodbus/libmodbus-3.1.7.ebuild +++ b/dev-libs/libmodbus/libmodbus-3.1.7.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://libmodbus.org/releases/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="static-libs test doc" RESTRICT="!test? ( test )"