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 99693138351 for ; Sat, 11 Apr 2020 21:11:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6C62E09C3; Sat, 11 Apr 2020 21:11:42 +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 BA256E09C3 for ; Sat, 11 Apr 2020 21:11:42 +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 6B45A34F107 for ; Sat, 11 Apr 2020 21:11:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CC2B1D6 for ; Sat, 11 Apr 2020 21:11:38 +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: <1586639439.c18654cb868ba566c26bbf3cd01f67802fd8204b.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.16.1-r1.ebuild www-servers/nginx/nginx-1.17.9-r2.ebuild X-VCS-Directories: www-servers/nginx/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: c18654cb868ba566c26bbf3cd01f67802fd8204b X-VCS-Branch: master Date: Sat, 11 Apr 2020 21:11:38 +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: 3b2ac814-4a03-4044-ae1e-93a0f45b8830 X-Archives-Hash: ff8813ea92a6caff1e5442bf6433c876 commit: c18654cb868ba566c26bbf3cd01f67802fd8204b Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Apr 11 21:03:29 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Apr 11 21:10:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18654cb www-servers/nginx: USE=nginx_modules_http_dav_ext needs dev-libs/libxslt However, USE=nginx_modules_http_dav_ext recommends usage of USE=nginx_modules_http_xslt that why we just add a REQUIRED_USE. Closes: https://bugs.gentoo.org/715018 Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann gentoo.org> www-servers/nginx/nginx-1.16.1-r1.ebuild | 2 +- www-servers/nginx/nginx-1.17.9-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/nginx/nginx-1.16.1-r1.ebuild b/www-servers/nginx/nginx-1.16.1-r1.ebuild index f171f8a2e22..b429dd2503c 100644 --- a/www-servers/nginx/nginx-1.16.1-r1.ebuild +++ b/www-servers/nginx/nginx-1.16.1-r1.ebuild @@ -341,7 +341,7 @@ REQUIRED_USE="pcre-jit? ( pcre ) nginx_modules_http_rewrite ) nginx_modules_http_naxsi? ( pcre ) - nginx_modules_http_dav_ext? ( nginx_modules_http_dav ) + nginx_modules_http_dav_ext? ( nginx_modules_http_dav nginx_modules_http_xslt ) nginx_modules_http_metrics? ( nginx_modules_http_stub_status ) nginx_modules_http_security? ( pcre ) nginx_modules_http_push_stream? ( ssl )" diff --git a/www-servers/nginx/nginx-1.17.9-r2.ebuild b/www-servers/nginx/nginx-1.17.9-r2.ebuild index 8526c073104..884dedb9314 100644 --- a/www-servers/nginx/nginx-1.17.9-r2.ebuild +++ b/www-servers/nginx/nginx-1.17.9-r2.ebuild @@ -341,7 +341,7 @@ REQUIRED_USE="pcre-jit? ( pcre ) nginx_modules_http_rewrite ) nginx_modules_http_naxsi? ( pcre ) - nginx_modules_http_dav_ext? ( nginx_modules_http_dav ) + nginx_modules_http_dav_ext? ( nginx_modules_http_dav nginx_modules_http_xslt ) nginx_modules_http_metrics? ( nginx_modules_http_stub_status ) nginx_modules_http_security? ( pcre ) nginx_modules_http_push_stream? ( ssl )"