From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3396A159BB7 for ; Sun, 21 Jul 2024 15:02:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A15F2BC062; Sun, 21 Jul 2024 15:02:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E8312BC062 for ; Sun, 21 Jul 2024 15:02:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89CB634308A for ; Sun, 21 Jul 2024 15:02:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D89C41E4F for ; Sun, 21 Jul 2024 15:02:53 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1721574164.c24b557c76082116cfa27ee41f3c34bee1a50634.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/libcommuni/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/libcommuni/libcommuni-3.7.0-r1.ebuild net-im/libcommuni/libcommuni-3.7.0.ebuild X-VCS-Directories: net-im/libcommuni/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c24b557c76082116cfa27ee41f3c34bee1a50634 X-VCS-Branch: master Date: Sun, 21 Jul 2024 15:02:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0ea7a8d7-ef09-4e98-9158-bf9060cb7580 X-Archives-Hash: b32cc3136439f9c6eed5609e86fea0e7 commit: c24b557c76082116cfa27ee41f3c34bee1a50634 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Jul 21 14:54:44 2024 +0000 Commit: Conrad Kostecki gentoo 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 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:= ) "