commit: a6b36be7d04bc6ed3d44234364a571897635874b Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Sun Jan 22 07:44:59 2017 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Sun Jan 22 07:44:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b36be7
profiles: extend some qtwebkit-related masks to all ppc profiles profiles/default/linux/uclibc/ppc/package.use.mask | 15 +++++++++++---- .../linux/powerpc/ppc64/32bit-userland/package.use.mask | 11 +++++++---- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/profiles/default/linux/uclibc/ppc/package.use.mask b/profiles/default/linux/uclibc/ppc/package.use.mask index cc8b946..c1c8bea 100644 --- a/profiles/default/linux/uclibc/ppc/package.use.mask +++ b/profiles/default/linux/uclibc/ppc/package.use.mask @@ -6,9 +6,16 @@ # Requires unkeyworded dev-python/PyQt5 dev-python/qscintilla-python qt5 +# Arfrever Frehtes Taifersar Arahesis <[email protected]> (01 Aug 2016) +# kde-frameworks/*:5 not keyworded. +net-irc/kvirc kde + +# Davide Pesavento <[email protected]> (06 Jun 2016) +# Requires unkeyworded dev-qt/qtwebkit:5, which is a PITA to maintain on +# minor arches and has been declared deprecated by upstream. So we'd like +# to avoid keywording it, unless requested by users. +dev-qt/designer webkit +net-irc/kvirc webkit + dev-libs/libpcre cxx sys-libs/ncurses cxx - -# Arfrever Frehtes Taifersar Arahesis <[email protected]> (01 Aug 2016) -# dev-qt/qtwebkit:5 and kde-frameworks/*:5 not keyworded. -net-irc/kvirc kde webkit diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask index 0af3fcb..29b710c 100644 --- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask +++ b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask @@ -6,10 +6,13 @@ # Requires unkeyworded dev-python/PyQt5 dev-python/qscintilla-python qt5 +# Davide Pesavento <[email protected]> (06 Jun 2016) +# Requires unkeyworded dev-qt/qtwebkit:5, which is a PITA to maintain on +# minor arches and has been declared deprecated by upstream. So we'd like +# to avoid keywording it, unless requested by users. +dev-qt/designer webkit +net-irc/kvirc webkit + # Kacper Kowalik <[email protected]> (25 Apr 2012) # Masking due to unsolved dependencies app-admin/puppet rrdtool - -# Arfrever Frehtes Taifersar Arahesis <[email protected]> (01 Aug 2016) -# dev-qt/qtwebkit:5 not keyworded. -net-irc/kvirc webkit
