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 8012015803E for ; Wed, 3 Jan 2024 18:29:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C47642BC017; Wed, 3 Jan 2024 18:29:26 +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 A70F32BC017 for ; Wed, 3 Jan 2024 18:29:26 +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 BC5FE34300F for ; Wed, 3 Jan 2024 18:29:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A91E99E for ; Wed, 3 Jan 2024 18:29:24 +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: <1704305327.e5a18e76cfced163fbafb34a19b5c722866fb4f0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/accounts-qml/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/accounts-qml/accounts-qml-9999.ebuild X-VCS-Directories: net-libs/accounts-qml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e5a18e76cfced163fbafb34a19b5c722866fb4f0 X-VCS-Branch: master Date: Wed, 3 Jan 2024 18:29:24 +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: 50a2e810-a77b-4a25-a6a3-755706b05215 X-Archives-Hash: 323f861b4b3062cc7b2d5fc89ea71d91 commit: e5a18e76cfced163fbafb34a19b5c722866fb4f0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 3 17:47:37 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 3 18:08:47 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e5a18e76 net-libs/accounts-qml: Add missing REQUIRED_USE Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/accounts-qml/accounts-qml-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-libs/accounts-qml/accounts-qml-9999.ebuild b/net-libs/accounts-qml/accounts-qml-9999.ebuild index e3edd80353..1e2eb81a77 100644 --- a/net-libs/accounts-qml/accounts-qml-9999.ebuild +++ b/net-libs/accounts-qml/accounts-qml-9999.ebuild @@ -21,6 +21,7 @@ HOMEPAGE="https://accounts-sso.gitlab.io/" LICENSE="LGPL-2.1" SLOT="0" IUSE="doc +qt5 qt6 test" +REQUIRED_USE="|| ( qt5 qt6 )" # dbus problems RESTRICT="test"