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 A45C61382C5 for ; Sun, 6 Dec 2020 17:23:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03DFEE0993; Sun, 6 Dec 2020 17:23:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E2113E0993 for ; Sun, 6 Dec 2020 17:23:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D8E7334081F for ; Sun, 6 Dec 2020 17:23:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EF293A6 for ; Sun, 6 Dec 2020 17:23:53 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1607275412.fe21321acbb25da213b14b304bd02178bcf4fd16.floppym@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: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: fe21321acbb25da213b14b304bd02178bcf4fd16 X-VCS-Branch: master Date: Sun, 6 Dec 2020 17:23:53 +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: 3a6e14ba-6d93-4735-bffa-74266b559f47 X-Archives-Hash: ae837d5c4a79d969adde04a441e2417f commit: fe21321acbb25da213b14b304bd02178bcf4fd16 Author: Mike Gilbert gentoo org> AuthorDate: Sun Dec 6 06:26:25 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Dec 6 17:23:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe21321a profiles: remove static-libs masks from systemd target Closes: https://bugs.gentoo.org/758707 Signed-off-by: Mike Gilbert gentoo.org> profiles/targets/systemd/package.use.mask | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/profiles/targets/systemd/package.use.mask b/profiles/targets/systemd/package.use.mask deleted file mode 100644 index 2fe7deeddea..00000000000 --- a/profiles/targets/systemd/package.use.mask +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Rick Farina (2017-03-04) -# requires libusb[static-libs] which requires libudev[static-libs], all masked -net-wireless/ubertooth static-libs - -# Rick Farina (2016-02-03) -# dev-libs/libusb[static-libs] requires libudev[static-libs] which is masked below -dev-libs/libusb static-libs - -# 'static-libs' support on sys-apps/systemd is not provided -virtual/libgudev static-libs -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. -sys-apps/flashrom static -sys-apps/pciutils static-libs