Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/hardened/linux/musl/
Date: Thu, 03 Mar 2016 20:12:23
Message-Id: 1457035839.bf795abcad63d3c4747ec8909bdc4697bb3b0e5a.axs@gentoo
1 commit: bf795abcad63d3c4747ec8909bdc4697bb3b0e5a
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 20:10:39 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 20:10:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf795abc
7
8 profiles/hardened/musl - package.use.force system-libevent on mozilla packages
9
10 Force system-libevent use flag on mozilla packages, since the building of
11 bundled libevent cannot accomodate a system without sysctl.h
12
13 Bug: https://bugs.gentoo.org/574830
14
15 profiles/hardened/linux/musl/package.use.force | 10 ++++++++++
16 1 file changed, 10 insertions(+)
17
18 diff --git a/profiles/hardened/linux/musl/package.use.force b/profiles/hardened/linux/musl/package.use.force
19 new file mode 100644
20 index 0000000..ef49726
21 --- /dev/null
22 +++ b/profiles/hardened/linux/musl/package.use.force
23 @@ -0,0 +1,10 @@
24 +# Copyright 1999-2015 Gentoo Foundation.
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Id$
27 +
28 +# Force system-libevent use flag on mozilla packages, since the building of
29 +# bundled libevent cannot accomodate a system without sysctl.h
30 +# See bug 574830 for more info.
31 +>=www-client/firefox-45.0 system-libevent
32 +>=www-client/seamonkey-2.40 system-libevent
33 +>=mail-client/thunderbird-45.0 system-libevent