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 577B6138350 for ; Fri, 1 May 2020 09:22:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A969E0B2E; Fri, 1 May 2020 09:22:03 +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 7A71FE0B2E for ; Fri, 1 May 2020 09:22:03 +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 38B0F34F080 for ; Fri, 1 May 2020 09:22:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A25211D6 for ; Fri, 1 May 2020 09:22:00 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1588324907.08821781710fe56e4b784bf45146b48bea4a2efd.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/usockets/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/usockets/metadata.xml dev-cpp/usockets/usockets-0.3.5.ebuild X-VCS-Directories: dev-cpp/usockets/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 08821781710fe56e4b784bf45146b48bea4a2efd X-VCS-Branch: dev Date: Fri, 1 May 2020 09:22:00 +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: 1c78c4a0-7ea2-47d3-b200-f50d94383db8 X-Archives-Hash: 227469612fabbea824ace9da7a0d0643 commit: 08821781710fe56e4b784bf45146b48bea4a2efd Author: Andrew Ammerlaan riseup net> AuthorDate: Fri May 1 09:21:47 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri May 1 09:21:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08821781 dev-cpp/usockets: fixup use flag not in iuse error Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-cpp/usockets/metadata.xml | 1 + dev-cpp/usockets/usockets-0.3.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-cpp/usockets/metadata.xml b/dev-cpp/usockets/metadata.xml index 73dd576..50cf8d2 100644 --- a/dev-cpp/usockets/metadata.xml +++ b/dev-cpp/usockets/metadata.xml @@ -7,5 +7,6 @@ Enable bindings to use the libuv dispatcher + Enable openssl support diff --git a/dev-cpp/usockets/usockets-0.3.5.ebuild b/dev-cpp/usockets/usockets-0.3.5.ebuild index a77e1a0..5d5a20e 100644 --- a/dev-cpp/usockets/usockets-0.3.5.ebuild +++ b/dev-cpp/usockets/usockets-0.3.5.ebuild @@ -45,7 +45,7 @@ PATCHES=( src_compile() { # the Makefile uses environment variables - emake WITH_OPENSSL=$(usex ssl 1 0) \ + emake WITH_OPENSSL=$(usex openssl 1 0) \ WITH_LIBUV=$(usex libuv 1 0) \ WITH_ASAN=$(usex debug 1 0) \ default 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 CD34B1381F3 for ; Fri, 1 May 2020 09:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05FECE0C7D; Fri, 1 May 2020 09:59:40 +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 E1260E0C7D for ; Fri, 1 May 2020 09:59:39 +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 8600534F026 for ; Fri, 1 May 2020 09:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EC5F21D for ; Fri, 1 May 2020 09:59:35 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1588324907.08821781710fe56e4b784bf45146b48bea4a2efd.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/usockets/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/usockets/metadata.xml dev-cpp/usockets/usockets-0.3.5.ebuild X-VCS-Directories: dev-cpp/usockets/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 08821781710fe56e4b784bf45146b48bea4a2efd X-VCS-Branch: master Date: Fri, 1 May 2020 09:59:35 +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: 4324ca51-2655-41ef-bfb8-ac6403c0756b X-Archives-Hash: 2dddbde58c4e47a956c4c95ffc8cfe3a Message-ID: <20200501095935.iMDNJZKDMoQ2Ec80r1fP6j-__jHGfe2NNF1SbupSIZ0@z> commit: 08821781710fe56e4b784bf45146b48bea4a2efd Author: Andrew Ammerlaan riseup net> AuthorDate: Fri May 1 09:21:47 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri May 1 09:21:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08821781 dev-cpp/usockets: fixup use flag not in iuse error Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-cpp/usockets/metadata.xml | 1 + dev-cpp/usockets/usockets-0.3.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-cpp/usockets/metadata.xml b/dev-cpp/usockets/metadata.xml index 73dd576..50cf8d2 100644 --- a/dev-cpp/usockets/metadata.xml +++ b/dev-cpp/usockets/metadata.xml @@ -7,5 +7,6 @@ Enable bindings to use the libuv dispatcher + Enable openssl support diff --git a/dev-cpp/usockets/usockets-0.3.5.ebuild b/dev-cpp/usockets/usockets-0.3.5.ebuild index a77e1a0..5d5a20e 100644 --- a/dev-cpp/usockets/usockets-0.3.5.ebuild +++ b/dev-cpp/usockets/usockets-0.3.5.ebuild @@ -45,7 +45,7 @@ PATCHES=( src_compile() { # the Makefile uses environment variables - emake WITH_OPENSSL=$(usex ssl 1 0) \ + emake WITH_OPENSSL=$(usex openssl 1 0) \ WITH_LIBUV=$(usex libuv 1 0) \ WITH_ASAN=$(usex debug 1 0) \ default