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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFCF2158086 for ; Fri, 26 Nov 2021 18:52:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1159B2BC00C; Fri, 26 Nov 2021 18:52:54 +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 9611A2BC00C for ; Fri, 26 Nov 2021 18:52:53 +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 6DCAC342BF1 for ; Fri, 26 Nov 2021 18:52:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 761AF8E for ; Fri, 26 Nov 2021 18:52:50 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1637952401.f4ad4f8f0fa05e7504efb3ef6ef46a650b47a4d6.vapier@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-r8.ebuild sys-libs/glibc/glibc-2.33-r1.ebuild sys-libs/glibc/glibc-2.33-r7.ebuild sys-libs/glibc/glibc-2.34-r2.ebuild sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: f4ad4f8f0fa05e7504efb3ef6ef46a650b47a4d6 X-VCS-Branch: master Date: Fri, 26 Nov 2021 18:52:50 +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: a20f50d9-f498-434a-a0d6-10f0b5cc4dad X-Archives-Hash: 06128a84e40e37863268dac126fb788a commit: f4ad4f8f0fa05e7504efb3ef6ef46a650b47a4d6 Author: Mike Frysinger gentoo org> AuthorDate: Fri Nov 26 18:46:41 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Nov 26 18:46:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ad4f8f sys-libs/glibc: remove deps on implicit system packages These packages are guaranteed to exist as part of implicit system, so there's no need to list them here, and we want to keep the C lib deps minimal to avoid circular deps. Closes: https://bugs.gentoo.org/740750 Signed-off-by: Mike Frysinger gentoo.org> sys-libs/glibc/glibc-2.32-r8.ebuild | 15 --------------- sys-libs/glibc/glibc-2.33-r1.ebuild | 15 --------------- sys-libs/glibc/glibc-2.33-r7.ebuild | 15 --------------- sys-libs/glibc/glibc-2.34-r2.ebuild | 15 --------------- sys-libs/glibc/glibc-9999.ebuild | 15 --------------- 5 files changed, 75 deletions(-) diff --git a/sys-libs/glibc/glibc-2.32-r8.ebuild b/sys-libs/glibc/glibc-2.32-r8.ebuild index 101254fce5ab..f91909bea8da 100644 --- a/sys-libs/glibc/glibc-2.32-r8.ebuild +++ b/sys-libs/glibc/glibc-2.32-r8.ebuild @@ -91,18 +91,11 @@ fi # 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= ) @@ -116,17 +109,9 @@ COMMON_DEPEND=" !=app-misc/pax-utils-1.3.1 sys-devel/bison doc? ( sys-apps/texinfo ) - !compile-locales? ( - app-arch/gzip - sys-apps/grep - virtual/awk - ) " COMMON_DEPEND=" gd? ( media-libs/gd:2= ) @@ -120,17 +113,9 @@ COMMON_DEPEND=" systemtap? ( dev-util/systemtap ) " DEPEND="${COMMON_DEPEND} - compile-locales? ( - app-arch/gzip - sys-apps/grep - virtual/awk - ) test? ( >=net-dns/libidn2-2.3.0 ) " RDEPEND="${COMMON_DEPEND} - app-arch/gzip - sys-apps/grep - virtual/awk sys-apps/gentoo-functions !=app-misc/pax-utils-${MIN_PAX_UTILS_VER} sys-devel/bison doc? ( sys-apps/texinfo ) - !compile-locales? ( - app-arch/gzip - sys-apps/grep - virtual/awk - ) " COMMON_DEPEND=" gd? ( media-libs/gd:2= ) @@ -127,17 +120,9 @@ COMMON_DEPEND=" systemtap? ( dev-util/systemtap ) " DEPEND="${COMMON_DEPEND} - compile-locales? ( - app-arch/gzip - sys-apps/grep - virtual/awk - ) test? ( >=net-dns/libidn2-2.3.0 ) " RDEPEND="${COMMON_DEPEND} - app-arch/gzip - sys-apps/grep - virtual/awk sys-apps/gentoo-functions !