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 DFE14158083 for ; Sun, 1 Sep 2024 10:30:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 245B7E2A64; Sun, 1 Sep 2024 10:30:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0C700E2A64 for ; Sun, 1 Sep 2024 10:30:52 +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 46A0E342FB5 for ; Sun, 1 Sep 2024 10:30:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6D78DA2 for ; Sun, 1 Sep 2024 10:30:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1725186615.686b96738438875923e6f4ec433be778961f6a39.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kquickcharts/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kquickcharts/kquickcharts-9999.ebuild X-VCS-Directories: kde-frameworks/kquickcharts/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 686b96738438875923e6f4ec433be778961f6a39 X-VCS-Branch: master Date: Sun, 1 Sep 2024 10:30:49 +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: 29e217f3-6e22-4d25-a3aa-798d457694c7 X-Archives-Hash: 3958702722b420da291e2622d7c94d2d commit: 686b96738438875923e6f4ec433be778961f6a39 Author: Sam James gentoo org> AuthorDate: Sun Sep 1 10:27:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 1 10:30:15 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=686b9673 kde-frameworks/kquickcharts: fix USE=examples deps As reported on forums at https://forums.gentoo.org/viewtopic-t-1170619.html. Signed-off-by: Sam James gentoo.org> kde-frameworks/kquickcharts/kquickcharts-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kde-frameworks/kquickcharts/kquickcharts-9999.ebuild b/kde-frameworks/kquickcharts/kquickcharts-9999.ebuild index abb9765c49..e8cb2d5861 100644 --- a/kde-frameworks/kquickcharts/kquickcharts-9999.ebuild +++ b/kde-frameworks/kquickcharts/kquickcharts-9999.ebuild @@ -6,6 +6,7 @@ EAPI=8 ECM_EXAMPLES="true" ECM_QTHELP="false" ECM_TEST="true" +PVCUT=$(ver_cut 1-2) QTMIN=6.6.2 inherit ecm frameworks.kde.org @@ -16,15 +17,14 @@ LICENSE="LGPL-2+" KEYWORDS="" IUSE="" -# PVCUT=$(ver_cut 1-2) -# examples? ( -# >=dev-qt/qtwidgets-${QTMIN}:6 -# =kde-frameworks/kdeclarative-${PVCUT}*:5 -# =kde-frameworks/kirigami-${PVCUT}*:5 -# ) DEPEND=" >=dev-qt/qtbase-${QTMIN}:6[gui] >=dev-qt/qtdeclarative-${QTMIN}:6 + examples? ( + >=dev-qt/qtbase-${QTMIN}:6[widgets] + =kde-frameworks/kdeclarative-${PVCUT}*:6 + =kde-frameworks/kirigami-${PVCUT}*:6 + ) " RDEPEND="${DEPEND}"