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: Wed, 08 Sep 2021 23:48:19
Message-Id: 1631144887.1ee6e5850273f238a83f71426d60f08c48d32659.sam@gentoo
1 commit: 1ee6e5850273f238a83f71426d60f08c48d32659
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 8 23:47:24 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 23:48:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee6e585
7
8 sys-libs/glibc: add comment referencing wiki page
9
10 .. to refer to a list of things to do when bumping
11 glibc.
12
13 Bug: https://bugs.gentoo.org/811462
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-libs/glibc/glibc-2.34.ebuild | 3 +++
17 sys-libs/glibc/glibc-9999.ebuild | 3 +++
18 2 files changed, 6 insertions(+)
19
20 diff --git a/sys-libs/glibc/glibc-2.34.ebuild b/sys-libs/glibc/glibc-2.34.ebuild
21 index 0466160c931..459c54eacc9 100644
22 --- a/sys-libs/glibc/glibc-2.34.ebuild
23 +++ b/sys-libs/glibc/glibc-2.34.ebuild
24 @@ -3,6 +3,9 @@
25
26 EAPI=7
27
28 +# Bumping notes: https://wiki.gentoo.org/wiki/Project:Toolchain/sys-libs/glibc
29 +# Please read & adapt the page as necessary if obsolete.
30 +
31 PYTHON_COMPAT=( python3_{7,8,9,10} )
32 TMPFILES_OPTIONAL=1
33
34
35 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
36 index 0466160c931..459c54eacc9 100644
37 --- a/sys-libs/glibc/glibc-9999.ebuild
38 +++ b/sys-libs/glibc/glibc-9999.ebuild
39 @@ -3,6 +3,9 @@
40
41 EAPI=7
42
43 +# Bumping notes: https://wiki.gentoo.org/wiki/Project:Toolchain/sys-libs/glibc
44 +# Please read & adapt the page as necessary if obsolete.
45 +
46 PYTHON_COMPAT=( python3_{7,8,9,10} )
47 TMPFILES_OPTIONAL=1