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 03:21:10
Message-Id: 1598498379.420633dd2d8d7153dd911b986d1b7a0d8b5689b3.gyakovlev@gentoo
1 commit: 420633dd2d8d7153dd911b986d1b7a0d8b5689b3
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 03:19:27 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 03:19:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=420633dd
7
8 sys-fs/zfs: update live ebuild, add nls useflag
9
10 and avoid automagic gettext/intl dep
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 sys-fs/zfs/zfs-9999.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
19 index 4c5e4f2901c..c27a5483179 100644
20 --- a/sys-fs/zfs/zfs-9999.ebuild
21 +++ b/sys-fs/zfs/zfs-9999.ebuild
22 @@ -21,7 +21,7 @@ fi
23
24 LICENSE="BSD-2 CDDL MIT"
25 SLOT="0"
26 -IUSE="custom-cflags debug kernel-builtin libressl minimal pam python +rootfs test-suite static-libs"
27 +IUSE="custom-cflags debug kernel-builtin libressl minimal nls pam python +rootfs test-suite static-libs"
28
29 DEPEND="
30 net-libs/libtirpc[static-libs?]
31 @@ -40,6 +40,7 @@ DEPEND="
32
33 BDEPEND="virtual/awk
34 virtual/pkgconfig
35 + nls? ( sys-devel/gettext )
36 python? (
37 dev-python/setuptools[${PYTHON_USEDEP}]
38 )