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 B92DA158017 for ; Tue, 28 Sep 2021 02:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17CA2E0900; Tue, 28 Sep 2021 02:02:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED61AE0900 for ; Tue, 28 Sep 2021 02:02:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8A30342E55 for ; Tue, 28 Sep 2021 02:02:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 309E9111 for ; Tue, 28 Sep 2021 02:02:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1632794488.3f36bd3a78e38084b381b5b4b20588e7210cc9f2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/coreutils/coreutils-8.32-r1.ebuild sys-apps/coreutils/coreutils-9.0-r1.ebuild sys-apps/coreutils/coreutils-9.0.ebuild X-VCS-Directories: sys-apps/coreutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f36bd3a78e38084b381b5b4b20588e7210cc9f2 X-VCS-Branch: master Date: Tue, 28 Sep 2021 02:02:05 +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: 44eed991-aace-4a15-aa80-8d70e51409c4 X-Archives-Hash: f0589c65032f3b7c2af9775b7de23999 commit: 3f36bd3a78e38084b381b5b4b20588e7210cc9f2 Author: Sam James gentoo org> AuthorDate: Tue Sep 28 02:01:28 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 28 02:01:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f36bd3a sys-apps/coreutils: add misisng dev-lang/perl BDEPEND Needed for man page generation. Closes: https://bugs.gentoo.org/814938 Signed-off-by: Sam James gentoo.org> sys-apps/coreutils/coreutils-8.32-r1.ebuild | 1 + sys-apps/coreutils/coreutils-9.0-r1.ebuild | 1 + sys-apps/coreutils/coreutils-9.0.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sys-apps/coreutils/coreutils-8.32-r1.ebuild b/sys-apps/coreutils/coreutils-8.32-r1.ebuild index 47b5462e103..1a139279ad8 100644 --- a/sys-apps/coreutils/coreutils-8.32-r1.ebuild +++ b/sys-apps/coreutils/coreutils-8.32-r1.ebuild @@ -36,6 +36,7 @@ DEPEND=" " BDEPEND=" app-arch/xz-utils + dev-lang/perl test? ( dev-lang/perl dev-perl/Expect diff --git a/sys-apps/coreutils/coreutils-9.0-r1.ebuild b/sys-apps/coreutils/coreutils-9.0-r1.ebuild index a9a8508086a..ffbc9ea3ef9 100644 --- a/sys-apps/coreutils/coreutils-9.0-r1.ebuild +++ b/sys-apps/coreutils/coreutils-9.0-r1.ebuild @@ -35,6 +35,7 @@ DEPEND=" " BDEPEND=" app-arch/xz-utils + dev-lang/perl test? ( dev-lang/perl dev-perl/Expect diff --git a/sys-apps/coreutils/coreutils-9.0.ebuild b/sys-apps/coreutils/coreutils-9.0.ebuild index 0f0aec04b0b..b373e1d79b2 100644 --- a/sys-apps/coreutils/coreutils-9.0.ebuild +++ b/sys-apps/coreutils/coreutils-9.0.ebuild @@ -35,6 +35,7 @@ DEPEND=" " BDEPEND=" app-arch/xz-utils + dev-lang/perl test? ( dev-lang/perl dev-perl/Expect