public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86-fbsd/, profiles/default/linux/uclibc/, ...
@ 2018-01-12  9:33 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-01-12  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     7bfba48776924ad8352385307151580495b23d2a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 09:32:21 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 09:33:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bfba487

profiles: Mask some flags that have masked dependent flags

 profiles/arch/amd64-fbsd/todo/package.use.mask         |  4 ++--
 profiles/arch/arm64/package.use.mask                   | 11 ++++++++++-
 profiles/arch/mips/package.use.mask                    |  6 +++++-
 profiles/arch/x86-fbsd/package.use.mask                |  6 +++++-
 profiles/default/bsd/package.use.mask                  |  4 ++--
 profiles/default/linux/uclibc/package.use.mask         |  7 ++++++-
 profiles/hardened/linux/powerpc/ppc64/package.use.mask |  6 ++++++
 7 files changed, 36 insertions(+), 8 deletions(-)

diff --git a/profiles/arch/amd64-fbsd/todo/package.use.mask b/profiles/arch/amd64-fbsd/todo/package.use.mask
index 9e862a931d0..15e8006cfb0 100644
--- a/profiles/arch/amd64-fbsd/todo/package.use.mask
+++ b/profiles/arch/amd64-fbsd/todo/package.use.mask
@@ -72,7 +72,7 @@ net-libs/glib-networking libproxy
 net-libs/neon pkcs11
 
 # app-text/texlive[extra]
-app-doc/doxygen latex
+app-doc/doxygen latex doc
 
 # x11-misc/colord
 x11-libs/gtk+ colord
@@ -118,7 +118,7 @@ media-video/mplayer nas
 net-misc/ntp openntpd
 
 # fails to build, need to investigate why
-net-libs/webkit-gtk introspection
+net-libs/webkit-gtk geolocation introspection
 
 # virtual/mysql
 sci-mathematics/glpk mysql

diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index 3573fd0df32..ffe49921481 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,15 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (12 Jan 2018)
+# Requires USE=sdl that is masked in this profile.
+media-video/mjpegtools sdlgfx
+
+# Michał Górny <mgorny@gentoo.org> (12 Jan 2018)
+# Those require USE=doc that is masked in this profile.
+dev-python/python-glanceclient test
+dev-python/python-neutronclient test
+
 # NeddySeagoon <neddysegoon@gentoo.org> 24 Aug 2017
 # Support for g15daemon  still needs -9999 packages on all arches 
 media-sound/mumble g15

diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask
index 0dc3cf8e9c6..6c23a4598d8 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (12 Jan 2018)
+# Requires dependency flags that are masked in this profile.
+media-libs/sdl-mixer midi
+
 # Michał Górny <mgorny@gentoo.org> (30 Dec 2017)
 # Moved from use.mask since they are flags local to one package.
 sys-kernel/mips-sources -ip27 -ip28 -ip30

diff --git a/profiles/arch/x86-fbsd/package.use.mask b/profiles/arch/x86-fbsd/package.use.mask
index 3eca6ee5104..c68b05ffdbb 100644
--- a/profiles/arch/x86-fbsd/package.use.mask
+++ b/profiles/arch/x86-fbsd/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (12 Jan 2018)
+# Requires USE=qt5 that is masked in this profile.
+media-video/vlc skins
+
 # Thomas Deutschmann <whissi@gentoo.org> (26 Oct 2017)
 # idn: Needs net-dns/libidn2 which is not keyworded
 # uuid: Needs sys-apps/util-linux which is not keyworded

diff --git a/profiles/default/bsd/package.use.mask b/profiles/default/bsd/package.use.mask
index 1f363fbf97f..36c55aea30d 100644
--- a/profiles/default/bsd/package.use.mask
+++ b/profiles/default/bsd/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # Fabian Groffen <grobian@gentoo.org> (07 Dec 2016)
@@ -72,7 +72,7 @@ www-client/links livecd
 
 # needs udev
 kde-frameworks/kdelibs udisks upower
-media-libs/mesa gbm dri3
+media-libs/mesa gbm dri3 d3d9
 x11-base/xorg-drivers video_cards_radeonsi
 x11-drivers/xf86-video-ati glamor
 

diff --git a/profiles/default/linux/uclibc/package.use.mask b/profiles/default/linux/uclibc/package.use.mask
index 5c7b9a9d7a6..d50e095b028 100644
--- a/profiles/default/linux/uclibc/package.use.mask
+++ b/profiles/default/linux/uclibc/package.use.mask
@@ -1,6 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (12 Jan 2018)
+# Those require USE=java that is masked in this profile.
+app-emulation/virtualbox vboxwebsrv
+app-office/libreoffice libreoffice_extensions_wiki-publisher
+
 # Thomas Deutschmann <whissi@gentoo.org> (21 Jan 2017)
 # Mask due Gnome3 not going to be stabilized on this arch
 # due to uclibc

diff --git a/profiles/hardened/linux/powerpc/ppc64/package.use.mask b/profiles/hardened/linux/powerpc/ppc64/package.use.mask
new file mode 100644
index 00000000000..0a7da57f7a4
--- /dev/null
+++ b/profiles/hardened/linux/powerpc/ppc64/package.use.mask
@@ -0,0 +1,6 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Michał Górny <mgorny@gentoo.org> (12 Jan 2018)
+# Requires USE=guile that is masked in this profile.
+net-libs/gnutls test-full


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-12  9:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-12  9:33 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86-fbsd/, profiles/default/linux/uclibc/, 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