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 B33971382C5 for ; Thu, 14 May 2020 20:48:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00FD5E09A5; Thu, 14 May 2020 20:48:04 +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 DC0CEE09A5 for ; Thu, 14 May 2020 20:48:03 +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 8B99E350D92 for ; Thu, 14 May 2020 20:48:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DB8A21E for ; Thu, 14 May 2020 20:48:00 +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: <1589488610.dba6691f1613e04abfe854568a4d0162baa163d0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/ktrip/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/ktrip/ktrip-9999.ebuild X-VCS-Directories: kde-misc/ktrip/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dba6691f1613e04abfe854568a4d0162baa163d0 X-VCS-Branch: master Date: Thu, 14 May 2020 20:48:00 +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: 89cfc544-c931-415a-8f44-ee246fc6c234 X-Archives-Hash: 54ba90ab7b8b4fa1874b039e577725c0 commit: dba6691f1613e04abfe854568a4d0162baa163d0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 14 20:36:50 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 14 20:36:50 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dba6691f kde-misc/ktrip: Set KFMIN to 5.70.0 Upstream commit d936074eac83337cf426d432cb89e4d7084bae03 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/ktrip/ktrip-9999.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/kde-misc/ktrip/ktrip-9999.ebuild b/kde-misc/ktrip/ktrip-9999.ebuild index 352876775f..cdf44faeba 100644 --- a/kde-misc/ktrip/ktrip-9999.ebuild +++ b/kde-misc/ktrip/ktrip-9999.ebuild @@ -3,6 +3,7 @@ EAPI=7 +KFMIN=5.70.0 inherit ecm kde.org DESCRIPTION="Public transport assistant targeted towards mobile Linux and Android" @@ -17,16 +18,16 @@ DEPEND=" dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 - kde-frameworks/kconfig:5 - kde-frameworks/kcontacts:5 - kde-frameworks/kcoreaddons:5 - kde-frameworks/ki18n:5 - kde-frameworks/kitemmodels:5 - kde-misc/kpublictransport:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kcontacts-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kitemmodels-${KFMIN}:5 + kde-misc/kpublictransport " RDEPEND="${DEPEND} dev-qt/qtquickcontrols:5 dev-qt/qtquickcontrols2:5 - kde-frameworks/kirigami:5 - kde-frameworks/plasma:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + >=kde-frameworks/plasma-${KFMIN}:5 "