commit:     8e4750c691735d9f98aa50ee58f2f98e9747b504
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 17:22:12 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 14 17:23:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4750c6

net-libs/libquotient: Add missing REQUIRED_USE

Closes: https://bugs.gentoo.org/931496
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/libquotient/libquotient-0.8.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-libs/libquotient/libquotient-0.8.2.ebuild 
b/net-libs/libquotient/libquotient-0.8.2.ebuild
index 7ff01c1da407..8ecb8d3f4492 100644
--- a/net-libs/libquotient/libquotient-0.8.2.ebuild
+++ b/net-libs/libquotient/libquotient-0.8.2.ebuild
@@ -14,6 +14,8 @@ LICENSE="LGPL-2+"
 SLOT="0/${PV}" # FIXME: check soname on next version bump
 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE="+qt5 qt6 test"
+
+REQUIRED_USE="|| ( qt5 qt6 )"
 RESTRICT="!test? ( test )"
 
 RDEPEND="

Reply via email to