diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:05:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:17:53 +0200 |
commit | 3d30a41de9aef7b773cda6126d13dd2012cd6fc6 (patch) | |
tree | 144368f06b8295eef5ae0e8702e65fbf787ba3b3 /app-arch | |
parent | app-admin/denyhosts: Remove py2.7 where possible (diff) | |
download | gentoo-3d30a41de9aef7b773cda6126d13dd2012cd6fc6.tar.gz gentoo-3d30a41de9aef7b773cda6126d13dd2012cd6fc6.tar.bz2 gentoo-3d30a41de9aef7b773cda6126d13dd2012cd6fc6.zip |
app-arch/brotli: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/brotli/brotli-1.0.6-r1.ebuild | 2 | ||||
-rw-r--r-- | app-arch/brotli/brotli-1.0.7.ebuild | 2 | ||||
-rw-r--r-- | app-arch/brotli/brotli-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/brotli/brotli-1.0.6-r1.ebuild b/app-arch/brotli/brotli-1.0.6-r1.ebuild index c05b47ef15e6..012faf0a92fb 100644 --- a/app-arch/brotli/brotli-1.0.6-r1.ebuild +++ b/app-arch/brotli/brotli-1.0.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_OPTIONAL="1" DISTUTILS_IN_SOURCE_BUILD="1" diff --git a/app-arch/brotli/brotli-1.0.7.ebuild b/app-arch/brotli/brotli-1.0.7.ebuild index 8d1ac2a54db1..043e7e6232d7 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=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_OPTIONAL="1" DISTUTILS_IN_SOURCE_BUILD="1" diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild index 384742d7c7f7..f40bbfb62d2f 100644 --- a/app-arch/brotli/brotli-9999.ebuild +++ b/app-arch/brotli/brotli-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_OPTIONAL="1" DISTUTILS_IN_SOURCE_BUILD="1" |