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 482CF15800D for ; Sat, 8 Jul 2023 18:08:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ED30E08CD; Sat, 8 Jul 2023 18:08:31 +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 875B7E08CD for ; Sat, 8 Jul 2023 18:08:31 +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 A70CF340E08 for ; Sat, 8 Jul 2023 18:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC8E0AD0 for ; Sat, 8 Jul 2023 18:08:28 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1688839553.8d9beff2aabf1b7811e8b3fe20d6d60bdf7160fe.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/simdjson/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/simdjson/files/simdjson-1.0.0-tests.patch X-VCS-Directories: dev-libs/simdjson/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 8d9beff2aabf1b7811e8b3fe20d6d60bdf7160fe X-VCS-Branch: master Date: Sat, 8 Jul 2023 18:08:28 +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: 5db8ef97-20bf-46b1-90e8-1d58b2ffe76d X-Archives-Hash: 3af276c136448b61d4d79487b3cf9d61 commit: 8d9beff2aabf1b7811e8b3fe20d6d60bdf7160fe Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Jul 8 08:49:37 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jul 8 18:05:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9beff2 dev-libs/simdjson: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31797 Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/simdjson/files/simdjson-1.0.0-tests.patch | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/dev-libs/simdjson/files/simdjson-1.0.0-tests.patch b/dev-libs/simdjson/files/simdjson-1.0.0-tests.patch deleted file mode 100644 index cccbd4494667..000000000000 --- a/dev-libs/simdjson/files/simdjson-1.0.0-tests.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 235222a8..8532183a 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -221,9 +221,10 @@ add_subdirectory(singleheader) - # - # Compile tools / tests / benchmarks - # --add_subdirectory(tests) -+if (SIMDJSON_TESTS) -+ add_subdirectory(tests) -+endif() - add_subdirectory(examples) --add_subdirectory(benchmark) - add_subdirectory(fuzz) - - #