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 BBA5F158033 for ; Tue, 28 Feb 2023 01:30:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B4D2E07B2; Tue, 28 Feb 2023 01:30:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 876D3E07B2 for ; Tue, 28 Feb 2023 01:30:40 +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 BDD09340CDF for ; Tue, 28 Feb 2023 01:30:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B32158CD for ; Tue, 28 Feb 2023 01:30:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1677547815.aa1cfb0823bfad0935680cb1fbf045fc913d0a19.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libnbd/libnbd-1.14.1.ebuild X-VCS-Directories: sys-libs/libnbd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aa1cfb0823bfad0935680cb1fbf045fc913d0a19 X-VCS-Branch: master Date: Tue, 28 Feb 2023 01:30: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: 76a16333-dab4-4c8a-917a-da0de9577900 X-Archives-Hash: fca1b0b209e9004076cc14f93a596039 commit: aa1cfb0823bfad0935680cb1fbf045fc913d0a19 Author: Matoro Mahri users noreply github com> AuthorDate: Mon Feb 27 18:15:24 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 28 01:30:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1cfb08 sys-libs/libnbd: Keyword 1.14.1 sparc, #891167 Signed-off-by: Matoro Mahri users.noreply.github.com> Signed-off-by: Sam James gentoo.org> sys-libs/libnbd/libnbd-1.14.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libnbd/libnbd-1.14.1.ebuild b/sys-libs/libnbd/libnbd-1.14.1.ebuild index c04df177ecc6..b2cb9e3aba76 100644 --- a/sys-libs/libnbd/libnbd-1.14.1.ebuild +++ b/sys-libs/libnbd/libnbd-1.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.g LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="fuse gnutls uri-support test" RESTRICT="!test? ( test )"