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 A247C138334 for ; Mon, 3 Dec 2018 00:08:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD080E0BBB; Mon, 3 Dec 2018 00:08:49 +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 836F9E0BBB for ; Mon, 3 Dec 2018 00:08:49 +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 438F5335C67 for ; Mon, 3 Dec 2018 00:08:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D456F4DA for ; Mon, 3 Dec 2018 00:08:45 +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: <1543795705.2c76133559a9221fc5719a38271b7ff585c47b06.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/libalkimia/libalkimia-9999.ebuild X-VCS-Directories: app-office/libalkimia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2c76133559a9221fc5719a38271b7ff585c47b06 X-VCS-Branch: master Date: Mon, 3 Dec 2018 00:08:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f15e827f-65b6-4c6b-a820-971923776415 X-Archives-Hash: 8cfac02d146272f225bcfab7a047ced0 commit: 2c76133559a9221fc5719a38271b7ff585c47b06 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 3 00:08:25 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 3 00:08:25 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2c761335 app-office/libalkimia: Add new DEPENDs Upstream commits: 6e08cda0cb016b7f636b7fdad708a3ee58838e54 927ce8ff81839389771aaf7c70683517e52b6747 etc. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libalkimia/libalkimia-9999.ebuild | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild index 6ddc34c445..6ffbf3dc2c 100644 --- a/app-office/libalkimia/libalkimia-9999.ebuild +++ b/app-office/libalkimia/libalkimia-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 @@ -19,8 +19,25 @@ SLOT="0/7" IUSE="doc" RDEPEND=" + $(add_frameworks_dep kcompletions) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kpackage) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep plasma) $(add_qt_dep qtdbus) - dev-libs/gmp:0=[cxx] + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwebkit) + $(add_qt_dep qtwidgets) + sci-libs/mpir:= " DEPEND="${RDEPEND} virtual/pkgconfig