diff options
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 368d7d498e5..47165250ae9 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 <pesa@gentoo.org> (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 <idella4@gentoo.org> (13 Apr 2016) # on behalf of Ilya Tumaykin <itumaykin+gentoo@gmail.com> # 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 8aa10bf241c..b71b3c36b3c 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 <pesa@gentoo.org> (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 <pacho@gentoo.org> (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 00000000000..6c8b60b9ded --- /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 <pesa@gentoo.org> (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 00000000000..6c8b60b9ded --- /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 <pesa@gentoo.org> (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 |