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: 1598513292.752d62026387f97b6bfbe1182b694b908596f06e.gyakovlev@gentoo
1 commit: 752d62026387f97b6bfbe1182b694b908596f06e
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 07:19:51 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 07:28:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752d6202
7
8 sys-fs/zfs: update live ebuild, really toggle nls
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 | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
18 index 510e04cc768..032c65ef800 100644
19 --- a/sys-fs/zfs/zfs-9999.ebuild
20 +++ b/sys-fs/zfs/zfs-9999.ebuild
21 @@ -140,6 +140,7 @@ src_configure() {
22 --with-systemdunitdir="$(systemd_get_systemunitdir)"
23 --with-systemdpresetdir="${EPREFIX}/lib/systemd/system-preset"
24 $(use_enable debug)
25 + $(use_enable nls)
26 $(use_enable pam)
27 $(use_enable python pyzfs)
28 $(use_enable static-libs static)