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 6038D158014 for ; Sun, 29 Aug 2021 10:27:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA765E0863; Sun, 29 Aug 2021 10:27:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6C5C9E0863 for ; Sun, 29 Aug 2021 10:27:14 +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 2A617342A21 for ; Sun, 29 Aug 2021 10:27:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A1E676 for ; Sun, 29 Aug 2021 10:27:11 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1630232816.3731249f66bbfd34ef521bc2bce382763d1b05eb.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/util-linux-2.37.1-r1.ebuild sys-apps/util-linux/util-linux-2.37.2.ebuild sys-apps/util-linux/util-linux-9999.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3731249f66bbfd34ef521bc2bce382763d1b05eb X-VCS-Branch: master Date: Sun, 29 Aug 2021 10:27:11 +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: 5d2b1209-1951-41a1-8773-f41309885099 X-Archives-Hash: 9b9b8dd45f1d107ea1eaf7a18d9835d2 commit: 3731249f66bbfd34ef521bc2bce382763d1b05eb Author: Lars Wendler gentoo org> AuthorDate: Sun Aug 29 10:22:22 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Aug 29 10:26:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3731249f sys-apps/util-linux: Fixed comment about man-pages Signed-off-by: Lars Wendler gentoo.org> sys-apps/util-linux/util-linux-2.37.1-r1.ebuild | 2 +- sys-apps/util-linux/util-linux-2.37.2.ebuild | 2 +- sys-apps/util-linux/util-linux-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/util-linux/util-linux-2.37.1-r1.ebuild b/sys-apps/util-linux/util-linux-2.37.1-r1.ebuild index 74d874455d9..fa2c51c57e1 100644 --- a/sys-apps/util-linux/util-linux-2.37.1-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.37.1-r1.ebuild @@ -223,7 +223,7 @@ multilib_src_configure() { if [[ ${PV} == *9999 ]] ; then myeconfargs+=( --enable-asciidoc ) else - # We ship pre-generated man-pages for releases + # Upstream is shipping pre-generated man-pages for releases myeconfargs+=( --disable-asciidoc ) fi else diff --git a/sys-apps/util-linux/util-linux-2.37.2.ebuild b/sys-apps/util-linux/util-linux-2.37.2.ebuild index 43b2f16fe98..64f4b060886 100644 --- a/sys-apps/util-linux/util-linux-2.37.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.37.2.ebuild @@ -220,7 +220,7 @@ multilib_src_configure() { if [[ ${PV} == *9999 ]] ; then myeconfargs+=( --enable-asciidoc ) else - # We ship pre-generated man-pages for releases + # Upstream is shipping pre-generated man-pages for releases myeconfargs+=( --disable-asciidoc ) fi else diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index 887e3f07cbc..d6191386e83 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -216,7 +216,7 @@ multilib_src_configure() { if [[ ${PV} == *9999 ]] ; then myeconfargs+=( --enable-asciidoc ) else - # We ship pre-generated man-pages for releases + # Upstream is shipping pre-generated man-pages for releases myeconfargs+=( --disable-asciidoc ) fi else