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 005BD1381F1 for ; Thu, 29 Sep 2016 12:17:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F511E0839; Thu, 29 Sep 2016 12:17:31 +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 36535E0839 for ; Thu, 29 Sep 2016 12:17:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AE555340751 for ; Thu, 29 Sep 2016 12:17:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 399BC248D for ; Thu, 29 Sep 2016 12:17:27 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1475151438.78dccd2081cad29a35e0db3db3c2a33ef1865d5b.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kget/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kget/kget-16.08.49.9999.ebuild kde-apps/kget/kget-9999.ebuild X-VCS-Directories: kde-apps/kget/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 78dccd2081cad29a35e0db3db3c2a33ef1865d5b X-VCS-Branch: master Date: Thu, 29 Sep 2016 12:17:27 +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: c45cb60b-b534-4379-bf89-3f1e9f2b9275 X-Archives-Hash: e8324adc066f3a57592ba58ba83c67a5 commit: 78dccd2081cad29a35e0db3db3c2a33ef1865d5b Author: Michael Palimaka gentoo org> AuthorDate: Thu Sep 29 12:17:10 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Sep 29 12:17:18 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=78dccd20 kde-apps/kget: do not build against kde-base/libkworkspace:4 This is needed for Plasma 4 removal. Package-Manager: portage-2.3.1 kde-apps/kget/kget-16.08.49.9999.ebuild | 2 +- kde-apps/kget/kget-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kget/kget-16.08.49.9999.ebuild b/kde-apps/kget/kget-16.08.49.9999.ebuild index d409f98..1272c00 100644 --- a/kde-apps/kget/kget-16.08.49.9999.ebuild +++ b/kde-apps/kget/kget-16.08.49.9999.ebuild @@ -14,7 +14,6 @@ IUSE="debug bittorrent gpg mms sqlite" RDEPEND=" $(add_kdeapps_dep libkonq) - $(add_kdebase_dep libkworkspace '' 4.11) app-crypt/qca:2[qt4] bittorrent? ( >=net-libs/libktorrent-1.0.3:4 ) gpg? ( || ( $(add_kdeapps_dep gpgmepp) $(add_kdeapps_dep kdepimlibs) ) ) @@ -27,6 +26,7 @@ DEPEND="${RDEPEND} src_configure() { local mycmakeargs=( + -DWITH_KDE4Workspace=OFF -DWITH_NepomukCore=OFF -DWITH_NepomukWidgets=OFF -DWITH_KTorrent=$(usex bittorrent) diff --git a/kde-apps/kget/kget-9999.ebuild b/kde-apps/kget/kget-9999.ebuild index d409f98..1272c00 100644 --- a/kde-apps/kget/kget-9999.ebuild +++ b/kde-apps/kget/kget-9999.ebuild @@ -14,7 +14,6 @@ IUSE="debug bittorrent gpg mms sqlite" RDEPEND=" $(add_kdeapps_dep libkonq) - $(add_kdebase_dep libkworkspace '' 4.11) app-crypt/qca:2[qt4] bittorrent? ( >=net-libs/libktorrent-1.0.3:4 ) gpg? ( || ( $(add_kdeapps_dep gpgmepp) $(add_kdeapps_dep kdepimlibs) ) ) @@ -27,6 +26,7 @@ DEPEND="${RDEPEND} src_configure() { local mycmakeargs=( + -DWITH_KDE4Workspace=OFF -DWITH_NepomukCore=OFF -DWITH_NepomukWidgets=OFF -DWITH_KTorrent=$(usex bittorrent)