commit: 74c3028aca354be63a802478cd2626babe0121de Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Tue Mar 14 19:37:27 2017 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Tue Mar 14 19:37:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c3028a
profiles: unmask a few dev-python/PyQt5 USE flags on arm All required deps have already been keyworded or stabilized. profiles/arch/arm/package.use.mask | 2 +- profiles/arch/arm/package.use.stable.mask | 6 ------ profiles/default/linux/uclibc/arm/package.use.mask | 2 +- profiles/default/linux/uclibc/arm/package.use.stable.mask | 8 -------- 4 files changed, 2 insertions(+), 16 deletions(-) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 1ac51da92d5..9bb74680bcd 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -52,7 +52,7 @@ sci-mathematics/octave graphicsmagick # Davide Pesavento <[email protected]> (28 Jul 2016) # The corresponding Qt5 modules are not keyworded on arm, and we don't want to # keyword them solely because of PyQt5 while there are no other in-tree users. -dev-python/PyQt5 location webengine +dev-python/PyQt5 webengine # Göktürk Yüksek <[email protected]> (14 June 2016) on behalf of # Nicholas Vinson <[email protected]> (proxy-maint) diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask index 05a490c21f6..dc0155251ae 100644 --- a/profiles/arch/arm/package.use.stable.mask +++ b/profiles/arch/arm/package.use.stable.mask @@ -33,12 +33,6 @@ sys-fs/dmraid dietlibc klibc # Missing stable dev-db/mariadb jdbc -# 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 bluetooth 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/default/linux/uclibc/arm/package.use.mask b/profiles/default/linux/uclibc/arm/package.use.mask index 7d099a12940..1f208bf612c 100644 --- a/profiles/default/linux/uclibc/arm/package.use.mask +++ b/profiles/default/linux/uclibc/arm/package.use.mask @@ -9,7 +9,7 @@ dev-qt/qt-creator clangcodemodel clangstaticanalyzer test webengine # Davide Pesavento <[email protected]> (28 Jul 2016) # The corresponding Qt5 modules are not keyworded on arm, and we don't want to # keyword them solely because of PyQt5 while there are no other in-tree users. -dev-python/PyQt5 location webengine +dev-python/PyQt5 webengine # Thomas Deutschmann <[email protected]> (25 Apr 2016), on behalf of # Ian Delaney <[email protected]> (25 Apr 2016) diff --git a/profiles/default/linux/uclibc/arm/package.use.stable.mask b/profiles/default/linux/uclibc/arm/package.use.stable.mask deleted file mode 100644 index b0a4a30b96c..00000000000 --- a/profiles/default/linux/uclibc/arm/package.use.stable.mask +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# 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 bluetooth serialport websockets
