Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Mon, 07 Feb 2022 02:52:39
Message-Id: 1644202315.df1d19fe321238ab45b334347bdce874a1d2ebcd.sam@gentoo
1 commit: df1d19fe321238ab45b334347bdce874a1d2ebcd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 02:51:55 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 02:51:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1d19fe
7
8 sys-libs/glibc: drop obsolete CVS arg in 2.35/9999
9
10 See upstream commit [0].
11
12 [0] https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=92963737c4376bcfd65235d5c325fa7f48302f89
13 Closes: https://bugs.gentoo.org/828864
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-libs/glibc/glibc-2.35.ebuild | 2 --
17 sys-libs/glibc/glibc-9999.ebuild | 2 --
18 2 files changed, 4 deletions(-)
19
20 diff --git a/sys-libs/glibc/glibc-2.35.ebuild b/sys-libs/glibc/glibc-2.35.ebuild
21 index 39ebc6f3a02b..a7b8b1ab6527 100644
22 --- a/sys-libs/glibc/glibc-2.35.ebuild
23 +++ b/sys-libs/glibc/glibc-2.35.ebuild
24 @@ -950,7 +950,6 @@ glibc_do_configure() {
25 fi
26
27 myconf+=(
28 - --without-cvs
29 --disable-werror
30 --enable-bind-now
31 --build=${CBUILD_OPT:-${CBUILD}}
32 @@ -1121,7 +1120,6 @@ glibc_headers_configure() {
33 myconf+=(
34 --disable-sanity-checks
35 --enable-hacker-mode
36 - --without-cvs
37 --disable-werror
38 --enable-bind-now
39 --build=${CBUILD_OPT:-${CBUILD}}
40
41 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
42 index 39ebc6f3a02b..a7b8b1ab6527 100644
43 --- a/sys-libs/glibc/glibc-9999.ebuild
44 +++ b/sys-libs/glibc/glibc-9999.ebuild
45 @@ -950,7 +950,6 @@ glibc_do_configure() {
46 fi
47
48 myconf+=(
49 - --without-cvs
50 --disable-werror
51 --enable-bind-now
52 --build=${CBUILD_OPT:-${CBUILD}}
53 @@ -1121,7 +1120,6 @@ glibc_headers_configure() {
54 myconf+=(
55 --disable-sanity-checks
56 --enable-hacker-mode
57 - --without-cvs
58 --disable-werror
59 --enable-bind-now
60 --build=${CBUILD_OPT:-${CBUILD}}