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 25CD71382C5 for ; Tue, 4 May 2021 19:10:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C9A4E0829; Tue, 4 May 2021 19:10:14 +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 12253E0828 for ; Tue, 4 May 2021 19:10:14 +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 6C153335DA7 for ; Tue, 4 May 2021 19:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D18A278E for ; Tue, 4 May 2021 19:10:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1620155394.467bffc308bf969f4d4ba54f27069db0609a5daf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libwebsockets/libwebsockets-4.1.6.ebuild X-VCS-Directories: net-libs/libwebsockets/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 467bffc308bf969f4d4ba54f27069db0609a5daf X-VCS-Branch: master Date: Tue, 4 May 2021 19:10:08 +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: a9f2919f-962c-4cbe-8005-1495f0cb6cde X-Archives-Hash: 24c612d7aaa9164cdcc2fff37ae64431 commit: 467bffc308bf969f4d4ba54f27069db0609a5daf Author: Sam James gentoo org> AuthorDate: Tue May 4 03:42:45 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 4 19:09:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467bffc3 net-libs/libwebsockets: simplify REQUIRED_USE after LibreSSL removal Closes: https://bugs.gentoo.org/788079 Signed-off-by: Sam James gentoo.org> net-libs/libwebsockets/libwebsockets-4.1.6.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild b/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild index 1e34eded969..4bfe5e897b8 100644 --- a/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild @@ -22,7 +22,6 @@ REQUIRED_USE=" http-proxy? ( client ) smtp? ( libuv ) socks5? ( client http-proxy ) - ssl? ( mbedtls ) mbedtls? ( ssl ) ?? ( libev libevent ) "