commit: 127294434e01a16d0b6a2b2d98c335756752e647 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Wed Aug 26 17:45:30 2015 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Wed Aug 26 17:48:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12729443
profiles: stable mask a few dev-python/PyQt5 USE flags Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org> profiles/base/package.use.stable.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 340229e..7eeea50 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -5,6 +5,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# 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 +# in-tree users yet. +dev-python/PyQt5 positioning sensors serialport webchannel websockets + # Pacho Ramos <[email protected]> (15 May 2015) # Version compatible with current ffmpeg is not ready to be stabilized # bug #539212
