commit:     bc6f0a1b6ceb93629fd72e748f40a944c6e3959a
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 22:39:05 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 22:39:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6f0a1b

profiles: stable mask the qt5 USE flag again on amd64 and hppa

Commit c6ca4fe305cf839dd62d20ea4136accfebe4c141 unmasked it
and broke the tree. We need to check all packages for deps
that aren't stable yet before unmasking again.

Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>

 profiles/arch/amd64/use.stable.mask |  6 +++++-
 profiles/arch/hppa/use.stable.mask  | 10 ++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/use.stable.mask 
b/profiles/arch/amd64/use.stable.mask
index a27a3da..ebaa2b7 100644
--- a/profiles/arch/amd64/use.stable.mask
+++ b/profiles/arch/amd64/use.stable.mask
@@ -1,10 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Davide Pesavento <[email protected]> (24 Aug 2015)
+# We need to check the whole tree for not-yet-stable deps before unmasking
+qt5
+
 # Mike Gilbert <[email protected]> (19 Oct 2014)
 # sys-libs/libapparmor
 apparmor

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
new file mode 100644
index 0000000..d859c49
--- /dev/null
+++ b/profiles/arch/hppa/use.stable.mask
@@ -0,0 +1,10 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# This file requires eapi 5 or later. New entries go on top.
+# Please use the same syntax as in use.mask
+
+# Davide Pesavento <[email protected]> (24 Aug 2015)
+# We need to check the whole tree for not-yet-stable deps before unmasking
+qt5

Reply via email to