From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 19C7815802E for ; Tue, 25 Jun 2024 20:23:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A5872BC05D; Tue, 25 Jun 2024 20:23:28 +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 5A1A82BC05D for ; Tue, 25 Jun 2024 20:23:28 +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 8242B3408DD for ; Tue, 25 Jun 2024 20:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDDFD1D4F for ; Tue, 25 Jun 2024 20:23:25 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1719346549.069c85c97b3da239cbf2a00c2a0e1c7bb26e25b4.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/influxdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/influxdb/influxdb-2.7.5.ebuild X-VCS-Directories: dev-db/influxdb/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 069c85c97b3da239cbf2a00c2a0e1c7bb26e25b4 X-VCS-Branch: master Date: Tue, 25 Jun 2024 20:23:25 +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: e6fa183f-385f-43a1-890e-faae079f9303 X-Archives-Hash: e81fee8a4a7ad66cb740eb5e19dc3321 commit: 069c85c97b3da239cbf2a00c2a0e1c7bb26e25b4 Author: David Roman gmail com> AuthorDate: Mon Jun 17 09:53:57 2024 +0000 Commit: Louis Sautier gentoo org> CommitDate: Tue Jun 25 20:15:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069c85c9 dev-db/influxdb: fix rust build issue Closes: https://bugs.gentoo.org/933394 Signed-off-by: David Roman gmail.com> Signed-off-by: Louis Sautier gentoo.org> dev-db/influxdb/influxdb-2.7.5.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-db/influxdb/influxdb-2.7.5.ebuild b/dev-db/influxdb/influxdb-2.7.5.ebuild index 32422fb6df90..f3db16a9392b 100644 --- a/dev-db/influxdb/influxdb-2.7.5.ebuild +++ b/dev-db/influxdb/influxdb-2.7.5.ebuild @@ -207,7 +207,10 @@ KEYWORDS="~amd64" IUSE="test" RESTRICT="!test? ( test )" -BDEPEND="virtual/pkgconfig" +BDEPEND=" + virtual/pkgconfig +