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 82EEF13888F for ; Thu, 8 Oct 2015 13:07:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 471DC21C018; Thu, 8 Oct 2015 13:07:38 +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 9F38621C013 for ; Thu, 8 Oct 2015 13:07:36 +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 D60A6341076 for ; Thu, 8 Oct 2015 13:07:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C40F2C07 for ; Thu, 8 Oct 2015 13:07:32 +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: <1444309641.86d1edb5c61c16cef3308b731e2a2495ad3bb957.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kaccounts-integration/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild X-VCS-Directories: kde-apps/kaccounts-integration/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 86d1edb5c61c16cef3308b731e2a2495ad3bb957 X-VCS-Branch: master Date: Thu, 8 Oct 2015 13:07:32 +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: 8f3033fe-0bbd-4986-a40a-0dba6ce58c57 X-Archives-Hash: 81271f21bb2e5daf87198deaccabc5fd commit: 86d1edb5c61c16cef3308b731e2a2495ad3bb957 Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Oct 7 18:50:55 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 8 13:07:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=86d1edb5 kde-apps/kaccounts-integration: Drop USE=kdepim See also: https://quickgit.kde.org/?p=kaccounts-integration.git&a=commit&h=5f95c467d0a31ba06d82bedcc341d0f3a1eab2a8 .../kaccounts-integration-15.08.49.9999.ebuild | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild index 7c1a712..d475a29 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://community.kde.org/KTp" LICENSE="LGPL-2.1" KEYWORDS="" -IUSE="kdepim" +IUSE="" RDEPEND=" $(add_frameworks_dep kconfig) @@ -32,19 +32,11 @@ RDEPEND=" dev-qt/qtwidgets:5 net-libs/accounts-qt net-libs/signond - kdepim? ( $(add_kdeapps_dep kdepimlibs) ) " DEPEND="${RDEPEND} $(add_frameworks_dep kcmutils) + sys-devel/gettext " # bug #549444 RESTRICT="test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package kdepim KF5Akonadi) - ) - - kde5_src_configure -}