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 07F4415815E for ; Tue, 6 Feb 2024 05:36:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BB77E2A95; Tue, 6 Feb 2024 05:36:27 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8CF0E2A95 for ; Tue, 6 Feb 2024 05:36: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 1FE383430B6 for ; Tue, 6 Feb 2024 05:36:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55E67105D for ; Tue, 6 Feb 2024 05:36:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1707197774.18c086594f0a3ba9109b8d61c38c766db43e8bcd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnvme/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libnvme/libnvme-1.7.1-r1.ebuild X-VCS-Directories: sys-libs/libnvme/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 18c086594f0a3ba9109b8d61c38c766db43e8bcd X-VCS-Branch: master Date: Tue, 6 Feb 2024 05:36: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: 20c5d6c1-3cf7-4133-a25c-beeb6413727f X-Archives-Hash: 8f0d084e996c0be161d469b565df52b8 commit: 18c086594f0a3ba9109b8d61c38c766db43e8bcd Author: Sam James gentoo org> AuthorDate: Tue Feb 6 05:36:10 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 6 05:36:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c08659 sys-libs/libnvme: fix disable-python value Closes: https://bugs.gentoo.org/923859 Bug: https://bugs.gentoo.org/923853 Signed-off-by: Sam James gentoo.org> sys-libs/libnvme/libnvme-1.7.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libnvme/libnvme-1.7.1-r1.ebuild b/sys-libs/libnvme/libnvme-1.7.1-r1.ebuild index 5dce034744c3..bc07dd00ff7c 100644 --- a/sys-libs/libnvme/libnvme-1.7.1-r1.ebuild +++ b/sys-libs/libnvme/libnvme-1.7.1-r1.ebuild @@ -37,7 +37,7 @@ BDEPEND=" src_configure() { local emesonargs=( - -Dpython=false + -Dpython=disabled $(meson_use test tests) $(meson_feature json json-c) $(meson_feature dbus libdbus)