commit: e5a18e76cfced163fbafb34a19b5c722866fb4f0 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jan 3 17:47:37 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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"
