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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE64F158089 for ; Wed, 4 Oct 2023 07:40:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0DB32BC024; Wed, 4 Oct 2023 07:40:26 +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 CEB302BC024 for ; Wed, 4 Oct 2023 07:40:26 +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 D1C64335CB7 for ; Wed, 4 Oct 2023 07:40:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F35E97C for ; Wed, 4 Oct 2023 07:40:24 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1696404827.ed0f7df6ee155742aa63d39bb04f9b05bbbc5362.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/maturin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/maturin/maturin-1.3.0.ebuild X-VCS-Directories: dev-util/maturin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ed0f7df6ee155742aa63d39bb04f9b05bbbc5362 X-VCS-Branch: master Date: Wed, 4 Oct 2023 07:40:24 +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: e0b60fb9-e92d-44b1-9585-408de4e0e0ca X-Archives-Hash: 6cf48f55365ceaa2adda1de8991a046e commit: ed0f7df6ee155742aa63d39bb04f9b05bbbc5362 Author: Joonas Niilola gentoo org> AuthorDate: Wed Oct 4 07:33:47 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Oct 4 07:33:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0f7df6 dev-util/maturin: add missing bdep for pkgconfig on 1.3.0 " It looks like you're compiling on Linux and also targeting Linux. Currently this requires the `pkg-config` utility to find OpenSSL but unfortunately `pkg-config` could not be found. If you have OpenSSL installed you can likely fix this by installing `pkg-config`. " Signed-off-by: Joonas Niilola gentoo.org> dev-util/maturin/maturin-1.3.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/maturin/maturin-1.3.0.ebuild b/dev-util/maturin/maturin-1.3.0.ebuild index 59680a00d7cb..63d8133f97a1 100644 --- a/dev-util/maturin/maturin-1.3.0.ebuild +++ b/dev-util/maturin/maturin-1.3.0.ebuild @@ -399,6 +399,7 @@ RDEPEND="$(python_gen_cond_dep 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10)" DEPEND="ssl? ( dev-libs/openssl:= )" BDEPEND=" dev-python/setuptools-rust[${PYTHON_USEDEP}] + virtual/pkgconfig doc? ( app-text/mdbook ) test? ( ${RDEPEND}