From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1172350-garchives=archives.gentoo.org@lists.gentoo.org>
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 F37C51382C5
	for <garchives@archives.gentoo.org>; Tue, 19 May 2020 11:20:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3890EE086D;
	Tue, 19 May 2020 11:20:34 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 22DD5E086D
	for <gentoo-commits@lists.gentoo.org>; Tue, 19 May 2020 11:20:34 +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 21DBD34F0D1
	for <gentoo-commits@lists.gentoo.org>; Tue, 19 May 2020 11:20:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 61D93253
	for <gentoo-commits@lists.gentoo.org>; Tue, 19 May 2020 11:20:23 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1589831503.1854136c5dd7e6084259c47b3d30c2354ed3a62a.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kpublictransport/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-misc/kpublictransport/kpublictransport-9999.ebuild
X-VCS-Directories: kde-misc/kpublictransport/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 1854136c5dd7e6084259c47b3d30c2354ed3a62a
X-VCS-Branch: master
Date: Tue, 19 May 2020 11:20:23 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 4237467a-a8f4-4a7d-b626-f3c757ac4160
X-Archives-Hash: 004c01195f37f7cb81645b7863332c49

commit:     1854136c5dd7e6084259c47b3d30c2354ed3a62a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 19:51:43 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 18 19:51:43 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1854136c

kde-misc/kpublictransport: Update DEPENDS, set ECM_TEST=true

Upstream commits:
1daeeda8dd4ac55e3abc9c3b4e34f2794a7459eb
8c583df9579337d0de163f574e9d0ba93640d0e4

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/kpublictransport/kpublictransport-9999.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/kde-misc/kpublictransport/kpublictransport-9999.ebuild b/kde-misc/kpublictransport/kpublictransport-9999.ebuild
index f8d47aec32..e1a65cdca5 100644
--- a/kde-misc/kpublictransport/kpublictransport-9999.ebuild
+++ b/kde-misc/kpublictransport/kpublictransport-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-ECM_TEST="forceoptional"
+ECM_TEST="true"
 KFMIN=5.64.0
 QTMIN=5.12.3
 inherit ecm kde.org
@@ -17,9 +17,12 @@ SLOT="5"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+RDEPEND="
 	>=dev-qt/qtdeclarative-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtnetwork-${QTMIN}:5
+	sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+	test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
 "
-RDEPEND="${DEPEND}"