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 422CA138334 for ; Mon, 22 Oct 2018 18:14:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 708EDE093D; Mon, 22 Oct 2018 18:14:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 44DEBE093D for ; Mon, 22 Oct 2018 18:14:50 +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 B870D335D1A 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 5E368466 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.05a05bf4813e9203fcd1a8ead6505b3e490c4127.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/powerdevil/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/powerdevil/powerdevil-5.14.49.9999.ebuild kde-plasma/powerdevil/powerdevil-9999.ebuild X-VCS-Directories: kde-plasma/powerdevil/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 05a05bf4813e9203fcd1a8ead6505b3e490c4127 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: 1a0c3841-2442-469e-b006-e82e8038dfeb X-Archives-Hash: 83d31ee92802f33f623526403acacf45 commit: 05a05bf4813e9203fcd1a8ead6505b3e490c4127 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 22 15:08:50 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=05a05bf4 kde-plasma/powerdevil: 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/powerdevil/powerdevil-5.14.49.9999.ebuild | 2 +- kde-plasma/powerdevil/powerdevil-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-plasma/powerdevil/powerdevil-5.14.49.9999.ebuild b/kde-plasma/powerdevil/powerdevil-5.14.49.9999.ebuild index b89705c5ad..0fb641500f 100644 --- a/kde-plasma/powerdevil/powerdevil-5.14.49.9999.ebuild +++ b/kde-plasma/powerdevil/powerdevil-5.14.49.9999.ebuild @@ -32,7 +32,7 @@ DEPEND=" $(add_frameworks_dep kxmlgui) $(add_frameworks_dep solid) $(add_plasma_dep libkscreen) - $(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/powerdevil/powerdevil-9999.ebuild b/kde-plasma/powerdevil/powerdevil-9999.ebuild index c3a7d93f29..0fb641500f 100644 --- a/kde-plasma/powerdevil/powerdevil-9999.ebuild +++ b/kde-plasma/powerdevil/powerdevil-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 @@ -32,7 +32,7 @@ DEPEND=" $(add_frameworks_dep kxmlgui) $(add_frameworks_dep solid) $(add_plasma_dep libkscreen) - $(add_plasma_dep plasma-workspace) + $(add_plasma_dep libkworkspace) $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets)