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 31A121581D3 for ; Tue, 21 May 2024 21:10:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA76EE2A5A; Tue, 21 May 2024 21:10:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D4E8FE2A5A for ; Tue, 21 May 2024 21:10:13 +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 9486B341E1C for ; Tue, 21 May 2024 21:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15B731B0F for ; Tue, 21 May 2024 21:10:10 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1716284366.f0ef2dc821d5abea8f92edc2649056238e781811.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/scnlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/scnlib/scnlib-2.0.3.ebuild X-VCS-Directories: dev-cpp/scnlib/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: f0ef2dc821d5abea8f92edc2649056238e781811 X-VCS-Branch: master Date: Tue, 21 May 2024 21:10:10 +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: ba3c31e2-30e1-43a5-a668-a8cb667fcfe8 X-Archives-Hash: 8450747d78e4dcabe6340a643727d51d commit: f0ef2dc821d5abea8f92edc2649056238e781811 Author: Steffen Winter proton me> AuthorDate: Tue May 21 09:36:24 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue May 21 09:39:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0ef2dc8 dev-cpp/scnlib: make simdutf a runtime dependency Closes: https://bugs.gentoo.org/932333 Signed-off-by: Steffen Winter proton.me> dev-cpp/scnlib/scnlib-2.0.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-cpp/scnlib/scnlib-2.0.3.ebuild b/dev-cpp/scnlib/scnlib-2.0.3.ebuild index b46b37da1f..a3b4301895 100644 --- a/dev-cpp/scnlib/scnlib-2.0.3.ebuild +++ b/dev-cpp/scnlib/scnlib-2.0.3.ebuild @@ -14,9 +14,10 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test" +RDEPEND=">=dev-cpp/simdutf-5.2.0:=" +DEPEND="${RDEPEND}" BDEPEND=" dev-cpp/fast_float - >=dev-cpp/simdutf-5.2.0:= test? ( dev-cpp/gtest ) "