From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5C2C31393E9 for ; Sat, 9 Aug 2014 19:57:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECB90E085B; Sat, 9 Aug 2014 19:57:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58EA5E095E for ; Sat, 9 Aug 2014 19:57:31 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CACF34025E for ; Sat, 9 Aug 2014 19:57:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E6DD21881D for ; Sat, 9 Aug 2014 19:57:28 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1407612075.c36b3a3a0bc72d1f3c1c0e0b95bc89f9dfcce637.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/ktouch/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/ktouch/ktouch-4.13.97.ebuild kde-base/ktouch/ktouch-4.14.49.9999.ebuild X-VCS-Directories: kde-base/ktouch/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c36b3a3a0bc72d1f3c1c0e0b95bc89f9dfcce637 X-VCS-Branch: master Date: Sat, 9 Aug 2014 19:57:28 +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: 271d8e3e-95e4-4115-8c46-d888272b03cf X-Archives-Hash: 2b849e272434d32bbd44951cd049317b commit: c36b3a3a0bc72d1f3c1c0e0b95bc89f9dfcce637 Author: Matthew Dawson mjdsystems ca> AuthorDate: Sat Aug 9 00:05:14 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Aug 9 19:21:15 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c36b3a3a [kde-base/ktouch] Reduce the dependency on plasma-workspace to plasma-runtime Package-Manager: portage-2.2.8-r1 --- kde-base/ktouch/ktouch-4.13.97.ebuild | 2 +- kde-base/ktouch/ktouch-4.14.49.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-base/ktouch/ktouch-4.13.97.ebuild b/kde-base/ktouch/ktouch-4.13.97.ebuild index df73e69..716611a 100644 --- a/kde-base/ktouch/ktouch-4.13.97.ebuild +++ b/kde-base/ktouch/ktouch-4.13.97.ebuild @@ -15,5 +15,5 @@ IUSE="debug" RDEPEND=" $(add_kdebase_dep knotify) $(add_kdebase_dep kqtquickcharts) - $(add_kdebase_dep plasma-workspace '' 4.11) + $(add_kdebase_dep plasma-runtime) " diff --git a/kde-base/ktouch/ktouch-4.14.49.9999.ebuild b/kde-base/ktouch/ktouch-4.14.49.9999.ebuild index 31e0a9e..6d6ceb9 100644 --- a/kde-base/ktouch/ktouch-4.14.49.9999.ebuild +++ b/kde-base/ktouch/ktouch-4.14.49.9999.ebuild @@ -15,5 +15,5 @@ IUSE="debug" RDEPEND=" $(add_kdebase_dep knotify) $(add_kdebase_dep kqtquickcharts) - $(add_kdebase_dep plasma-workspace '' 4.11) + $(add_kdebase_dep plasma-runtime) "