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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 65F65138334 for ; Sat, 27 Apr 2019 20:29:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9B62E087E; Sat, 27 Apr 2019 20:28:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 909FEE087E for ; Sat, 27 Apr 2019 20:28:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25EEC342A54 for ; Sat, 27 Apr 2019 20:28:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E67C75D7 for ; Sat, 27 Apr 2019 20:28:54 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1556396875.d41f65aac311d90b458e0ee4bf7c65e6ca6a7bed.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mosquitto/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/mosquitto/mosquitto-1.5.6.ebuild X-VCS-Directories: app-misc/mosquitto/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d41f65aac311d90b458e0ee4bf7c65e6ca6a7bed X-VCS-Branch: master Date: Sat, 27 Apr 2019 20:28:54 +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: 4eb3772a-1ca7-47f7-8993-39fa665c4a90 X-Archives-Hash: 5c4ab605ea6dd259484cdd515d3e46d0 commit: d41f65aac311d90b458e0ee4bf7c65e6ca6a7bed Author: David Seifert gentoo org> AuthorDate: Sat Apr 27 16:35:04 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Apr 27 20:27:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41f65aa app-misc/mosquitto: [QA] Fix USE=libressl semantics Closes: https://bugs.gentoo.org/684006 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: David Seifert gentoo.org> app-misc/mosquitto/mosquitto-1.5.6.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-misc/mosquitto/mosquitto-1.5.6.ebuild b/app-misc/mosquitto/mosquitto-1.5.6.ebuild index 7b6a16c2daf..6f319fe32b3 100644 --- a/app-misc/mosquitto/mosquitto-1.5.6.ebuild +++ b/app-misc/mosquitto/mosquitto-1.5.6.ebuild @@ -16,7 +16,6 @@ KEYWORDS="amd64 arm x86" IUSE="bridge examples libressl +persistence +srv ssl tcpd test websockets" REQUIRED_USE=" - libressl? ( ssl ) test? ( bridge ) "