commit: 62db98bfa9e0c286712137cb92f9b8ff3b6feedf Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Wed Jun 8 15:51:10 2016 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Wed Jun 8 15:56:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62db98bf
profiles: stable unmask dev-python/PyQt5[websockets], except on arm Since dev-qt/qtwebsockets is now stable on some arches. profiles/arch/arm/package.use.stable.mask | 6 ++++++ profiles/base/package.use.stable.mask | 6 ++---- profiles/default/linux/uclibc/arm/package.use.stable.mask | 9 +++++++++ profiles/hardened/linux/uclibc/arm/package.use.stable.mask | 9 +++++++++ 4 files changed, 26 insertions(+), 4 deletions(-) diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask index 368d7d4..4716525 100644 --- a/profiles/arch/arm/package.use.stable.mask +++ b/profiles/arch/arm/package.use.stable.mask @@ -2,6 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Davide Pesavento <[email protected]> (08 Jun 2016) +# The corresponding Qt5 modules are not stable on arm, and we don't +# want to stabilize them solely because of PyQt5 while there are no +# other in-tree users. +dev-python/PyQt5 serialport websockets + # Ian Delaney <[email protected]> (13 Apr 2016) # on behalf of Ilya Tumaykin <[email protected]> # media-libs/raspberrypi-userland isn't stable yet diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 8aa10bf..b71b3c3 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -44,10 +44,8 @@ dev-lang/python-exec -python_targets_python3_5 =app-office/libreoffice-5.1* gtk3 # 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 serialport websockets +# dev-qt/qtserialport:5 not stable yet, bug 577074 +dev-python/PyQt5 serialport # Pacho Ramos <[email protected]> (15 May 2015) # Version compatible with current ffmpeg is not ready to be stabilized diff --git a/profiles/default/linux/uclibc/arm/package.use.stable.mask b/profiles/default/linux/uclibc/arm/package.use.stable.mask new file mode 100644 index 0000000..6c8b60b --- /dev/null +++ b/profiles/default/linux/uclibc/arm/package.use.stable.mask @@ -0,0 +1,9 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Davide Pesavento <[email protected]> (08 Jun 2016) +# The corresponding Qt5 modules are not stable on arm, and we don't +# want to stabilize them solely because of PyQt5 while there are no +# other in-tree users. +dev-python/PyQt5 serialport websockets diff --git a/profiles/hardened/linux/uclibc/arm/package.use.stable.mask b/profiles/hardened/linux/uclibc/arm/package.use.stable.mask new file mode 100644 index 0000000..6c8b60b --- /dev/null +++ b/profiles/hardened/linux/uclibc/arm/package.use.stable.mask @@ -0,0 +1,9 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Davide Pesavento <[email protected]> (08 Jun 2016) +# The corresponding Qt5 modules are not stable on arm, and we don't +# want to stabilize them solely because of PyQt5 while there are no +# other in-tree users. +dev-python/PyQt5 serialport websockets
