commit:     a133a5b9e3cdc55c0625c9767acec59afcc005e5
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 07:16:11 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 07:28:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a133a5b9

sys-fs/zfs: update live ebuild, call python_setup conditionally

Reported-by: [Arfrever]
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-fs/zfs/zfs-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
index c27a5483179..510e04cc768 100644
--- a/sys-fs/zfs/zfs-9999.ebuild
+++ b/sys-fs/zfs/zfs-9999.ebuild
@@ -121,7 +121,7 @@ src_prepare() {
 
 src_configure() {
        use custom-cflags || strip-flags
-       python_setup
+       use minimal || python_setup
 
        local myconf=(
                --bindir="${EPREFIX}/bin"

Reply via email to