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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E312F158042 for ; Sun, 6 Oct 2024 05:13:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F261DE29AF; Sun, 6 Oct 2024 05:13:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91664E29AF for ; Sun, 6 Oct 2024 05:13:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DB6134315E for ; Sun, 6 Oct 2024 05:13:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4C921BF8 for ; Sun, 6 Oct 2024 05:13:55 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1728191587.7bb39d881956dd090b6f57cba1c614b65057b370.patrick@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.27.2.ebuild X-VCS-Directories: www-servers/nginx/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 7bb39d881956dd090b6f57cba1c614b65057b370 X-VCS-Branch: master Date: Sun, 6 Oct 2024 05:13:55 +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: ca286b40-6bed-4076-859c-587dabdfb67e X-Archives-Hash: 8e5f52eaf0708723579514f355714a8a commit: 7bb39d881956dd090b6f57cba1c614b65057b370 Author: Patrick Lauer gentoo org> AuthorDate: Sun Oct 6 05:13:07 2024 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sun Oct 6 05:13:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb39d88 www-servers/nginx: Fix src_install README is now .md Signed-off-by: Patrick Lauer gentoo.org> www-servers/nginx/nginx-1.27.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/nginx/nginx-1.27.2.ebuild b/www-servers/nginx/nginx-1.27.2.ebuild index 922754bbbec8..7588c9071150 100644 --- a/www-servers/nginx/nginx-1.27.2.ebuild +++ b/www-servers/nginx/nginx-1.27.2.ebuild @@ -746,7 +746,7 @@ src_install() { systemd_newunit "${FILESDIR}"/nginx.service-r1 nginx.service doman man/nginx.8 - dodoc CHANGES* README + dodoc CHANGES* README.md # just keepdir. do not copy the default htdocs files (bug #449136) keepdir /var/www/localhost