Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/uclibc/, profiles/hardened/linux/musl/
Date: Sun, 10 Dec 2017 21:22:28
Message-Id: 1512940940.3a39b79920d42e04cab0c923232a9337829f89bf.slyfox@gentoo
1 commit: 3a39b79920d42e04cab0c923232a9337829f89bf
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 21:16:31 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 21:22:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a39b799
7
8 profiles: mask <net-firewall/fwbuilder-5.3.7 on musl and uclibc
9
10 Both require dev-libs/elfutils (works only on glibc).
11
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 profiles/default/linux/uclibc/package.mask | 3 +++
15 profiles/hardened/linux/musl/package.mask | 6 +++++-
16 2 files changed, 8 insertions(+), 1 deletion(-)
17
18 diff --git a/profiles/default/linux/uclibc/package.mask b/profiles/default/linux/uclibc/package.mask
19 index b257ae14c4f..da2e709730f 100644
20 --- a/profiles/default/linux/uclibc/package.mask
21 +++ b/profiles/default/linux/uclibc/package.mask
22 @@ -12,6 +12,9 @@ sys-fs/udev
23 # Working on it, bug #470884
24 dev-libs/elfutils
25
26 +# packages that unconditionally depend on dev-libs/elfutils
27 +<net-firewall/fwbuilder-5.3.7
28 +
29 # These binary pkgs have a hard dep on glibc; make repoman shut up
30 app-arch/rar
31 dev-games/gtkradiant
32
33 diff --git a/profiles/hardened/linux/musl/package.mask b/profiles/hardened/linux/musl/package.mask
34 index 0a53545f761..c4367eb8487 100644
35 --- a/profiles/hardened/linux/musl/package.mask
36 +++ b/profiles/hardened/linux/musl/package.mask
37 @@ -11,9 +11,13 @@ sys-libs/glibc
38 # We use eudev which is tested on both uclibc and musl
39 sys-apps/systemd
40 sys-fs/udev
41 -#
42 +
43 +# dev-libs/elfutils needs a port to musl, bug #602126
44 dev-libs/elfutils
45
46 +# packages that unconditionally depend on dev-libs/elfutils
47 +<net-firewall/fwbuilder-5.3.7
48 +
49 # packages that need masked packages or multilib
50 dev-games/gtkradiant
51 dev-games/ps2-packer