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 CD70D13997D for ; Tue, 12 Nov 2019 14:46:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67035E0819; Tue, 12 Nov 2019 14:46:06 +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 70808E0814 for ; Tue, 12 Nov 2019 14:46:05 +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 1E9C834CC27 for ; Tue, 12 Nov 2019 14:46:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 065FA8AF for ; Tue, 12 Nov 2019 14:46:01 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1573569930.557bbbdbe61ce8ae8212bbf4f4cbef7943473bb5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libwebsockets/libwebsockets-3.2.0.ebuild X-VCS-Directories: net-libs/libwebsockets/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 557bbbdbe61ce8ae8212bbf4f4cbef7943473bb5 X-VCS-Branch: master Date: Tue, 12 Nov 2019 14:46:01 +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: 30b53087-87b9-4f44-ac0f-4fe3fa2c715f X-Archives-Hash: c924b5974e42ee7763e30bc165a692e4 commit: 557bbbdbe61ce8ae8212bbf4f4cbef7943473bb5 Author: Joonas Niilola gentoo org> AuthorDate: Tue Nov 12 14:38:06 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Nov 12 14:45:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557bbbdb net-libs/libwebsockets: fix styling in 3.2.0.ebuild Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Joonas Niilola gentoo.org> net-libs/libwebsockets/libwebsockets-3.2.0.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/net-libs/libwebsockets/libwebsockets-3.2.0.ebuild b/net-libs/libwebsockets/libwebsockets-3.2.0.ebuild index 8ee9273a188..edff1fac3cb 100644 --- a/net-libs/libwebsockets/libwebsockets-3.2.0.ebuild +++ b/net-libs/libwebsockets/libwebsockets-3.2.0.ebuild @@ -17,8 +17,7 @@ IUSE="access-log caps cgi client dbus generic-sessions http-proxy http2 ipv6 sqlite3 ssl static-libs threads zip" REQUIRED_USE=" - generic-sessions? ( sqlite3 ) - generic-sessions? ( smtp ) + generic-sessions? ( smtp sqlite3 ) http-proxy? ( client ) smtp? ( libuv ) ?? ( libev libevent ) @@ -26,13 +25,12 @@ REQUIRED_USE=" RDEPEND=" sys-libs/zlib - - caps? ( sys-libs/libcap ) + caps? ( sys-libs/libcap ) http-proxy? ( net-libs/libhubbub ) - libev? ( dev-libs/libev ) - libevent? ( dev-libs/libevent:= ) - libuv? ( dev-libs/libuv:= ) - sqlite3? ( dev-db/sqlite:= ) + libev? ( dev-libs/libev ) + libevent? ( dev-libs/libevent:= ) + libuv? ( dev-libs/libuv:= ) + sqlite3? ( dev-db/sqlite:= ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= )