commit:     bf795abcad63d3c4747ec8909bdc4697bb3b0e5a
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  3 20:10:39 2016 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Thu Mar  3 20:10:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf795abc

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

 profiles/hardened/linux/musl/package.use.force | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/profiles/hardened/linux/musl/package.use.force 
b/profiles/hardened/linux/musl/package.use.force
new file mode 100644
index 0000000..ef49726
--- /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

Reply via email to