diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-11-10 00:33:20 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-11-10 00:48:33 -0500 |
commit | 2eedc084d93b84be36a44123f6e51618a919dbc3 (patch) | |
tree | 32d8c7e06cad761d5166ca71a331e0395663652f /profiles | |
parent | dev-util/ccache: version bump to 3.3.3 #598866 (diff) | |
download | gentoo-2eedc084d93b84be36a44123f6e51618a919dbc3.tar.gz gentoo-2eedc084d93b84be36a44123f6e51618a919dbc3.tar.bz2 gentoo-2eedc084d93b84be36a44123f6e51618a919dbc3.zip |
sys-apps/pciutils: update lib deps
Newer pciutils links against libudev directly so make sure the static
logic propagates correctly out to it.
Also drop old multilib logic that no longer matters.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/targets/systemd/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/targets/systemd/package.use.mask b/profiles/targets/systemd/package.use.mask index 9795831b8ca1..8ee9292b9b6e 100644 --- a/profiles/targets/systemd/package.use.mask +++ b/profiles/targets/systemd/package.use.mask @@ -20,3 +20,7 @@ sys-fs/cryptsetup static static-libs sys-fs/lvm2 static static-libs sys-fs/dmraid static 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 |