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 E79EA138335 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 16555E086D; 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 DA74EE089D 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 9E3D8335D19 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 37192464 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.509faa22a1a1eff2266df0dbc079f6f0c279253a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/khotkeys/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/khotkeys/khotkeys-5.14.49.9999.ebuild kde-plasma/khotkeys/khotkeys-9999.ebuild X-VCS-Directories: kde-plasma/khotkeys/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 509faa22a1a1eff2266df0dbc079f6f0c279253a 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: 501c8822-d989-45fb-9738-74cd051d6449 X-Archives-Hash: 6a9b2a2a315fd17713cea729712cc12f commit: 509faa22a1a1eff2266df0dbc079f6f0c279253a Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 22 14:58:48 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=509faa22 kde-plasma/khotkeys: Switch from plasma-workspace to libkworkspace Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-plasma/khotkeys/khotkeys-5.14.49.9999.ebuild | 2 +- kde-plasma/khotkeys/khotkeys-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-plasma/khotkeys/khotkeys-5.14.49.9999.ebuild b/kde-plasma/khotkeys/khotkeys-5.14.49.9999.ebuild index a3c217cef3..61f1a2e222 100644 --- a/kde-plasma/khotkeys/khotkeys-5.14.49.9999.ebuild +++ b/kde-plasma/khotkeys/khotkeys-5.14.49.9999.ebuild @@ -25,7 +25,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) - $(add_plasma_dep plasma-workspace) + $(add_plasma_dep libkworkspace) $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) diff --git a/kde-plasma/khotkeys/khotkeys-9999.ebuild b/kde-plasma/khotkeys/khotkeys-9999.ebuild index e1d2c52439..61f1a2e222 100644 --- a/kde-plasma/khotkeys/khotkeys-9999.ebuild +++ b/kde-plasma/khotkeys/khotkeys-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 @@ -25,7 +25,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) - $(add_plasma_dep plasma-workspace) + $(add_plasma_dep libkworkspace) $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets)