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 EC9C21581D3 for ; Fri, 17 May 2024 15:29:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5585BE2AE1; Fri, 17 May 2024 15:29:41 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30D65E2AE1 for ; Fri, 17 May 2024 15:29:41 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2202B33BEE8 for ; Fri, 17 May 2024 15:29:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27B7F132F for ; Fri, 17 May 2024 15:29:38 +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: <1715958881.80b3a706ea38d9d253a31f671a31344db79b4232.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/plasmatube/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/plasmatube/plasmatube-9999.ebuild X-VCS-Directories: media-video/plasmatube/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 80b3a706ea38d9d253a31f671a31344db79b4232 X-VCS-Branch: master Date: Fri, 17 May 2024 15:29:38 +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: e90af6c9-2110-497e-985d-ad253d1981e5 X-Archives-Hash: d63f4553fd66ccebd30aed4b898d45fd commit: 80b3a706ea38d9d253a31f671a31344db79b4232 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 17 15:14:41 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 17 15:14:41 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=80b3a706 media-video/plasmatube: Set ECM_TEST="true", update dependencies Upstream commits: 5f68482174703691417307bdf9ab3752486c309d b54853287617e9a8f378b0004df567b746f5daf5 449422ef5422ac8abc4b6e70bd16fb6b101ae348 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/plasmatube/plasmatube-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-video/plasmatube/plasmatube-9999.ebuild b/media-video/plasmatube/plasmatube-9999.ebuild index 985be1a49e..8894aa14a6 100644 --- a/media-video/plasmatube/plasmatube-9999.ebuild +++ b/media-video/plasmatube/plasmatube-9999.ebuild @@ -3,6 +3,7 @@ EAPI=8 +ECM_TEST="true" PVCUT=$(ver_cut 1-3) KFMIN=6.0.0 QTMIN=6.6.2 @@ -16,7 +17,7 @@ SLOT="0" KEYWORDS="" DEPEND=" - dev-libs/kirigami-addons:6 + >=dev-libs/kirigami-addons-1.1.0:6 dev-libs/qtkeychain[qt6] >=dev-qt/qt5compat-${QTMIN}:6[qml] >=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,widgets]