diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2016-03-03 15:10:39 -0500 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2016-03-03 15:10:39 -0500 |
commit | bf795abcad63d3c4747ec8909bdc4697bb3b0e5a (patch) | |
tree | 45de5a19db0bcce3a115789e52a3202b10e67b79 /profiles/hardened | |
parent | dev-libs/icu: Backport fix for bug 573294 (diff) | |
download | gentoo-bf795abcad63d3c4747ec8909bdc4697bb3b0e5a.tar.gz gentoo-bf795abcad63d3c4747ec8909bdc4697bb3b0e5a.tar.bz2 gentoo-bf795abcad63d3c4747ec8909bdc4697bb3b0e5a.zip |
profiles/hardened/musl - package.use.force system-libevent on mozilla packages
Force system-libevent use flag on mozilla packages, since the building of
bundled libevent cannot accomodate a system without sysctl.h
Bug: https://bugs.gentoo.org/574830
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/musl/package.use.force | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/hardened/linux/musl/package.use.force b/profiles/hardened/linux/musl/package.use.force new file mode 100644 index 000000000000..ef4972605609 --- /dev/null +++ b/profiles/hardened/linux/musl/package.use.force @@ -0,0 +1,10 @@ +# Copyright 1999-2015 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Force system-libevent use flag on mozilla packages, since the building of +# bundled libevent cannot accomodate a system without sysctl.h +# See bug 574830 for more info. +>=www-client/firefox-45.0 system-libevent +>=www-client/seamonkey-2.40 system-libevent +>=mail-client/thunderbird-45.0 system-libevent |