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 B03E813835A for ; Fri, 9 Oct 2020 20:40:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1989E0882; Fri, 9 Oct 2020 20:40:46 +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 BAB4FE0882 for ; Fri, 9 Oct 2020 20:40:46 +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 8E4C4340F12 for ; Fri, 9 Oct 2020 20:40:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E3A038D for ; Fri, 9 Oct 2020 20:40:44 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1602276039.02b32b254703b22dddb5ce2f71b1a1bf727329d8.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.32-r2.ebuild sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 02b32b254703b22dddb5ce2f71b1a1bf727329d8 X-VCS-Branch: master Date: Fri, 9 Oct 2020 20:40:44 +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: 508dc5d6-d2ea-43d5-af53-6ec3c0ab92f7 X-Archives-Hash: c101a62aa346ab3fc017c509aee46c0c commit: 02b32b254703b22dddb5ce2f71b1a1bf727329d8 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Oct 9 20:40:22 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Oct 9 20:40:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b32b25 sys-libs/glibc: Add deps on gzip, grep, awk Closes: https://bugs.gentoo.org/740750 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas K. Hüttel gentoo.org> sys-libs/glibc/glibc-2.32-r2.ebuild | 16 ++++++++++++++++ sys-libs/glibc/glibc-9999.ebuild | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/sys-libs/glibc/glibc-2.32-r2.ebuild b/sys-libs/glibc/glibc-2.32-r2.ebuild index 8088edcc61a..6dcb8cf95b1 100644 --- a/sys-libs/glibc/glibc-2.32-r2.ebuild +++ b/sys-libs/glibc/glibc-2.32-r2.ebuild @@ -89,11 +89,19 @@ fi # and that gcc already contains the hardened patches. # Lastly, let's avoid some openssh nastiness, bug 708224, as # convenience to our users. + +# gzip, grep, awk are needed by locale-gen, bug 740750 + BDEPEND=" ${PYTHON_DEPS} >=app-misc/pax-utils-0.1.10 sys-devel/bison doc? ( sys-apps/texinfo ) + !compile-locales? ( + app-arch/gzip + sys-apps/grep + virtual/awk + ) " COMMON_DEPEND=" gd? ( media-libs/gd:2= ) @@ -107,9 +115,17 @@ COMMON_DEPEND=" !