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 CAE9B158083 for ; Sat, 31 Aug 2024 10:44:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E1BCE29A9; Sat, 31 Aug 2024 10:44:21 +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 F4126E29AA for ; Sat, 31 Aug 2024 10:44:20 +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 0BD5B3430EE for ; Sat, 31 Aug 2024 10:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 459A21F2B for ; Sat, 31 Aug 2024 10:44:18 +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: <1725101050.f52da6b065f1bdbea57ef15838f59ae06100b199.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kirigami/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kirigami/kirigami-6.5.0.ebuild X-VCS-Directories: kde-frameworks/kirigami/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f52da6b065f1bdbea57ef15838f59ae06100b199 X-VCS-Branch: master Date: Sat, 31 Aug 2024 10:44:18 +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: 69e94a8c-2c49-4168-957b-a55a59ecbf03 X-Archives-Hash: 69ade452df75a7a3f10c9b4b3414c4cc commit: f52da6b065f1bdbea57ef15838f59ae06100b199 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 31 10:41:18 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 31 10:44:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52da6b0 kde-frameworks/kirigami: Explain lack of kirigami:5[examples] Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kirigami/kirigami-6.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kirigami/kirigami-6.5.0.ebuild b/kde-frameworks/kirigami/kirigami-6.5.0.ebuild index 5806f5e04354..3d9e35d0de43 100644 --- a/kde-frameworks/kirigami/kirigami-6.5.0.ebuild +++ b/kde-frameworks/kirigami/kirigami-6.5.0.ebuild @@ -26,7 +26,7 @@ DEPEND=" >=dev-qt/qtsvg-${QTMIN}:6 " RDEPEND="${DEPEND} - examples? ( !${CATEGORY}/${PN}:5[examples] ) + examples? ( !${CATEGORY}/${PN}:5[examples(-)] ) >=dev-qt/qt5compat-${QTMIN}:6[qml] " BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"