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 8B9FB139694 for ; Wed, 15 Mar 2017 02:40:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22397E0CB5; Wed, 15 Mar 2017 02:40:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1C82E0CB5 for ; Wed, 15 Mar 2017 02:40:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98482340988 for ; Wed, 15 Mar 2017 02:40:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0804D688F for ; Wed, 15 Mar 2017 02:40:15 +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: <1489545584.392827a1225e92bd219762bb63e3d4241319e6ad.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kalgebra/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kalgebra/kalgebra-9999.ebuild X-VCS-Directories: kde-apps/kalgebra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 392827a1225e92bd219762bb63e3d4241319e6ad X-VCS-Branch: master Date: Wed, 15 Mar 2017 02:40:15 +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: 10ff8734-45c5-4022-bbd5-6cef0503f0ba X-Archives-Hash: c05d9079c06ff0eaaf5aad15fe8d88a2 commit: 392827a1225e92bd219762bb63e3d4241319e6ad Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 15 02:39:44 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 15 02:39:44 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=392827a1 kde-apps/kalgebra: Fix DEPENDs, drop USE=opengl Upstream commits: c3f7d08ac587bcd43d2090e973cca836be110a48 cb7d1b773961f1b60ab8e16768577374bdbe0de8 62e33715a9724a6cba70304cc3951ea16aab80fe Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kalgebra/kalgebra-9999.ebuild | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/kde-apps/kalgebra/kalgebra-9999.ebuild b/kde-apps/kalgebra/kalgebra-9999.ebuild index d0fb82e2f9..90b6bc3289 100644 --- a/kde-apps/kalgebra/kalgebra-9999.ebuild +++ b/kde-apps/kalgebra/kalgebra-9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="MathML-based graph calculator by KDE" HOMEPAGE="https://www.kde.org/applications/education/kalgebra https://edu.kde.org/kalgebra" KEYWORDS="" -IUSE="opengl readline" +IUSE="readline" DEPEND=" $(add_frameworks_dep kconfig) @@ -20,25 +20,22 @@ DEPEND=" $(add_frameworks_dep kio) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep analitza 'opengl?') + $(add_kdeapps_dep analitza) $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui) - $(add_qt_dep qtwebkit) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwebengine 'widgets') $(add_qt_dep qtwidgets) - opengl? ( - $(add_qt_dep qtopengl) - $(add_qt_dep qtprintsupport) - virtual/glu - ) readline? ( sys-libs/readline:0= ) " RDEPEND="${DEPEND} + $(add_qt_dep qtquickcontrols) + dev-libs/kirigami:2 !kde-apps/analitza:4 " src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package opengl OpenGL) $(cmake-utils_use_find_package readline Readline) )