From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05981139082 for ; Thu, 30 Nov 2017 22:14:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6F60E0D39; Thu, 30 Nov 2017 22:14:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 864A7E0D34 for ; Thu, 30 Nov 2017 22:14:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 934E13416A9 for ; Thu, 30 Nov 2017 22:14:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D49E2AD40 for ; Thu, 30 Nov 2017 22:14:14 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1512079960.d65ac2acb8498c9f97c4c640771bf3c5c791df1b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/targets/desktop/make.defaults profiles/targets/desktop/package.use X-VCS-Directories: profiles/targets/desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d65ac2acb8498c9f97c4c640771bf3c5c791df1b X-VCS-Branch: master Date: Thu, 30 Nov 2017 22:14:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f54f4876-07ca-4375-baa1-99ac77128c1f X-Archives-Hash: 6b4f17846f84b76dae55949deb86cb21 commit: d65ac2acb8498c9f97c4c640771bf3c5c791df1b Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 28 22:38:23 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 30 22:12:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d65ac2ac profiles: desktop: USE qt5 default, add supporting package.use package.use settings transferred from plasma profile. profiles/targets/desktop/make.defaults | 2 +- profiles/targets/desktop/package.use | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/profiles/targets/desktop/make.defaults b/profiles/targets/desktop/make.defaults index 30230a999a8..f082bb9b8a5 100644 --- a/profiles/targets/desktop/make.defaults +++ b/profiles/targets/desktop/make.defaults @@ -1,4 +1,4 @@ # Copyright 1999-2014 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 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 qt4 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 b49edf6569b..6deb7a1f0a4 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -1,6 +1,30 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner (30 Nov 2017) +# Not required, but makes life easier with Qt; bug #457934 +app-arch/unzip natspec + +# Andreas Sturmlechner (30 Nov 2017) +# Required by dev-qt/qtcore +dev-libs/libpcre pcre16 +dev-libs/libpcre2 pcre16 + +# Andreas Sturmlechner (30 Nov 2017) +# Required by kde-frameworks/kcoreaddons +dev-qt/qtcore:5 icu + +# Andreas Sturmlechner (30 Nov 2017) +# Required by kde-frameworks/kwayland +dev-qt/qtgui:5 egl libinput + +# Required by dev-qt/qtwebengine +media-libs/libvpx svc + +# Andreas Sturmlechner (30 Nov 2017) +# Avoid circular dependency when installing from scratch +dev-util/cmake -qt5 + # Andreas Sturmlechner (19 Nov 2017) # Required by opengl, theora, v4l and X media-libs/mediastreamer video