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 CA144159C9B for ; Fri, 9 Aug 2024 13:07:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 136A82BC0E1; Fri, 9 Aug 2024 13:07:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8BD82BC0E1 for ; Fri, 9 Aug 2024 13:07:57 +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 2CA0F3430DB for ; Fri, 9 Aug 2024 13:07:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA0C01B9A for ; Fri, 9 Aug 2024 13:07:55 +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: <1723208868.5388e1c691d16e18b8e73749076f2693cf331b2b.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kconfig/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kconfig/kconfig-6.5.0.ebuild kde-frameworks/kconfig/kconfig-9999.ebuild X-VCS-Directories: kde-frameworks/kconfig/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5388e1c691d16e18b8e73749076f2693cf331b2b X-VCS-Branch: master Date: Fri, 9 Aug 2024 13:07:55 +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: 6acf01b1-114d-4b7b-b0f2-382db288d6fb X-Archives-Hash: f418be9f304e175d6c14efd8e9c6e340 commit: 5388e1c691d16e18b8e73749076f2693cf331b2b Author: Eli Schwartz gentoo org> AuthorDate: Fri Aug 9 04:15:10 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 9 13:07:48 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5388e1c6 kde-frameworks/kconfig: running tests requires qml support Bug: https://bugs.gentoo.org/936632 Signed-off-by: Eli Schwartz gentoo.org> Acked-by: Sam James gentoo.org> Signed-off-by: Sam James gentoo.org> kde-frameworks/kconfig/kconfig-6.5.0.ebuild | 1 + kde-frameworks/kconfig/kconfig-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-frameworks/kconfig/kconfig-6.5.0.ebuild b/kde-frameworks/kconfig/kconfig-6.5.0.ebuild index d76f563667..920387489e 100644 --- a/kde-frameworks/kconfig/kconfig-6.5.0.ebuild +++ b/kde-frameworks/kconfig/kconfig-6.5.0.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Framework for reading and writing configuration" LICENSE="LGPL-2+" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="dbus qml" +REQUIRED_USE="test? ( qml )" # bug 560086 RESTRICT="test" diff --git a/kde-frameworks/kconfig/kconfig-9999.ebuild b/kde-frameworks/kconfig/kconfig-9999.ebuild index b1b5815dad..d45e52a035 100644 --- a/kde-frameworks/kconfig/kconfig-9999.ebuild +++ b/kde-frameworks/kconfig/kconfig-9999.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Framework for reading and writing configuration" LICENSE="LGPL-2+" KEYWORDS="" IUSE="dbus qml" +REQUIRED_USE="test? ( qml )" # bug 560086 RESTRICT="test"