commit: ba65982faccd363da37bc8953ee51b4475727876 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Feb 6 02:56:06 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Feb 6 02:56:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba65982f
sys-libs/libnvme: fix Python configuration Clearly an error, as we already disable it at the beginning of the array, even. The generic build should have no Python involved. The later builds handle Python per-impl. Closes: https://bugs.gentoo.org/923853 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/libnvme/libnvme-1.6-r1.ebuild | 3 +-- sys-libs/libnvme/libnvme-1.6-r2.ebuild | 3 +-- sys-libs/libnvme/libnvme-1.6.ebuild | 3 +-- sys-libs/libnvme/libnvme-1.7.1.ebuild | 1 - 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/sys-libs/libnvme/libnvme-1.6-r1.ebuild b/sys-libs/libnvme/libnvme-1.6-r1.ebuild index f4ec08793b9f..14169a41d0d8 100644 --- a/sys-libs/libnvme/libnvme-1.6-r1.ebuild +++ b/sys-libs/libnvme/libnvme-1.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -48,7 +48,6 @@ src_configure() { $(meson_feature dbus libdbus) $(meson_feature keyutils) $(meson_feature ssl openssl) - $(meson_feature python) ) meson_src_configure } diff --git a/sys-libs/libnvme/libnvme-1.6-r2.ebuild b/sys-libs/libnvme/libnvme-1.6-r2.ebuild index 99790bc67429..ea83a7bc434b 100644 --- a/sys-libs/libnvme/libnvme-1.6-r2.ebuild +++ b/sys-libs/libnvme/libnvme-1.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -50,7 +50,6 @@ src_configure() { $(meson_feature dbus libdbus) $(meson_feature keyutils) $(meson_feature ssl openssl) - $(meson_feature python) ) meson_src_configure } diff --git a/sys-libs/libnvme/libnvme-1.6.ebuild b/sys-libs/libnvme/libnvme-1.6.ebuild index 2937331ef7b9..8f1a33ea55fa 100644 --- a/sys-libs/libnvme/libnvme-1.6.ebuild +++ b/sys-libs/libnvme/libnvme-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -47,7 +47,6 @@ src_configure() { $(meson_feature dbus libdbus) $(meson_feature keyutils) $(meson_feature ssl openssl) - $(meson_feature python) ) meson_src_configure } diff --git a/sys-libs/libnvme/libnvme-1.7.1.ebuild b/sys-libs/libnvme/libnvme-1.7.1.ebuild index 0ee4043171d1..5dce034744c3 100644 --- a/sys-libs/libnvme/libnvme-1.7.1.ebuild +++ b/sys-libs/libnvme/libnvme-1.7.1.ebuild @@ -43,7 +43,6 @@ src_configure() { $(meson_feature dbus libdbus) $(meson_feature keyutils) $(meson_feature ssl openssl) - $(meson_feature python) ) meson_src_configure }