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 C27891382C5 for ; Tue, 17 Apr 2018 17:24:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD522E0872; Tue, 17 Apr 2018 17:24:34 +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 AB434E0872 for ; Tue, 17 Apr 2018 17:24:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 86934335C2E for ; Tue, 17 Apr 2018 17:24:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64451260 for ; Tue, 17 Apr 2018 17:24:31 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1523985866.071d7cdce4c3fa8f54762b54da941c76bc39bd14.whissi@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.14.0.ebuild X-VCS-Directories: www-servers/nginx/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 071d7cdce4c3fa8f54762b54da941c76bc39bd14 X-VCS-Branch: master Date: Tue, 17 Apr 2018 17:24:31 +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: 57077d62-ce8e-4691-85e8-b1a8c7e599e2 X-Archives-Hash: f7c3444572bc95b3f23c06341919796c commit: 071d7cdce4c3fa8f54762b54da941c76bc39bd14 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Apr 17 17:23:48 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Apr 17 17:24:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071d7cdc www-servers/nginx: Fix self block Package-Manager: Portage-2.3.28, Repoman-2.3.9 www-servers/nginx/nginx-1.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/nginx/nginx-1.14.0.ebuild b/www-servers/nginx/nginx-1.14.0.ebuild index f4739e7cf1d..6c27d427217 100644 --- a/www-servers/nginx/nginx-1.14.0.ebuild +++ b/www-servers/nginx/nginx-1.14.0.ebuild @@ -313,7 +313,7 @@ CDEPEND=" nginx_modules_http_auth_ldap? ( net-nds/openldap[ssl?] )" RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-nginx ) - !www-servers/nginx:0" + !www-servers/nginx:mainline" DEPEND="${CDEPEND} nginx_modules_http_brotli? ( virtual/pkgconfig ) nginx_modules_http_security? ( ${AUTOTOOLS_DEPEND} )