diff options
author | Felix Janda <felix.janda@posteo.de> | 2016-09-24 06:43:24 -0400 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-25 12:28:34 +0100 |
commit | 04a440e96b6979cdda8e3fc583ff310575d004ab (patch) | |
tree | 5ddf09d164c1752339567b89b1107a4a2a00eb47 /profiles/default/linux | |
parent | 669cbb8bdcf4094769eb2b87382a366b35135a21 (diff) | |
download | gentoo-04a440e96b6979cdda8e3fc583ff310575d004ab.tar.gz gentoo-04a440e96b6979cdda8e3fc583ff310575d004ab.tar.xz |
profiles: update package.use.mask for net-dns/dnsmasq[conntrack]
net-libs/libnetfilter_conntrack is stable on alpha, arm, mips and
ppc; so no masking is needed on these archs. It is also unecessary
for nios since neither dnsmasq nor libnetfilter_conntrack have
keywords there. On the other hand, a mask is required for the
FreeBSD and mips profiles since there dnsmasq is keyworded while
libnetfilter_conntrack is not.
Bug: https://bugs.gentoo.org/585542
Closes: https://github.com/gentoo/gentoo/pull/2399
Diffstat (limited to 'profiles/default/linux')
-rw-r--r-- | profiles/default/linux/uclibc/mips/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/default/linux/uclibc/mips/package.use.mask b/profiles/default/linux/uclibc/mips/package.use.mask index f18f3060816..5b9f6677fa0 100644 --- a/profiles/default/linux/uclibc/mips/package.use.mask +++ b/profiles/default/linux/uclibc/mips/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Felix Janda <felix.janda@posteo.de> (24 Sep 2016) +# net-libs/libnetfilter_conntrack is not keyworded on mips +net-dns/dnsmasq conntrack + # Thomas Deutschmann <whissi@gentoo.org> (23 Aug 2016) # net-libs/openpgm is not keyworded on mips net-libs/zeromq pgm |