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 408C7158099 for ; Sat, 25 Nov 2023 16:31:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81BD52BC04D; Sat, 25 Nov 2023 16:31:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FCF12BC04D for ; Sat, 25 Nov 2023 16:31:54 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40E2C335D6B for ; Sat, 25 Nov 2023 16:31:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DE1B1298 for ; Sat, 25 Nov 2023 16:31:51 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1700929906.6813d9ecd03c92807dab39d01537149622e04c6c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mosquitto/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/mosquitto/mosquitto-2.0.18.ebuild X-VCS-Directories: app-misc/mosquitto/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6813d9ecd03c92807dab39d01537149622e04c6c X-VCS-Branch: master Date: Sat, 25 Nov 2023 16:31:51 +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: c032205b-246c-4fd1-8683-09ccf30dfece X-Archives-Hash: f8ddf11e6bd8430737768de5ef58a4a8 commit: 6813d9ecd03c92807dab39d01537149622e04c6c Author: Matt Turner gentoo org> AuthorDate: Sat Nov 25 16:26:36 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Nov 25 16:31:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6813d9ec app-misc/mosquitto: Enable USE=bridge by default It's required for tests. Signed-off-by: Matt Turner gentoo.org> app-misc/mosquitto/mosquitto-2.0.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/mosquitto/mosquitto-2.0.18.ebuild b/app-misc/mosquitto/mosquitto-2.0.18.ebuild index fdefe0ec14b1..5d60035a64bd 100644 --- a/app-misc/mosquitto/mosquitto-2.0.18.ebuild +++ b/app-misc/mosquitto/mosquitto-2.0.18.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz" LICENSE="EPL-1.0" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="bridge examples +persistence +srv ssl systemd tcpd test websockets" +IUSE="+bridge examples +persistence +srv ssl systemd tcpd test websockets" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( bridge )"