commit: 36f9294d67785f6cda0aa0e19692fb6ee8c8a69b Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sat Aug 17 20:30:30 2019 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sat Aug 17 20:43:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f9294d
profiles: mask zfs[static-libs] on systemd profiles Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/targets/systemd/package.use.mask | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/targets/systemd/package.use.mask b/profiles/targets/systemd/package.use.mask index ea352ad9aeb..2fe7deeddea 100644 --- a/profiles/targets/systemd/package.use.mask +++ b/profiles/targets/systemd/package.use.mask @@ -15,6 +15,7 @@ virtual/libudev static-libs sys-fs/cryptsetup static static-libs sys-fs/lvm2 static static-libs sys-fs/dmraid static +sys-fs/zfs static-libs dev-libs/libgudev static-libs # These are actually possible, but only if you USE=-udev when building pciutils. # But package.use.mask doesn't have a way to express that, so this profile loses.
