diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-07-21 16:54:44 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-07-21 17:02:44 +0200 |
commit | c24b557c76082116cfa27ee41f3c34bee1a50634 (patch) | |
tree | 61990504940b586aec614101b9ccb4b269679633 /net-im | |
parent | net-wireless/unifi: amd64 stable (diff) | |
download | gentoo-c24b557c76082116cfa27ee41f3c34bee1a50634.tar.gz gentoo-c24b557c76082116cfa27ee41f3c34bee1a50634.tar.bz2 gentoo-c24b557c76082116cfa27ee41f3c34bee1a50634.zip |
net-im/libcommuni: fix headless install
Closes: https://bugs.gentoo.org/936170
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libcommuni/libcommuni-3.7.0-r1.ebuild (renamed from net-im/libcommuni/libcommuni-3.7.0.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/libcommuni/libcommuni-3.7.0.ebuild b/net-im/libcommuni/libcommuni-3.7.0-r1.ebuild index 6c0ce18b28d0..30de6a28635a 100644 --- a/net-im/libcommuni/libcommuni-3.7.0.ebuild +++ b/net-im/libcommuni/libcommuni-3.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,15 +13,17 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" IUSE="examples qml test +uchardet" +REQUIRED_USE="examples? ( qml )" RESTRICT="!test? ( test )" RDEPEND=" dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 + dev-qt/qtnetwork:5 examples? ( || ( dev-qt/qtgui:5[X(-)] dev-qt/qtgui:5[xcb(-)] ) ) + qml? ( dev-qt/qtdeclarative:5 ) uchardet? ( app-i18n/uchardet ) !uchardet? ( dev-libs/icu:= ) " |