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: Fri, 28 Aug 2020 19:52:41
Message-Id: 1598644333.b87f490d0b7e66e51cc2c9d159ebee1e238db9f1.gyakovlev@gentoo
1 commit: b87f490d0b7e66e51cc2c9d159ebee1e238db9f1
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 19:15:36 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 19:52:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87f490d
7
8 sys-fs/zfs: update live ebuild, pass --with-vendor=gentoo
9
10 Upstream PR: https://github.com/openzfs/zfs/pull/10835
11 Bug: https://bugs.gentoo.org/712902
12 Bug: https://bugs.gentoo.org/739234
13 Package-Manager: Portage-3.0.4, Repoman-3.0.1
14 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
15
16 sys-fs/zfs/zfs-9999.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
20 index 55317293ed4..1a24ecab027 100644
21 --- a/sys-fs/zfs/zfs-9999.ebuild
22 +++ b/sys-fs/zfs/zfs-9999.ebuild
23 @@ -141,6 +141,7 @@ src_configure() {
24 --with-pammoduledir="$(getpam_mod_dir)"
25 --with-systemdunitdir="$(systemd_get_systemunitdir)"
26 --with-systemdpresetdir="${EPREFIX}/lib/systemd/system-preset"
27 + --with-vendor=gentoo
28 $(use_enable debug)
29 $(use_enable nls)
30 $(use_enable pam)