commit: fe21321acbb25da213b14b304bd02178bcf4fd16 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Dec 6 06:26:25 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> 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 <floppym <AT> 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 <[email protected]> (2017-03-04) -# requires libusb[static-libs] which requires libudev[static-libs], all masked -net-wireless/ubertooth static-libs - -# Rick Farina <[email protected]> (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
