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 44F9B138239 for ; Mon, 13 Aug 2018 19:59:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7FFFE08A2; Mon, 13 Aug 2018 19:59:32 +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 B17F6E08A2 for ; Mon, 13 Aug 2018 19:59:31 +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 0141E335CA6 for ; Mon, 13 Aug 2018 19:59:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71E1C275 for ; Mon, 13 Aug 2018 19:59:28 +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: <1534187841.63cc7ee5f1fe674a1e9e557cad50a6ce04ef9fa1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/ki18n/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/ki18n/ki18n-9999.ebuild X-VCS-Directories: kde-frameworks/ki18n/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 63cc7ee5f1fe674a1e9e557cad50a6ce04ef9fa1 X-VCS-Branch: master Date: Mon, 13 Aug 2018 19:59:28 +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: f4d03972-c833-4737-bdc9-7a6c50668d4a X-Archives-Hash: ea7ccbd267a80dfc6f184fdf956a202c commit: 63cc7ee5f1fe674a1e9e557cad50a6ce04ef9fa1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 13 19:17:21 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 13 19:17:21 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=63cc7ee5 kde-frameworks/ki18n: Ported from qtscript to qml Upstream commit 9040bff75a5ddf1a6558a824502ce22f70fa0770 Package-Manager: Portage-2.3.46, Repoman-2.3.10 kde-frameworks/ki18n/ki18n-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/kde-frameworks/ki18n/ki18n-9999.ebuild b/kde-frameworks/ki18n/ki18n-9999.ebuild index 3e542ce518..13f253bebd 100644 --- a/kde-frameworks/ki18n/ki18n-9999.ebuild +++ b/kde-frameworks/ki18n/ki18n-9999.ebuild @@ -14,15 +14,12 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - $(add_qt_dep qtscript) + $(add_qt_dep qtdeclarative) sys-devel/gettext virtual/libintl " DEPEND="${RDEPEND} - test? ( - $(add_qt_dep qtconcurrent) - $(add_qt_dep qtdeclarative) - ) + test? ( $(add_qt_dep qtconcurrent) ) " pkg_setup() {