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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BBE1D13835A for ; Sat, 5 Dec 2020 23:41:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F105EE0872; Sat, 5 Dec 2020 23:41:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC409E0872 for ; Sat, 5 Dec 2020 23:41:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D2A134121D for ; Sat, 5 Dec 2020 23:41:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0E7538A for ; Sat, 5 Dec 2020 23:41:40 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1607211691.6556de0299f17cc63139dba4ac3be0af765761f8.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/simdjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/simdjson/simdjson-0.7.0-r1.ebuild dev-libs/simdjson/simdjson-0.7.0-r2.ebuild X-VCS-Directories: dev-libs/simdjson/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 6556de0299f17cc63139dba4ac3be0af765761f8 X-VCS-Branch: master Date: Sat, 5 Dec 2020 23:41:40 +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: 7ab9b535-b387-4289-a14d-2aad181f8c76 X-Archives-Hash: 6fa5bc6be314303046f21eb5231425a2 commit: 6556de0299f17cc63139dba4ac3be0af765761f8 Author: Patrick McLean gentoo org> AuthorDate: Sat Dec 5 23:41:31 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Sat Dec 5 23:41:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6556de02 dev-libs/simdjson-0.7.0-r2: Revbump, add subslot dep on cxxopts Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Patrick McLean gentoo.org> .../simdjson/{simdjson-0.7.0-r1.ebuild => simdjson-0.7.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/simdjson/simdjson-0.7.0-r1.ebuild b/dev-libs/simdjson/simdjson-0.7.0-r2.ebuild similarity index 96% rename from dev-libs/simdjson/simdjson-0.7.0-r1.ebuild rename to dev-libs/simdjson/simdjson-0.7.0-r2.ebuild index 3c6404e0f47..9a29c8f0450 100644 --- a/dev-libs/simdjson/simdjson-0.7.0-r1.ebuild +++ b/dev-libs/simdjson/simdjson-0.7.0-r2.ebuild @@ -23,7 +23,7 @@ BDEPEND=" sys-apps/grep " DEPEND=" - tools? ( dev-libs/cxxopts ) + tools? ( dev-libs/cxxopts:= ) " REQUIRED_USE="test? ( tools )"