commit: 17346b3378eab204c81ba34aedecf7be70296ea4 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Thu Aug 27 09:08:38 2015 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Thu Aug 27 09:10:17 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17346b33
profiles: Drop qt5 use stable mask Add stable use mask for net-irc/quassel[qt5], because it needs KF5 stabilization. profiles/arch/amd64/use.stable.mask | 4 ---- profiles/base/package.use.stable.mask | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index ebaa2b7..19d5072 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -5,10 +5,6 @@ # 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/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 7eeea50..aa3d222 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -5,6 +5,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Johannes Huber <[email protected]> (27 Aug 2015) +# Needs KF 5 stable, bug #558460 +net-irc/quassel qt5 + # Davide Pesavento <[email protected]> (26 Aug 2015) # The corresponding Qt5 modules are not stable yet, and we don't want # to stabilize them solely because of PyQt5 when there are no other
