* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/nios2/, profiles/arch/mips/, profiles/arch/alpha/, ...
@ 2016-11-25 11:29 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2016-11-25 11:29 UTC (permalink / raw
To: gentoo-commits
commit: 04a440e96b6979cdda8e3fc583ff310575d004ab
Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Sat Sep 24 10:43:24 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 11:28:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a440e9
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
profiles/arch/alpha/package.use.mask | 4 ----
profiles/arch/arm/package.use.mask | 4 ----
profiles/arch/mips/package.use.mask | 4 ++++
profiles/arch/nios2/package.use.mask | 4 ----
profiles/arch/powerpc/ppc64/64ul/package.use.mask | 4 ----
profiles/default/bsd/fbsd/package.use.mask | 4 ++++
profiles/default/linux/uclibc/mips/package.use.mask | 4 ++++
7 files changed, 12 insertions(+), 16 deletions(-)
diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask
index 89cd486..f3a3cc2 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -311,10 +311,6 @@ net-libs/webkit-gtk webkit2
# mask use numa for openmpi
sys-cluster/openmpi openmpi_fabrics_psm openmpi_fabrics_knem openmpi_fabrics_open-mx openmpi_fabrics_ofed openmpi_fabrics_dapl openmpi_rm_slurm openmpi_ofed_features_rdmacm
-# Patrick McLean <chutzpah@gentoo.org> (08 Nov 2011)
-# mask conntrack USE flag for dnsmasq as dep is not keyworded
-net-dns/dnsmasq conntrack
-
# Tobias Klausmann <klausman@gentoo.org> (02 Nov 2011)
# libpcre jit is not supported on alpha
dev-libs/libpcre jit
diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask
index 10c4b89..cbdbfe6 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -471,10 +471,6 @@ dev-qt/qtdeclarative -jit
dev-qt/qtscript -jit
dev-qt/qtwebkit -jit
-# Patrick McLean <chutzpah@gentoo.org> (08 Nov 2011)
-# mask conntrack USE flag for dnsmasq as dep is not keyworded
-net-dns/dnsmasq conntrack
-
# Alexandre Rostovtsev <tetromino@gentoo.org> (03 Nov 2011)
# Missing keywords in gst-plugins-{faac,lame,speex,twolame}, bug #389433
gnome-extra/gnome-media aac mp3 speex twolame
diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask
index 7610a72..4933ccb 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/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
diff --git a/profiles/arch/nios2/package.use.mask b/profiles/arch/nios2/package.use.mask
index 6dac8c2..dc85f13 100644
--- a/profiles/arch/nios2/package.use.mask
+++ b/profiles/arch/nios2/package.use.mask
@@ -199,10 +199,6 @@ www-client/epiphany -jit
# keyworded for arm
net-misc/tinc vde
-# Patrick McLean <chutzpah@gentoo.org> (08 Nov 2011)
-# mask conntrack USE flag for dnsmasq as dep is not keyworded
-net-dns/dnsmasq conntrack
-
# Alexandre Rostovtsev <tetromino@gentoo.org> (03 Nov 2011)
# Missing keywords in gst-plugins-{faac,lame,speex,twolame}, bug #389433
gnome-extra/gnome-media aac mp3 speex twolame
diff --git a/profiles/arch/powerpc/ppc64/64ul/package.use.mask b/profiles/arch/powerpc/ppc64/64ul/package.use.mask
index 04d34f7..92f402e 100644
--- a/profiles/arch/powerpc/ppc64/64ul/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/64ul/package.use.mask
@@ -10,10 +10,6 @@
# Mask because requires a lot of unstable depends not ready for the stabilization
gnome-extra/nm-applet bluetooth
-# Patrick McLean <chutzpah@gentoo.org> (08 Nov 2011)
-# mask conntrack USE flag for dnsmasq as dep is not keyworded
-net-dns/dnsmasq conntrack
-
# Brent Baude <ranger@gentoo.org> (06 Jan 2010)
# masking toolame for mplayer bug 280281
media-video/mplayer toolame
diff --git a/profiles/default/bsd/fbsd/package.use.mask b/profiles/default/bsd/fbsd/package.use.mask
index e9bf0d3..341448d 100644
--- a/profiles/default/bsd/fbsd/package.use.mask
+++ b/profiles/default/bsd/fbsd/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 FreeBSD
+net-dns/dnsmasq conntrack
+
# Thomas Deutschmann <whissi@gentoo.org> (26 Aug 2016)
# libressl: dev-libs/libressl is a base package on FreeBSD
# jemalloc: dev-libs/jemalloc is not keyworded on FreeBSD
diff --git a/profiles/default/linux/uclibc/mips/package.use.mask b/profiles/default/linux/uclibc/mips/package.use.mask
index f18f306..5b9f667 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-11-25 11:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-25 11:29 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/nios2/, profiles/arch/mips/, profiles/arch/alpha/, Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox