From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6004F138334 for ; Thu, 11 Oct 2018 18:36:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C471E095E; Thu, 11 Oct 2018 18:36:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36AEFE095E for ; Thu, 11 Oct 2018 18:36:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C5A6335D19 for ; Thu, 11 Oct 2018 18:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59FE2439 for ; Thu, 11 Oct 2018 18:35:58 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1539282909.807d9dae5d93a5f3589465e24b833f3885e83762.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kaccounts-integration/kaccounts-integration-18.08.2-r1.ebuild kde-apps/kaccounts-integration/kaccounts-integration-18.08.2.ebuild X-VCS-Directories: kde-apps/kaccounts-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 807d9dae5d93a5f3589465e24b833f3885e83762 X-VCS-Branch: master Date: Thu, 11 Oct 2018 18:35:58 +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: 4a8599f5-556b-47a1-8f56-f716bdbd0484 X-Archives-Hash: e1ea60658d70d62e25a2272568ac8d8f commit: 807d9dae5d93a5f3589465e24b833f3885e83762 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 11 17:37:31 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 11 18:35:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807d9dae kde-apps/kaccounts-integration: KAccountsMacros.cmake needs intltool Upstream commit 3b3842d1576076de8652b9d2744e6785014bbc5a Closes: https://bugs.gentoo.org/668304 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 ...tion-18.08.2.ebuild => kaccounts-integration-18.08.2-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-18.08.2.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-18.08.2-r1.ebuild similarity index 90% rename from kde-apps/kaccounts-integration/kaccounts-integration-18.08.2.ebuild rename to kde-apps/kaccounts-integration/kaccounts-integration-18.08.2-r1.ebuild index 9d9f33cc91d..0b2e528f317 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-18.08.2.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-18.08.2-r1.ebuild @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1" KEYWORDS="~amd64 ~arm ~x86" IUSE="" -RDEPEND=" +COMMON_DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) @@ -29,11 +29,14 @@ RDEPEND=" >=net-libs/libaccounts-glib-1.21 net-libs/signond " -DEPEND="${RDEPEND} +DEPEND="${COMMON_DEPEND} $(add_frameworks_dep kcmutils) $(add_plasma_dep kde-cli-tools) sys-devel/gettext " +RDEPEND="${COMMON_DEPEND} + dev-util/intltool +" # bug #549444 RESTRICT+=" test"