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 4C1FC158649 for ; Wed, 10 May 2023 17:04:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89236E09A6; Wed, 10 May 2023 17:04:32 +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 76735E09A6 for ; Wed, 10 May 2023 17:04:32 +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 A8163340C02 for ; Wed, 10 May 2023 17:04:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D31D8E4 for ; Wed, 10 May 2023 17:04:30 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1683738249.0fed07abbf61b79133980b76cbe0175ea903322a.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/apache-arrow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/apache-arrow/apache-arrow-12.0.0.ebuild X-VCS-Directories: dev-libs/apache-arrow/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 0fed07abbf61b79133980b76cbe0175ea903322a X-VCS-Branch: master Date: Wed, 10 May 2023 17:04:30 +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: 7e843898-cc19-4e2c-b89e-fd8ff675f82c X-Archives-Hash: a8caddd84ce18a774e58e45b0f11f550 commit: 0fed07abbf61b79133980b76cbe0175ea903322a Author: Miezhiko gmail com> AuthorDate: Wed May 10 10:40:20 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed May 10 17:04:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fed07ab dev-libs/apache-arrow: fix boost DEPEND Signed-off-by: Miezhiko gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30970 Signed-off-by: Alfredo Tupone gentoo.org> dev-libs/apache-arrow/apache-arrow-12.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/apache-arrow/apache-arrow-12.0.0.ebuild b/dev-libs/apache-arrow/apache-arrow-12.0.0.ebuild index 148ff46363d1..9091784721ce 100644 --- a/dev-libs/apache-arrow/apache-arrow-12.0.0.ebuild +++ b/dev-libs/apache-arrow/apache-arrow-12.0.0.ebuild @@ -46,9 +46,9 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-cpp/xsimd + >=dev-libs/boost-1.81.0 json? ( dev-libs/rapidjson ) test? ( - dev-libs/boost dev-cpp/gflags dev-cpp/gtest )