diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-07-22 13:16:50 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-07-22 13:16:50 -0400 |
commit | d39e3ea5e89bb7f2a09572af4837ba58db0aa1e3 (patch) | |
tree | 908833be1ad980ee44b1ac7fab1110574275b0f1 /app-arch | |
parent | net-dns/libidn: Version 1.36 (diff) | |
download | gentoo-d39e3ea5e89bb7f2a09572af4837ba58db0aa1e3.tar.gz gentoo-d39e3ea5e89bb7f2a09572af4837ba58db0aa1e3.tar.bz2 gentoo-d39e3ea5e89bb7f2a09572af4837ba58db0aa1e3.zip |
app-arch/brotli: Python 3.9 compatibility
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/brotli/brotli-1.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/brotli/brotli-1.0.7.ebuild b/app-arch/brotli/brotli-1.0.7.ebuild index 043e7e6232d7..4d8bb62d40e4 100644 --- a/app-arch/brotli/brotli-1.0.7.ebuild +++ b/app-arch/brotli/brotli-1.0.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_OPTIONAL="1" DISTUTILS_IN_SOURCE_BUILD="1" |