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 F362D159557 for ; Wed, 3 Jul 2024 09:36:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 468A7E29F7; Wed, 3 Jul 2024 09:36:56 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23BA4E29F7 for ; Wed, 3 Jul 2024 09:36:56 +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 3D485335C96 for ; Wed, 3 Jul 2024 09:36:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C6521D9E for ; Wed, 3 Jul 2024 09:36:53 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1719999363.72e607c8cbe082647642f84e304da4cbca7d20ef.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/davix/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/davix/davix-0.8.7.ebuild X-VCS-Directories: net-libs/davix/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 72e607c8cbe082647642f84e304da4cbca7d20ef X-VCS-Branch: master Date: Wed, 3 Jul 2024 09:36:53 +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: 89601ec4-2d93-4e42-8e34-5e7cf4596595 X-Archives-Hash: af7688dae51333e2983f522342649070 commit: 72e607c8cbe082647642f84e304da4cbca7d20ef Author: Guilherme Amadio gentoo org> AuthorDate: Wed Jul 3 09:36:03 2024 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Wed Jul 3 09:36:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e607c8 net-libs/davix: add dependency on dev-libs/rapidjson Bug: https://bugs.gentoo.org/919587 Closes: https://bugs.gentoo.org/935397 Signed-off-by: Guilherme Amadio gentoo.org> net-libs/davix/davix-0.8.7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-libs/davix/davix-0.8.7.ebuild b/net-libs/davix/davix-0.8.7.ebuild index 0e9ae663ce2a..79bed31e988e 100644 --- a/net-libs/davix/davix-0.8.7.ebuild +++ b/net-libs/davix/davix-0.8.7.ebuild @@ -20,6 +20,7 @@ RESTRICT="!test? ( test )" CDEPEND=" dev-libs/libxml2:2= dev-libs/openssl:0= + dev-libs/rapidjson:0= net-libs/gsoap[ssl,-gnutls] net-misc/curl:0= kernel_linux? ( sys-apps/util-linux )