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 CB01F138334 for ; Mon, 22 Oct 2018 18:14:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19EE2E089D; Mon, 22 Oct 2018 18:14:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D866BE086D for ; Mon, 22 Oct 2018 18:14:44 +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 9E29C335D0D for ; Mon, 22 Oct 2018 18:14:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23DEF463 for ; Mon, 22 Oct 2018 18:14:40 +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: <1540231573.c34c052b7da4178c197ebdafe23e8fc7cc09b99c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kget/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kget/kget-18.08.49.9999.ebuild kde-apps/kget/kget-9999.ebuild X-VCS-Directories: kde-apps/kget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c34c052b7da4178c197ebdafe23e8fc7cc09b99c X-VCS-Branch: master Date: Mon, 22 Oct 2018 18:14:40 +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: 04bcc646-6ae7-4a80-8116-104b079eec40 X-Archives-Hash: e342cb7fb356070ccf1ff797cdeba405 commit: c34c052b7da4178c197ebdafe23e8fc7cc09b99c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 22 14:55:37 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 22 18:06:13 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c34c052b kde-apps/kget: Switch from plasma-workspace to libkworkspace Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-apps/kget/kget-18.08.49.9999.ebuild | 7 +++++-- kde-apps/kget/kget-9999.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/kde-apps/kget/kget-18.08.49.9999.ebuild b/kde-apps/kget/kget-18.08.49.9999.ebuild index 18d94e1181..a204af5140 100644 --- a/kde-apps/kget/kget-18.08.49.9999.ebuild +++ b/kde-apps/kget/kget-18.08.49.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -43,7 +43,10 @@ COMMON_DEPEND=" app-crypt/qca:2[qt5(+)] bittorrent? ( net-libs/libktorrent:5 ) gpg? ( app-crypt/gpgme[qt5] ) - kde? ( $(add_plasma_dep plasma-workspace) ) + kde? ( || ( + $(add_plasma_dep libkworkspace) + $(add_plasma_dep plasma-workspace) + ) ) mms? ( media-libs/libmms ) sqlite? ( dev-db/sqlite:3 ) " diff --git a/kde-apps/kget/kget-9999.ebuild b/kde-apps/kget/kget-9999.ebuild index 18d94e1181..fd9407fc45 100644 --- a/kde-apps/kget/kget-9999.ebuild +++ b/kde-apps/kget/kget-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -43,7 +43,7 @@ COMMON_DEPEND=" app-crypt/qca:2[qt5(+)] bittorrent? ( net-libs/libktorrent:5 ) gpg? ( app-crypt/gpgme[qt5] ) - kde? ( $(add_plasma_dep plasma-workspace) ) + kde? ( $(add_plasma_dep libkworkspace) ) mms? ( media-libs/libmms ) sqlite? ( dev-db/sqlite:3 ) "