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 752E7159C9B for ; Wed, 7 Aug 2024 10:16:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B27F2E2CFD; Wed, 7 Aug 2024 10:16:57 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A47BE2CFD for ; Wed, 7 Aug 2024 10:16:57 +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 9C8AA335C31 for ; Wed, 7 Aug 2024 10:16:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E18E3E6F for ; Wed, 7 Aug 2024 10:16:54 +0000 (UTC) From: "Eric Joldasov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eric Joldasov" Message-ID: <1723025783.07e54ac272995d9442f34dd3c337e88584a0a0a2.bratishkaerik@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-zig/zls/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-zig/zls/zls-0.10.0-r2.ebuild X-VCS-Directories: dev-zig/zls/ X-VCS-Committer: bratishkaerik X-VCS-Committer-Name: Eric Joldasov X-VCS-Revision: 07e54ac272995d9442f34dd3c337e88584a0a0a2 X-VCS-Branch: dev Date: Wed, 7 Aug 2024 10:16:54 +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: 28fd8fa7-bb18-43ea-8b78-2afd1c345a2d X-Archives-Hash: df1d50f0de0638a95f58322b9b19721e commit: 07e54ac272995d9442f34dd3c337e88584a0a0a2 Author: Eric Joldasov landless-city net> AuthorDate: Wed Aug 7 10:16:23 2024 +0000 Commit: Eric Joldasov getgoogleoff me> CommitDate: Wed Aug 7 10:16:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07e54ac2 dev-zig/zls: fix NonexistentDeps for 0.10.0-r2 Signed-off-by: Eric Joldasov landless-city.net> dev-zig/zls/zls-0.10.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-zig/zls/zls-0.10.0-r2.ebuild b/dev-zig/zls/zls-0.10.0-r2.ebuild index d165a26ba..7f8c84c95 100644 --- a/dev-zig/zls/zls-0.10.0-r2.ebuild +++ b/dev-zig/zls/zls-0.10.0-r2.ebuild @@ -24,7 +24,7 @@ KEYWORDS="~amd64" EZIG_MIN="0.10" EZIG_MAX_EXCLUSIVE="0.11" -DEPEND="|| ( dev-lang/zig:${EZIG_MIN} dev-lang/zig-bin:${EZIG_MIN} )" +DEPEND="dev-lang/zig-bin:0.10" RDEPEND="${DEPEND}" # see https://github.com/ziglang/zig/issues/3382