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 BD42D1388C1 for ; Thu, 3 Mar 2016 10:35:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2321921C00A; Thu, 3 Mar 2016 10:35:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBBAD21C00A for ; Thu, 3 Mar 2016 10:35:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD7163409B7 for ; Thu, 3 Mar 2016 10:35:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0672F1607 for ; Thu, 3 Mar 2016 10:35:29 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1457001310.0f91d5ac7023e7f4e1124e65344845a378c6c056.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/nginx/nginx-1.9.12.ebuild X-VCS-Directories: www-servers/nginx/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 0f91d5ac7023e7f4e1124e65344845a378c6c056 X-VCS-Branch: master Date: Thu, 3 Mar 2016 10:35:29 +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: b431a4f0-7148-4379-82d8-d8da8493a0a7 X-Archives-Hash: bb884fa466241275bf064a87290aea96 commit: 0f91d5ac7023e7f4e1124e65344845a378c6c056 Author: Jason A. Donenfeld gentoo org> AuthorDate: Thu Mar 3 10:35:10 2016 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Thu Mar 3 10:35:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f91d5ac www-servers/nginx: Support libressl Package-Manager: portage-2.2.27 www-servers/nginx/nginx-1.9.12.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www-servers/nginx/nginx-1.9.12.ebuild b/www-servers/nginx/nginx-1.9.12.ebuild index 83a0713..0892a61 100644 --- a/www-servers/nginx/nginx-1.9.12.ebuild +++ b/www-servers/nginx/nginx-1.9.12.ebuild @@ -138,6 +138,9 @@ HTTP_LDAP_MODULE_P="nginx-auth-ldap-${HTTP_LDAP_MODULE_PV}" HTTP_LDAP_MODULE_URI="https://github.com/kvspb/nginx-auth-ldap/archive/${HTTP_LDAP_MODULE_PV}.tar.gz" HTTP_LDAP_MODULE_WD="${WORKDIR}/nginx-auth-ldap-${HTTP_LDAP_MODULE_PV}" +# We handle deps below ourselves +SSL_DEPS_SKIP=1 + inherit ssl-cert toolchain-funcs perl-module flag-o-matic user systemd versionator multilib DESCRIPTION="Robust, small and high performance http and reverse proxy server"