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 7BC4C1581D3 for ; Tue, 21 May 2024 09:41:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC0B8E2A71; Tue, 21 May 2024 09:40:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 99093E2A71 for ; Tue, 21 May 2024 09:40:59 +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 4AEC9335C11 for ; Tue, 21 May 2024 09:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1E3C109C for ; Tue, 21 May 2024 09:40:56 +0000 (UTC) From: "Steffen Winter" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steffen Winter" Message-ID: <1716284366.f0ef2dc821d5abea8f92edc2649056238e781811.stffn.mobil@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: stffn.mobil X-VCS-Committer-Name: Steffen Winter X-VCS-Revision: f0ef2dc821d5abea8f92edc2649056238e781811 X-VCS-Branch: dev Date: Tue, 21 May 2024 09:40:56 +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: db57c5a6-dc2d-4254-bf58-3abe1cf9bf47 X-Archives-Hash: 75eb4e527cdc82f25df8021354667755 commit: f0ef2dc821d5abea8f92edc2649056238e781811 Author: Steffen Winter proton me> AuthorDate: Tue May 21 09:36:24 2024 +0000 Commit: Steffen Winter freenet de> 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 ) "