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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C364158020 for ; Fri, 11 Nov 2022 23:19:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C961E0A4F; Fri, 11 Nov 2022 23:19:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 232F2E0A4F for ; Fri, 11 Nov 2022 23:19:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E17B341008 for ; Fri, 11 Nov 2022 23:19:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BE4673E for ; Fri, 11 Nov 2022 23:18:58 +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: <1668207586.ff3dc64a0b552a71f5cd4c59eee5ffd854434879.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kio-stash/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kio-stash/kio-stash-9999.ebuild X-VCS-Directories: kde-misc/kio-stash/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ff3dc64a0b552a71f5cd4c59eee5ffd854434879 X-VCS-Branch: master Date: Fri, 11 Nov 2022 23:18:58 +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: df993427-d472-4797-8aa7-416cfea23ada X-Archives-Hash: cad40325b4ccd3f537446c99d21ceba0 commit: ff3dc64a0b552a71f5cd4c59eee5ffd854434879 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 11 22:59:46 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 11 22:59:46 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ff3dc64a kde-misc/kio-stash: Set QTMIN=5.15.5 Upstream commit 636d181b354a8f17a291ab01cc86eedc00655002 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kio-stash/kio-stash-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-misc/kio-stash/kio-stash-9999.ebuild b/kde-misc/kio-stash/kio-stash-9999.ebuild index df61dd3bcd..b40df1402f 100644 --- a/kde-misc/kio-stash/kio-stash-9999.ebuild +++ b/kde-misc/kio-stash/kio-stash-9999.ebuild @@ -4,6 +4,7 @@ EAPI=8 ECM_TEST="forceoptional" +QTMIN=5.15.5 inherit ecm kde.org DESCRIPTION="KIO Slave and daemon to stash discontinuous file selections" @@ -17,7 +18,7 @@ IUSE="" RESTRICT="test" DEPEND=" - dev-qt/qtdbus:5 + >=dev-qt/qtdbus-${QTMIN}:5 kde-frameworks/kconfig:5 kde-frameworks/kcoreaddons:5 kde-frameworks/kdbusaddons:5