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 6E0A515810F for ; Fri, 9 Jun 2023 09:52:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B024CE07A7; Fri, 9 Jun 2023 09:52:28 +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 99A2CE07A7 for ; Fri, 9 Jun 2023 09:52:28 +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 B534833E830 for ; Fri, 9 Jun 2023 09:52:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48428A53 for ; Fri, 9 Jun 2023 09:52:26 +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: <1686304331.4ddf38d37dd139274c51588dda25328b88222a49.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/cppdap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/cppdap/cppdap-0_pre20230605-r1.ebuild dev-cpp/cppdap/cppdap-0_pre20230605.ebuild X-VCS-Directories: dev-cpp/cppdap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4ddf38d37dd139274c51588dda25328b88222a49 X-VCS-Branch: master Date: Fri, 9 Jun 2023 09:52:26 +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: cad3d3e2-ca12-4497-b2af-03a67da404c2 X-Archives-Hash: fb01a2ed417d1c314232ac3ef85bc37a commit: 4ddf38d37dd139274c51588dda25328b88222a49 Author: Sam James gentoo org> AuthorDate: Fri Jun 9 09:52:02 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 9 09:52:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ddf38d3 dev-cpp/cppdap: add nlohmann dep Closes: https://bugs.gentoo.org/908101 Signed-off-by: Sam James gentoo.org> .../{cppdap-0_pre20230605.ebuild => cppdap-0_pre20230605-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-cpp/cppdap/cppdap-0_pre20230605.ebuild b/dev-cpp/cppdap/cppdap-0_pre20230605-r1.ebuild similarity index 96% rename from dev-cpp/cppdap/cppdap-0_pre20230605.ebuild rename to dev-cpp/cppdap/cppdap-0_pre20230605-r1.ebuild index 4a2272173f46..c467b8cd360c 100644 --- a/dev-cpp/cppdap/cppdap-0_pre20230605.ebuild +++ b/dev-cpp/cppdap/cppdap-0_pre20230605-r1.ebuild @@ -20,6 +20,9 @@ KEYWORDS="~amd64" IUSE="test" RESTRICT="!test? ( test )" +RDEPEND="dev-cpp/nlohmann_json" +DEPEND="${RDEPEND}" + src_prepare() { if use test ; then rm -rf "${S}"/third_party/googletest || die