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 08:24:10
Message-Id: 1598515707.5a643c70cf7fa702741f8c4dadbad60097b05d0a.gyakovlev@gentoo
1 commit: 5a643c70cf7fa702741f8c4dadbad60097b05d0a
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 08:02:47 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 08:08:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a643c70
7
8 sys-fs/zfs: backport nls useflag to 0.8.4
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 sys-fs/zfs/zfs-0.8.4-r2.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/sys-fs/zfs/zfs-0.8.4-r2.ebuild b/sys-fs/zfs/zfs-0.8.4-r2.ebuild
17 index b24ddaf0dcb..50fa48c210c 100644
18 --- a/sys-fs/zfs/zfs-0.8.4-r2.ebuild
19 +++ b/sys-fs/zfs/zfs-0.8.4-r2.ebuild
20 @@ -21,7 +21,7 @@ fi
21
22 LICENSE="BSD-2 CDDL MIT"
23 SLOT="0"
24 -IUSE="custom-cflags debug kernel-builtin libressl python +rootfs test-suite static-libs"
25 +IUSE="custom-cflags debug kernel-builtin libressl nls python +rootfs test-suite static-libs"
26
27 DEPEND="
28 ${PYTHON_DEPS}
29 @@ -39,6 +39,7 @@ DEPEND="
30
31 BDEPEND="virtual/awk
32 virtual/pkgconfig
33 + nls? ( sys-devel/gettext )
34 python? (
35 dev-python/setuptools[${PYTHON_USEDEP}]
36 )
37 @@ -136,6 +137,7 @@ src_configure() {
38 --with-systemdunitdir="$(systemd_get_systemunitdir)"
39 --with-systemdpresetdir="${EPREFIX}/lib/systemd/system-preset"
40 $(use_enable debug)
41 + $(use_enable nls)
42 $(use_enable python pyzfs)
43 $(use_enable static-libs static)
44 )