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 0EF4D138334 for ; Tue, 23 Oct 2018 18:52:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9D13E08EC; Tue, 23 Oct 2018 18:52:20 +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 A63B0E08EC for ; Tue, 23 Oct 2018 18:52:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 61F1A335CF5 for ; Tue, 23 Oct 2018 18:52:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7600644C for ; Tue, 23 Oct 2018 18:52:16 +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: <1540320529.aaaf93a62af8e3fd3e8de088c8826d48f17767f2.asturm@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-18.08.49.9999.ebuild kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild X-VCS-Directories: kde-apps/kaccounts-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aaaf93a62af8e3fd3e8de088c8826d48f17767f2 X-VCS-Branch: master Date: Tue, 23 Oct 2018 18:52:16 +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: 3c723ed8-671d-4df7-afab-d4e60502d6fc X-Archives-Hash: 6d4f59b24fb0f987e07b8772e4e3ad22 commit: aaaf93a62af8e3fd3e8de088c8826d48f17767f2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 11 17:37:31 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 23 18:48:49 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aaaf93a6 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 .../kaccounts-integration-18.08.49.9999.ebuild | 9 ++++++--- kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-18.08.49.9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-18.08.49.9999.ebuild index 9004903bca..f72ced11e0 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-18.08.49.9999.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-18.08.49.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1" KEYWORDS="" 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" diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild index 9004903bca..f72ced11e0 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1" KEYWORDS="" 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"