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 3A5C51389E2 for ; Thu, 27 Nov 2014 07:53:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5D9BE081E; Thu, 27 Nov 2014 07:53:08 +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 51CA7E081E for ; Thu, 27 Nov 2014 07:53:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7026834069F for ; Thu, 27 Nov 2014 07:53:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C824B013 for ; Thu, 27 Nov 2014 07:53:06 +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: <1417074789.0844bff29677eb5f6aa4b65c2bc7405ac414c679.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kmymoney/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kmymoney/kmymoney-9999.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0844bff29677eb5f6aa4b65c2bc7405ac414c679 X-VCS-Branch: master Date: Thu, 27 Nov 2014 07:53:06 +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: 76be7236-0e34-4c46-9c62-2fbe592e7317 X-Archives-Hash: afb1a8489eb22b40c605118ac148fe12 commit: 0844bff29677eb5f6aa4b65c2bc7405ac414c679 Author: Michael Palimaka gentoo org> AuthorDate: Thu Nov 27 07:53:09 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Nov 27 07:53:09 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0844bff2 [app-office/kmymoney] Sync with portage. Package-Manager: portage-2.2.14 --- app-office/kmymoney/kmymoney-9999.ebuild | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index c11fcde..b7aaa73 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -4,11 +4,9 @@ EAPI=5 -KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et eu fi fr ga gl -hu it ja kk lt mr ms nds nl pl pt pt_BR ro ru sk sv tr ug uk zh_CN zh_TW" -KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}" +KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB es et eu fi fr gl +hu it kk nds nl pl pt pt_BR ro ru sv uk zh_TW" KDE_HANDBOOK="optional" -CPPUNIT_REQUIRED="test" VIRTUALX_REQUIRED="test" VIRTUALDBUS_TEST="true" inherit kde4-base @@ -25,15 +23,10 @@ KEYWORDS="" IUSE="debug calendar doc hbci ofx quotes" COMMON_DEPEND=" - app-crypt/gpgme:= + app-crypt/gpgme >=app-office/libalkimia-4.3.2 - dev-cpp/glibmm:2 - dev-cpp/libxmlpp:2.6 - dev-libs/boost:= - dev-libs/glib:2 dev-libs/gmp:0 dev-libs/libgpg-error - dev-libs/libxml2 $(add_kdebase_dep kdepimlibs) x11-misc/shared-mime-info calendar? ( dev-libs/libical:= ) @@ -47,6 +40,7 @@ RDEPEND="${COMMON_DEPEND} quotes? ( dev-perl/Finance-Quote ) " DEPEND="${COMMON_DEPEND} + dev-libs/boost virtual/pkgconfig doc? ( app-doc/doxygen ) "