summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-11-26 13:46:41 -0500
committerMike Frysinger <vapier@gentoo.org>2021-11-26 13:46:41 -0500
commitf4ad4f8f0fa05e7504efb3ef6ef46a650b47a4d6 (patch)
treeba40702a223871048cb88bbbd1868a40de908f02 /sys-libs/glibc/glibc-2.33-r1.ebuild
parentdev-util/maturin: add 0.12.2 (diff)
downloadgentoo-f4ad4f8f0fa05e7504efb3ef6ef46a650b47a4d6.tar.gz
gentoo-f4ad4f8f0fa05e7504efb3ef6ef46a650b47a4d6.tar.bz2
gentoo-f4ad4f8f0fa05e7504efb3ef6ef46a650b47a4d6.zip
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 <vapier@gentoo.org>
Diffstat (limited to 'sys-libs/glibc/glibc-2.33-r1.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.33-r1.ebuild15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-libs/glibc/glibc-2.33-r1.ebuild b/sys-libs/glibc/glibc-2.33-r1.ebuild
index cdbca06cc5d5..fdd2b96d886e 100644
--- a/sys-libs/glibc/glibc-2.33-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.33-r1.ebuild
@@ -90,18 +90,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-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= )
@@ -114,17 +107,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-1.3.1
!<net-misc/openssh-8.1_p1-r2