From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EF5BA1384AE for ; Sun, 20 Sep 2015 16:39:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9447C21C038; Sun, 20 Sep 2015 16:39:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC88A21C00E for ; Sun, 20 Sep 2015 16:39:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 127A5340875 for ; Sun, 20 Sep 2015 16:39:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B14520B for ; Sun, 20 Sep 2015 16:39:47 +0000 (UTC) From: "Julian Ospald" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julian Ospald" Message-ID: <1442767084.3655f63ff09bb263294295b742a3ee9dc4719bb0.hasufell@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nghttp2/nghttp2-1.2.1-r1.ebuild net-libs/nghttp2/nghttp2-9999.ebuild X-VCS-Directories: net-libs/nghttp2/ X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald X-VCS-Revision: 3655f63ff09bb263294295b742a3ee9dc4719bb0 X-VCS-Branch: master Date: Sun, 20 Sep 2015 16:39:47 +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-Archives-Salt: efa4dfd7-a872-4d98-973c-b7c2b0a169f5 X-Archives-Hash: 719c12badc25eb7f0e6f5ccb42fb183d commit: 3655f63ff09bb263294295b742a3ee9dc4719bb0 Author: Julian Ospald gentoo org> AuthorDate: Sun Sep 20 15:08:56 2015 +0000 Commit: Julian Ospald gentoo org> CommitDate: Sun Sep 20 16:38:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3655f63f net-libs/nghttp2: add libressl support net-libs/nghttp2/{nghttp2-9999.ebuild => nghttp2-1.2.1-r1.ebuild} | 5 +++-- net-libs/nghttp2/nghttp2-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-1.2.1-r1.ebuild similarity index 90% copy from net-libs/nghttp2/nghttp2-9999.ebuild copy to net-libs/nghttp2/nghttp2-1.2.1-r1.ebuild index 3a8f850..7ef717f 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-1.2.1-r1.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://nghttp2.org/" LICENSE="MIT" SLOT="0/1.14" # . SONAMEs -IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml" +IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml" RDEPEND=" cxx? ( dev-libs/boost[${MULTILIB_USEDEP},threads] ) @@ -29,7 +29,8 @@ RDEPEND=" jemalloc? ( dev-libs/jemalloc ) utils? ( >=dev-libs/libev-4.15 - >=dev-libs/openssl-1.0.2 + !libressl? ( >=dev-libs/openssl-1.0.2:0 ) + libressl? ( dev-libs/libressl ) >=sys-libs/zlib-1.2.3 ) xml? ( >=dev-libs/libxml2-2.7.7 )" diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index 3a8f850..7ef717f 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-9999.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://nghttp2.org/" LICENSE="MIT" SLOT="0/1.14" # . SONAMEs -IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml" +IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml" RDEPEND=" cxx? ( dev-libs/boost[${MULTILIB_USEDEP},threads] ) @@ -29,7 +29,8 @@ RDEPEND=" jemalloc? ( dev-libs/jemalloc ) utils? ( >=dev-libs/libev-4.15 - >=dev-libs/openssl-1.0.2 + !libressl? ( >=dev-libs/openssl-1.0.2:0 ) + libressl? ( dev-libs/libressl ) >=sys-libs/zlib-1.2.3 ) xml? ( >=dev-libs/libxml2-2.7.7 )"