commit: d90f128734249ca6db01f3701cda552aefa5ecc2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Mon Apr 18 16:19:42 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Tue Apr 26 16:59:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90f1287
profiles: Avoid cmake circular dependency in plasma defaults Signed-off-by: Johannes Huber <johu <AT> gentoo.org> profiles/targets/desktop/plasma/package.use | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index f412c08..e94dabf 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -1,7 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Avoid circular dependency when installing from scratch +dev-util/cmake -qt4 -qt5 + # Not required, but makes life easier with Qt; bug 457934 app-arch/unzip natspec @@ -80,7 +83,6 @@ dev-db/sqlitebrowser -qt4 >=dev-games/openscenegraph-3.2.1-r1 -qt4 >=dev-libs/qcustomplot-1.3.0 -qt4 >=dev-libs/quazip-0.7.1 -qt4 -dev-util/cmake -qt4 >=kde-misc/kdiff3-0.9.98-r1 -kde -qt4 >=media-libs/opencv-3.0.0 -qt4 >=media-video/smplayer-14.9.0.6690 -qt4
