From 0ab8abd736942d7a24fc6b15b460be4fd02361a8 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Fri, 28 Aug 2020 12:15:36 -0700 Subject: [PATCH] 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 --- sys-fs/zfs/zfs-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index 55317293..1a24ecab 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)