diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-14 19:22:12 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-14 19:23:28 +0200 |
commit | 8e4750c691735d9f98aa50ee58f2f98e9747b504 (patch) | |
tree | 2a4aa0a30d84e67dd1ed147539edbcb8f545baff /net-libs/libquotient | |
parent | app-admin/testdisk: Backport a musl build fix (diff) | |
download | gentoo-8e4750c691735d9f98aa50ee58f2f98e9747b504.tar.gz gentoo-8e4750c691735d9f98aa50ee58f2f98e9747b504.tar.bz2 gentoo-8e4750c691735d9f98aa50ee58f2f98e9747b504.zip |
net-libs/libquotient: Add missing REQUIRED_USE
Closes: https://bugs.gentoo.org/931496
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/libquotient')
-rw-r--r-- | net-libs/libquotient/libquotient-0.8.2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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=" |