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 EA4DE138A1F for ; Tue, 22 Apr 2014 13:23:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2FDFE092C; Tue, 22 Apr 2014 13:22:58 +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 57AB0E092C for ; Tue, 22 Apr 2014 13:22:56 +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 5665F33FFFC for ; Tue, 22 Apr 2014 13:22:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 0CB671818D for ; Tue, 22 Apr 2014 13:22:53 +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: <1398172947.57da6d2484b5525905365da32447c48c2a127d19.kensington@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.49.9999.ebuild kde-base/ktouch/ktouch-9999.ebuild X-VCS-Directories: kde-base/ktouch/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 57da6d2484b5525905365da32447c48c2a127d19 X-VCS-Branch: master Date: Tue, 22 Apr 2014 13:22:53 +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: 3e5c86a4-9247-4a4c-8361-94c87edc1bfd X-Archives-Hash: 5709df41d61122bb7051e1ed83d9a4df commit: 57da6d2484b5525905365da32447c48c2a127d19 Author: Michael Palimaka gentoo org> AuthorDate: Tue Apr 22 13:22:27 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Apr 22 13:22:27 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=57da6d24 [kde-base/ktouch] Add missing dependency. Package-Manager: portage-2.2.8-r1 --- kde-base/ktouch/ktouch-4.13.49.9999.ebuild | 1 + kde-base/ktouch/ktouch-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-base/ktouch/ktouch-4.13.49.9999.ebuild b/kde-base/ktouch/ktouch-4.13.49.9999.ebuild index c19e286..31e0a9e 100644 --- a/kde-base/ktouch/ktouch-4.13.49.9999.ebuild +++ b/kde-base/ktouch/ktouch-4.13.49.9999.ebuild @@ -14,5 +14,6 @@ IUSE="debug" RDEPEND=" $(add_kdebase_dep knotify) + $(add_kdebase_dep kqtquickcharts) $(add_kdebase_dep plasma-workspace '' 4.11) " diff --git a/kde-base/ktouch/ktouch-9999.ebuild b/kde-base/ktouch/ktouch-9999.ebuild index c19e286..31e0a9e 100644 --- a/kde-base/ktouch/ktouch-9999.ebuild +++ b/kde-base/ktouch/ktouch-9999.ebuild @@ -14,5 +14,6 @@ IUSE="debug" RDEPEND=" $(add_kdebase_dep knotify) + $(add_kdebase_dep kqtquickcharts) $(add_kdebase_dep plasma-workspace '' 4.11) "