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 EE24E15817D for ; Tue, 4 Jun 2024 06:56:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22DB52BC061; Tue, 4 Jun 2024 06:56:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id 08E492BC061 for ; Tue, 4 Jun 2024 06:56:44 +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 3E0E333BF03 for ; Tue, 4 Jun 2024 06:56:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 678471C60 for ; Tue, 4 Jun 2024 06:56:41 +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: <1717484178.8150cb18ba3bac977bcdfbe3745fe007be43e14f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/neard/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/neard/neard-0.19.ebuild X-VCS-Directories: net-wireless/neard/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8150cb18ba3bac977bcdfbe3745fe007be43e14f X-VCS-Branch: master Date: Tue, 4 Jun 2024 06:56:41 +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: beaed7e4-8f25-4763-bd5b-bd26d004e17c X-Archives-Hash: 1e10beb90cdf5a0fd8507037ff10c943 commit: 8150cb18ba3bac977bcdfbe3745fe007be43e14f Author: Sam James gentoo org> AuthorDate: Tue Jun 4 06:56:18 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 4 06:56:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8150cb18 net-wireless/neard: Keyword 0.19 ppc64, #933500 Signed-off-by: Sam James gentoo.org> net-wireless/neard/neard-0.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/neard/neard-0.19.ebuild b/net-wireless/neard/neard-0.19.ebuild index a5a95d20a167..9ac2be8d167c 100644 --- a/net-wireless/neard/neard-0.19.ebuild +++ b/net-wireless/neard/neard-0.19.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/linux-nfc/neard/archive/refs/tags/v${PV}.tar.gz -> $ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="test tools systemd" RESTRICT="!test? ( test )"