commit: 3a39b79920d42e04cab0c923232a9337829f89bf Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Dec 10 21:16:31 2017 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Dec 10 21:22:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a39b799
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 <AT> gentoo.org> profiles/default/linux/uclibc/package.mask | 3 +++ profiles/hardened/linux/musl/package.mask | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/profiles/default/linux/uclibc/package.mask b/profiles/default/linux/uclibc/package.mask index b257ae14c4f..da2e709730f 100644 --- a/profiles/default/linux/uclibc/package.mask +++ b/profiles/default/linux/uclibc/package.mask @@ -12,6 +12,9 @@ sys-fs/udev # Working on it, bug #470884 dev-libs/elfutils +# packages that unconditionally depend on dev-libs/elfutils +<net-firewall/fwbuilder-5.3.7 + # These binary pkgs have a hard dep on glibc; make repoman shut up app-arch/rar dev-games/gtkradiant diff --git a/profiles/hardened/linux/musl/package.mask b/profiles/hardened/linux/musl/package.mask index 0a53545f761..c4367eb8487 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
