diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-12-06 01:26:25 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-12-06 12:23:32 -0500 |
commit | fe21321acbb25da213b14b304bd02178bcf4fd16 (patch) | |
tree | d8d04b4154acb55aacc1ac76cd1edeedb719b082 /profiles/targets/systemd | |
parent | sci-chemistry/vmd: Update fetch restriction message (diff) | |
download | gentoo-fe21321acbb25da213b14b304bd02178bcf4fd16.tar.gz gentoo-fe21321acbb25da213b14b304bd02178bcf4fd16.tar.bz2 gentoo-fe21321acbb25da213b14b304bd02178bcf4fd16.zip |
profiles: remove static-libs masks from systemd target
Closes: https://bugs.gentoo.org/758707
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'profiles/targets/systemd')
-rw-r--r-- | profiles/targets/systemd/package.use.mask | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/profiles/targets/systemd/package.use.mask b/profiles/targets/systemd/package.use.mask deleted file mode 100644 index 2fe7deeddea1..000000000000 --- 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 <zerochaos@gentoo.org> (2017-03-04) -# requires libusb[static-libs] which requires libudev[static-libs], all masked -net-wireless/ubertooth static-libs - -# Rick Farina <zerochaos@gentoo.org> (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 |