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 EB4ED138A1F for ; Thu, 24 Apr 2014 13:28:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB0D4E0A04; Thu, 24 Apr 2014 13:28:32 +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 4B921E09F8 for ; Thu, 24 Apr 2014 13:28:32 +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 7EBC433FFCC for ; Thu, 24 Apr 2014 13:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 28BDA18744 for ; Thu, 24 Apr 2014 13:28:29 +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: <1398345888.7f53c45a7e2d0c323fa27ee66d67690da84232f4.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kaddressbook/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kaddressbook/kaddressbook-9999.ebuild X-VCS-Directories: kde-base/kaddressbook/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 7f53c45a7e2d0c323fa27ee66d67690da84232f4 X-VCS-Branch: master Date: Thu, 24 Apr 2014 13:28:29 +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: 790d4160-aabd-454b-97e8-f73c129371fc X-Archives-Hash: 2da35dd4996fa3c87f3ca0421c49d950 commit: 7f53c45a7e2d0c323fa27ee66d67690da84232f4 Author: Johannes Huber gentoo org> AuthorDate: Thu Apr 24 13:24:48 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Apr 24 13:24:48 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7f53c45a [kde-base/kaddressbook] Add contactthemeeditor, part of bug #508516 Package-Manager: portage-2.2.10 --- kde-base/kaddressbook/kaddressbook-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-base/kaddressbook/kaddressbook-9999.ebuild b/kde-base/kaddressbook/kaddressbook-9999.ebuild index 0b40016..e7baf8c 100644 --- a/kde-base/kaddressbook/kaddressbook-9999.ebuild +++ b/kde-base/kaddressbook/kaddressbook-9999.ebuild @@ -17,10 +17,12 @@ DEPEND=" >=dev-libs/grantlee-0.2.0 $(add_kdebase_dep kdepimlibs) $(add_kdebase_dep kdepim-common-libs) + !kde-base/contactthemeeditor " RDEPEND="${DEPEND}" KMEXTRA=" + grantleeeditor/contactthemeeditor plugins/kaddressbook/ plugins/ktexteditor/ "