commit: 10470edd8569ee6d03f831fada11589fb8718371 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Nov 29 12:47:39 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Dec 3 16:26:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10470edd
profiles: desktop: Drop USE qt4 default, keep supporting package.use Keep USE=qt3support for now to avoid ugly blockers. profiles/targets/desktop/make.defaults | 4 ++-- profiles/targets/desktop/package.use | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/profiles/targets/desktop/make.defaults b/profiles/targets/desktop/make.defaults index f082bb9b8a5..9546f24ac8f 100644 --- a/profiles/targets/desktop/make.defaults +++ b/profiles/targets/desktop/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr consolekit cups dbus dri dts dvd dvdr emboss encode exif fam firefox flac gif glamor gpm gtk jpeg lcms ldap libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt3support qt4 qt5 sdl spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb wxwidgets X xcb x264 xml xv xvid" +USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr consolekit cups dbus dri dts dvd dvdr emboss encode exif fam firefox flac gif glamor gpm gtk jpeg lcms ldap libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt3support qt5 sdl spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb wxwidgets X xcb x264 xml xv xvid" diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index 6deb7a1f0a4..5d4dbf769ea 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -1,6 +1,18 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <[email protected]> (03 Dec 2017) +# Integration for Qt4-based applications +kde-plasma/plasma-desktop qt4 + +# Andreas Sturmlechner <[email protected]> (03 Dec 2017) +# Required by kde-frameworks/kdelibs +app-crypt/qca qt4 +dev-libs/libdbusmenu-qt qt4 +media-libs/phonon qt4 +media-libs/phonon-vlc qt4 +sys-auth/polkit-qt qt4 + # Andreas Sturmlechner <[email protected]> (30 Nov 2017) # Not required, but makes life easier with Qt; bug #457934 app-arch/unzip natspec
