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 0445F1395E2 for ; Sun, 27 Nov 2016 11:31:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5FA5E0941; Sun, 27 Nov 2016 11:30:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF7B6E0941 for ; Sun, 27 Nov 2016 11:30:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9029134125C for ; Sun, 27 Nov 2016 11:30:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2F21249C for ; Sun, 27 Nov 2016 11:30:56 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1480246246.580a1ebe3cbdf379585e0203daafeb61e5865431.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 580a1ebe3cbdf379585e0203daafeb61e5865431 X-VCS-Branch: master Date: Sun, 27 Nov 2016 11:30:56 +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: f2a1c3a3-6cc5-4622-a797-ce404d1f9aef X-Archives-Hash: 379684ad152f6ee5284989188670b859 commit: 580a1ebe3cbdf379585e0203daafeb61e5865431 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Nov 26 20:49:15 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Nov 27 11:30:46 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=580a1ebe kde-frameworks/ki18n: Add missing test DEPEND Gentoo-bug: 600202 Package-Manager: portage-2.3.0 kde-frameworks/ki18n/ki18n-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kde-frameworks/ki18n/ki18n-9999.ebuild b/kde-frameworks/ki18n/ki18n-9999.ebuild index 6e98112..3829c81 100644 --- a/kde-frameworks/ki18n/ki18n-9999.ebuild +++ b/kde-frameworks/ki18n/ki18n-9999.ebuild @@ -14,14 +14,16 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND=" - ${PYTHON_DEPS} +RDEPEND="${PYTHON_DEPS} $(add_qt_dep qtscript) sys-devel/gettext virtual/libintl " DEPEND="${RDEPEND} - test? ( $(add_qt_dep qtconcurrent) ) + test? ( + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtdeclarative) + ) " pkg_setup() {