commit: c24b557c76082116cfa27ee41f3c34bee1a50634 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Jul 21 14:54:44 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Jul 21 15:02:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24b557c
net-im/libcommuni: fix headless install Closes: https://bugs.gentoo.org/936170 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../{libcommuni-3.7.0.ebuild => libcommuni-3.7.0-r1.ebuild} | 6 ++++-- 1 file 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 similarity index 94% rename from net-im/libcommuni/libcommuni-3.7.0.ebuild rename to 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:= ) "
