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 0A7D5158451 for ; Sun, 7 Jan 2024 23:46:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37DC62BC018; Sun, 7 Jan 2024 23:46:48 +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 195BD2BC018 for ; Sun, 7 Jan 2024 23:46:47 +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 2DAFD343207 for ; Sun, 7 Jan 2024 23:46:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71BB4141 for ; Sun, 7 Jan 2024 23:46:45 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1704604055.c1bd549588003cd59e28ce571954cf93d7da0d26.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/ipfs-cluster/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild net-p2p/ipfs-cluster/ipfs-cluster-1.0.2.ebuild X-VCS-Directories: net-p2p/ipfs-cluster/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c1bd549588003cd59e28ce571954cf93d7da0d26 X-VCS-Branch: master Date: Sun, 7 Jan 2024 23:46:45 +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: 7dcff840-f030-42ee-9712-649dabc97271 X-Archives-Hash: cdf0e1ebedadf7ed6f73ff49e1ce21b2 commit: c1bd549588003cd59e28ce571954cf93d7da0d26 Author: Takuya Wakazono gmail com> AuthorDate: Sun Jan 7 05:07:35 2024 +0000 Commit: David Roman gmail com> CommitDate: Sun Jan 7 05:07:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1bd5495 net-p2p/ipfs-cluster: drop x86 keyword net-p2p/kubo is masked in x86 Signed-off-by: Takuya Wakazono gmail.com> net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild | 4 ++-- net-p2p/ipfs-cluster/ipfs-cluster-1.0.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild b/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild index b4efd1a92a..e47bc80287 100644 --- a/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild +++ b/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI+=" https://ipfs.infura.io/ipfs/QmUGftdXbN815P1GvurGRBa5fYFiGfTDAdBXToadz LICENSE="Apache-2.0 MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" RDEPEND=" net-p2p/kubo diff --git a/net-p2p/ipfs-cluster/ipfs-cluster-1.0.2.ebuild b/net-p2p/ipfs-cluster/ipfs-cluster-1.0.2.ebuild index 9433e64360..7e6cf2bc09 100644 --- a/net-p2p/ipfs-cluster/ipfs-cluster-1.0.2.ebuild +++ b/net-p2p/ipfs-cluster/ipfs-cluster-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI+=" https://ipfs.infura.io/ipfs/QmSTbDLMCFKKKXmEBFgGMZDYV9EfngKsFnws8PZoK LICENSE="Apache-2.0 MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" RDEPEND=" net-p2p/kubo