diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-08-28 12:15:36 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-08-28 12:52:13 -0700 |
commit | b87f490d0b7e66e51cc2c9d159ebee1e238db9f1 (patch) | |
tree | c0c8b02808e16ca4727be2d01695045cdf793bfd /sys-fs/zfs | |
parent | dev-perl/File-HomeDir: Bump to version 1.4.0 (diff) | |
download | gentoo-b87f490d0b7e66e51cc2c9d159ebee1e238db9f1.tar.gz gentoo-b87f490d0b7e66e51cc2c9d159ebee1e238db9f1.tar.bz2 gentoo-b87f490d0b7e66e51cc2c9d159ebee1e238db9f1.zip |
sys-fs/zfs: update live ebuild, pass --with-vendor=gentoo
Upstream PR: https://github.com/openzfs/zfs/pull/10835
Bug: https://bugs.gentoo.org/712902
Bug: https://bugs.gentoo.org/739234
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs/zfs')
-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 55317293ed4b..1a24ecab027a 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -141,6 +141,7 @@ src_configure() { --with-pammoduledir="$(getpam_mod_dir)" --with-systemdunitdir="$(systemd_get_systemunitdir)" --with-systemdpresetdir="${EPREFIX}/lib/systemd/system-preset" + --with-vendor=gentoo $(use_enable debug) $(use_enable nls) $(use_enable pam) |