diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-12-10 21:16:31 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-12-10 21:22:20 +0000 |
commit | 3a39b79920d42e04cab0c923232a9337829f89bf (patch) | |
tree | 22b73befb1c449a104229e0b374c5f195cc9d618 /profiles/hardened | |
parent | app-text/sablotron: stable 1.0.3-r1 for hppa/ppc/ppc64, bug #640516 (diff) | |
download | gentoo-3a39b79920d42e04cab0c923232a9337829f89bf.tar.gz gentoo-3a39b79920d42e04cab0c923232a9337829f89bf.tar.bz2 gentoo-3a39b79920d42e04cab0c923232a9337829f89bf.zip |
profiles: mask <net-firewall/fwbuilder-5.3.7 on musl and uclibc
Both require dev-libs/elfutils (works only on glibc).
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/musl/package.mask | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/hardened/linux/musl/package.mask b/profiles/hardened/linux/musl/package.mask index 0a53545f7613..c4367eb84875 100644 --- a/profiles/hardened/linux/musl/package.mask +++ b/profiles/hardened/linux/musl/package.mask @@ -11,9 +11,13 @@ sys-libs/glibc # We use eudev which is tested on both uclibc and musl sys-apps/systemd sys-fs/udev -# + +# dev-libs/elfutils needs a port to musl, bug #602126 dev-libs/elfutils +# packages that unconditionally depend on dev-libs/elfutils +<net-firewall/fwbuilder-5.3.7 + # packages that need masked packages or multilib dev-games/gtkradiant dev-games/ps2-packer |