Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/
Date: Thu, 27 Aug 2020 07:28:45
Message-Id: 1598513291.a133a5b9e3cdc55c0625c9767acec59afcc005e5.gyakovlev@gentoo
1 commit: a133a5b9e3cdc55c0625c9767acec59afcc005e5
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 07:16:11 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 07:28:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a133a5b9
7
8 sys-fs/zfs: update live ebuild, call python_setup conditionally
9
10 Reported-by: [Arfrever]
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 sys-fs/zfs/zfs-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
18 index c27a5483179..510e04cc768 100644
19 --- a/sys-fs/zfs/zfs-9999.ebuild
20 +++ b/sys-fs/zfs/zfs-9999.ebuild
21 @@ -121,7 +121,7 @@ src_prepare() {
22
23 src_configure() {
24 use custom-cflags || strip-flags
25 - python_setup
26 + use minimal || python_setup
27
28 local myconf=(
29 --bindir="${EPREFIX}/bin"