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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E268B15802C for ; Sun, 15 Dec 2024 18:55:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEDB5E0841; Sun, 15 Dec 2024 18:55:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60CC5E0841 for ; Sun, 15 Dec 2024 18:55:20 +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 5F87D335D7B for ; Sun, 15 Dec 2024 18:55:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECEB71D95 for ; Sun, 15 Dec 2024 18:55:17 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1734288913.1afb1fd27e94c1802784b3796162a92859969f4a.arthurzam@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.11-r1.ebuild X-VCS-Directories: dev-libs/libmodbus/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1afb1fd27e94c1802784b3796162a92859969f4a X-VCS-Branch: master Date: Sun, 15 Dec 2024 18:55:17 +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: 2aee69bb-04d2-439f-958f-70e7016dfcde X-Archives-Hash: 6e81cc30feed1cc3bac52dbe55f3e274 commit: 1afb1fd27e94c1802784b3796162a92859969f4a Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 15 18:55:13 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 15 18:55:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1afb1fd2 dev-libs/libmodbus: Stabilize 3.1.11-r1 ppc64, #946341 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/libmodbus/libmodbus-3.1.11-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libmodbus/libmodbus-3.1.11-r1.ebuild b/dev-libs/libmodbus/libmodbus-3.1.11-r1.ebuild index 65ff23423f4d..1fdfa0e1065b 100644 --- a/dev-libs/libmodbus/libmodbus-3.1.11-r1.ebuild +++ b/dev-libs/libmodbus/libmodbus-3.1.11-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/stephane/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv x86" IUSE="static-libs test" RESTRICT="!test? ( test )"