From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5D1CD15808A for ; Sun, 03 Aug 2025 04:19:50 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 45E95340D6F for ; Sun, 03 Aug 2025 04:19:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A002C1104DB; Sun, 03 Aug 2025 04:19:48 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 924F51104DB for ; Sun, 03 Aug 2025 04:19:48 +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 4197E340D69 for ; Sun, 03 Aug 2025 04:19:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70DA82CE8 for ; Sun, 03 Aug 2025 04:19:46 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1754194654.738cf71d29d83be6cfface9d00b9373d6093e285.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libserialport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libserialport/libserialport-0.1.2.ebuild dev-libs/libserialport/libserialport-9999.ebuild X-VCS-Directories: dev-libs/libserialport/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 738cf71d29d83be6cfface9d00b9373d6093e285 X-VCS-Branch: master Date: Sun, 03 Aug 2025 04:19:46 +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: ebd595ef-b4b6-4f4a-9994-2f2a134846d8 X-Archives-Hash: 585fb47afaafd10dbfcc3b41fa46563c commit: 738cf71d29d83be6cfface9d00b9373d6093e285 Author: Michael Orlitzky gentoo org> AuthorDate: Sun Aug 3 02:06:24 2025 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Aug 3 04:17:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738cf71d dev-libs/libserialport: keyword 0.1.2 for ~riscv Signed-off-by: Michael Orlitzky gentoo.org> dev-libs/libserialport/libserialport-0.1.2.ebuild | 2 +- dev-libs/libserialport/libserialport-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libserialport/libserialport-0.1.2.ebuild b/dev-libs/libserialport/libserialport-0.1.2.ebuild index c5a771e2485e..424b1525eb07 100644 --- a/dev-libs/libserialport/libserialport-0.1.2.ebuild +++ b/dev-libs/libserialport/libserialport-0.1.2.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]]; then inherit autotools git-r3 else SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" fi DESCRIPTION="Cross platform serial port access library" diff --git a/dev-libs/libserialport/libserialport-9999.ebuild b/dev-libs/libserialport/libserialport-9999.ebuild index 4e0b8fd2969e..2c6c09844ca1 100644 --- a/dev-libs/libserialport/libserialport-9999.ebuild +++ b/dev-libs/libserialport/libserialport-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]]; then inherit autotools git-r3 else SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" fi DESCRIPTION="Cross platform serial port access library"