diff options
author | 2020-08-27 00:19:51 -0700 | |
---|---|---|
committer | 2020-08-27 00:28:12 -0700 | |
commit | 752d62026387f97b6bfbe1182b694b908596f06e (patch) | |
tree | 3a720c9acff04480331b098d9276cb7f9d9821b2 /sys-fs | |
parent | sys-fs/zfs: update live ebuild, call python_setup conditionally (diff) | |
download | gentoo-752d62026387f97b6bfbe1182b694b908596f06e.tar.gz gentoo-752d62026387f97b6bfbe1182b694b908596f06e.tar.bz2 gentoo-752d62026387f97b6bfbe1182b694b908596f06e.zip |
sys-fs/zfs: update live ebuild, really toggle nls
Reported-by: [Arfrever]
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs/zfs-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index 510e04cc768b..032c65ef8007 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -140,6 +140,7 @@ src_configure() { --with-systemdunitdir="$(systemd_get_systemunitdir)" --with-systemdpresetdir="${EPREFIX}/lib/systemd/system-preset" $(use_enable debug) + $(use_enable nls) $(use_enable pam) $(use_enable python pyzfs) $(use_enable static-libs static) |