Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Fri, 09 Oct 2020 20:40:47
Message-Id: 1602276039.02b32b254703b22dddb5ce2f71b1a1bf727329d8.dilfridge@gentoo
1 commit: 02b32b254703b22dddb5ce2f71b1a1bf727329d8
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 20:40:22 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 20:40:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b32b25
7
8 sys-libs/glibc: Add deps on gzip, grep, awk
9
10 Closes: https://bugs.gentoo.org/740750
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 sys-libs/glibc/glibc-2.32-r2.ebuild | 16 ++++++++++++++++
15 sys-libs/glibc/glibc-9999.ebuild | 16 ++++++++++++++++
16 2 files changed, 32 insertions(+)
17
18 diff --git a/sys-libs/glibc/glibc-2.32-r2.ebuild b/sys-libs/glibc/glibc-2.32-r2.ebuild
19 index 8088edcc61a..6dcb8cf95b1 100644
20 --- a/sys-libs/glibc/glibc-2.32-r2.ebuild
21 +++ b/sys-libs/glibc/glibc-2.32-r2.ebuild
22 @@ -89,11 +89,19 @@ fi
23 # and that gcc already contains the hardened patches.
24 # Lastly, let's avoid some openssh nastiness, bug 708224, as
25 # convenience to our users.
26 +
27 +# gzip, grep, awk are needed by locale-gen, bug 740750
28 +
29 BDEPEND="
30 ${PYTHON_DEPS}
31 >=app-misc/pax-utils-0.1.10
32 sys-devel/bison
33 doc? ( sys-apps/texinfo )
34 + !compile-locales? (
35 + app-arch/gzip
36 + sys-apps/grep
37 + virtual/awk
38 + )
39 "
40 COMMON_DEPEND="
41 gd? ( media-libs/gd:2= )
42 @@ -107,9 +115,17 @@ COMMON_DEPEND="
43 !<net-misc/openssh-8.1_p1-r2
44 "
45 DEPEND="${COMMON_DEPEND}
46 + compile-locales? (
47 + app-arch/gzip
48 + sys-apps/grep
49 + virtual/awk
50 + )
51 test? ( >=net-dns/libidn2-2.3.0 )
52 "
53 RDEPEND="${COMMON_DEPEND}
54 + app-arch/gzip
55 + sys-apps/grep
56 + virtual/awk
57 sys-apps/gentoo-functions
58 "
59
60
61 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
62 index 4caa8e76b1b..ade64de2bd4 100644
63 --- a/sys-libs/glibc/glibc-9999.ebuild
64 +++ b/sys-libs/glibc/glibc-9999.ebuild
65 @@ -89,11 +89,19 @@ fi
66 # and that gcc already contains the hardened patches.
67 # Lastly, let's avoid some openssh nastiness, bug 708224, as
68 # convenience to our users.
69 +
70 +# gzip, grep, awk are needed by locale-gen, bug 740750
71 +
72 BDEPEND="
73 ${PYTHON_DEPS}
74 >=app-misc/pax-utils-0.1.10
75 sys-devel/bison
76 doc? ( sys-apps/texinfo )
77 + !compile-locales? (
78 + app-arch/gzip
79 + sys-apps/grep
80 + virtual/awk
81 + )
82 "
83 COMMON_DEPEND="
84 gd? ( media-libs/gd:2= )
85 @@ -107,9 +115,17 @@ COMMON_DEPEND="
86 !<net-misc/openssh-8.1_p1-r2
87 "
88 DEPEND="${COMMON_DEPEND}
89 + compile-locales? (
90 + app-arch/gzip
91 + sys-apps/grep
92 + virtual/awk
93 + )
94 test? ( >=net-dns/libidn2-2.3.0 )
95 "
96 RDEPEND="${COMMON_DEPEND}
97 + app-arch/gzip
98 + sys-apps/grep
99 + virtual/awk
100 sys-apps/gentoo-functions
101 "