diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-28 12:48:52 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-28 13:49:36 +0000 |
commit | 00b0d392e3dc646f778ea8507ade05b7a2d26891 (patch) | |
tree | b250b899a47e3080b6528f79ffede18f63cd94e8 /sys-libs | |
parent | dev-ml/camlp4: Version bump (v4.08_p1) (diff) | |
download | gentoo-00b0d392e3dc646f778ea8507ade05b7a2d26891.tar.gz gentoo-00b0d392e3dc646f778ea8507ade05b7a2d26891.tar.bz2 gentoo-00b0d392e3dc646f778ea8507ade05b7a2d26891.zip |
sys-libs/glibc: allow python-3.8
Reported-by: Perfect Gentleman
Closes: https://bugs.gentoo.org/702964
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.30-r3.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.30-r3.ebuild b/sys-libs/glibc/glibc-2.30-r3.ebuild index 393684b8a8b3..5dcff2ff7103 100644 --- a/sys-libs/glibc/glibc-2.30-r3.ebuild +++ b/sys-libs/glibc/glibc-2.30-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit python-any-r1 prefix eutils toolchain-funcs flag-o-matic gnuconfig \ multilib systemd multiprocessing diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 94ff23bb27e8..a58635e9fc42 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit python-any-r1 prefix eutils toolchain-funcs flag-o-matic gnuconfig \ multilib systemd multiprocessing |