From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C785A138334 for ; Sat, 17 Aug 2019 20:44:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 297C9E0949; Sat, 17 Aug 2019 20:44:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FFABE0949 for ; Sat, 17 Aug 2019 20:44:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F9AE349CE5 for ; Sat, 17 Aug 2019 20:44:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D16C761 for ; Sat, 17 Aug 2019 20:43:59 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1566074594.36f9294d67785f6cda0aa0e19692fb6ee8c8a69b.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/targets/systemd/package.use.mask X-VCS-Directories: profiles/targets/systemd/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 36f9294d67785f6cda0aa0e19692fb6ee8c8a69b X-VCS-Branch: master Date: Sat, 17 Aug 2019 20:43:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5feba99c-e368-4703-91c0-068f5491b349 X-Archives-Hash: 656d8c1fe471427252b0f0121049c591 commit: 36f9294d67785f6cda0aa0e19692fb6ee8c8a69b Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Aug 17 20:30:30 2019 +0000 Commit: Georgy Yakovlev gentoo 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 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.