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 52BE2138331 for ; Mon, 12 Feb 2018 23:50:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55B06E0B58; Mon, 12 Feb 2018 23:50:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2E89DE0B58 for ; Mon, 12 Feb 2018 23:50:50 +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 69D2F335C4D for ; Mon, 12 Feb 2018 23:50:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E403E1DA for ; Mon, 12 Feb 2018 23:50:46 +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: <1518479409.9174d6dd7d3358d762467a8c12481feaf43b036e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/kuroo/kuroo-9999.ebuild X-VCS-Directories: app-portage/kuroo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9174d6dd7d3358d762467a8c12481feaf43b036e X-VCS-Branch: master Date: Mon, 12 Feb 2018 23:50:46 +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: 4e50034b-8fbf-45d6-a6b8-011a86d0bd72 X-Archives-Hash: e1374df5586a041a7053a8636f23e430 commit: 9174d6dd7d3358d762467a8c12481feaf43b036e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 12 22:17:26 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 12 23:50:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9174d6dd app-portage/kuroo: Move ECM to DEPEND Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-portage/kuroo/kuroo-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild index bb73238c0ec..122f9cdb9ca 100644 --- a/app-portage/kuroo/kuroo-9999.ebuild +++ b/app-portage/kuroo/kuroo-9999.ebuild @@ -15,12 +15,11 @@ KEYWORDS="" SLOT="0" IUSE="" -DEPEND=" +COMMON_DEPEND=" dev-db/sqlite:3 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 - kde-frameworks/extra-cmake-modules:5 kde-frameworks/kconfig:5 kde-frameworks/kconfigwidgets:5 kde-frameworks/kcoreaddons:5 @@ -34,11 +33,14 @@ DEPEND=" kde-frameworks/kxmlgui:5 kde-frameworks/threadweaver:5 " -RDEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} app-portage/gentoolkit kde-apps/kompare:5 kde-plasma/kde-cli-tools:5[kdesu] " +DEPEND="${COMMON_DEPEND} + kde-frameworks/extra-cmake-modules:5 +" pkg_postinst() { if ! has_version app-admin/logrotate ; then