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 3908C139085 for ; Mon, 6 Feb 2017 00:45:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58C7B21C038; Mon, 6 Feb 2017 00:45:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2FB2321C038 for ; Mon, 6 Feb 2017 00:45:25 +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 217F3341670 for ; Mon, 6 Feb 2017 00:45:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E155D3DA2 for ; Mon, 6 Feb 2017 00:45:22 +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: <1486341565.299c34969d2f90a066c455548ee1f692a0207bef.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/dolphin/dolphin-9999.ebuild X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 299c34969d2f90a066c455548ee1f692a0207bef X-VCS-Branch: master Date: Mon, 6 Feb 2017 00:45:22 +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: 3167885d-c3a9-4ede-b516-18dc61a717d2 X-Archives-Hash: 5b387d7197eb6dbc1fb540139c57e637 commit: 299c34969d2f90a066c455548ee1f692a0207bef Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 6 00:39:25 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 6 00:39:25 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=299c3496 kde-apps/dolphin: Fix DEPENDs, raise FRAMEWORKS_MINIMAL to 5.31.0 Upstream commits: 230fe13d1fccf8c2ab09c0873c1cc4c733cfc3b4 62b7f9228a4dd06c6ece81df3dbfe07b077dcb7e Package-Manager: portage-2.3.3 kde-apps/dolphin/dolphin-9999.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index a5332f9..e92465e 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -4,6 +4,7 @@ EAPI=6 +FRAMEWORKS_MINIMAL="5.30.0" KDE_HANDBOOK="forceoptional" KDE_TEST="true" VIRTUALX_REQUIRED="test" @@ -36,7 +37,6 @@ DEPEND=" $(add_frameworks_dep kservice) $(add_frameworks_dep ktextwidgets) $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) $(add_frameworks_dep solid) $(add_qt_dep qtconcurrent) @@ -78,14 +78,10 @@ pkg_postinst() { kde5_pkg_postinst if ! has_version "kde-apps/ark:${SLOT}" ; then - echo elog "For compress/extract and other actions, please install kde-apps/ark:${SLOT}" - echo fi if ! has_version "kde-apps/kleopatra:${SLOT}" ; then - echo elog "For crypto actions, please install kde-apps/kleopatra:${SLOT}" - echo fi }