Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/
Date: Wed, 16 Jun 2021 04:42:22
Message-Id: 1623818465.c6dd6b3a7266d43e440b24d264303834c55bb8c9.mgorny@gentoo
1 commit: c6dd6b3a7266d43e440b24d264303834c55bb8c9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 16 04:41:05 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 16 04:41:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6dd6b3a
7
8 app-arch/brotli: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-arch/brotli/brotli-1.0.9-r2.ebuild | 2 +-
13 app-arch/brotli/brotli-1.0.9-r3.ebuild | 2 +-
14 app-arch/brotli/brotli-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-arch/brotli/brotli-1.0.9-r2.ebuild b/app-arch/brotli/brotli-1.0.9-r2.ebuild
18 index 9f152be136a..d46e4e435ad 100644
19 --- a/app-arch/brotli/brotli-1.0.9-r2.ebuild
20 +++ b/app-arch/brotli/brotli-1.0.9-r2.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{7,8,9} )
26 +PYTHON_COMPAT=( python3_{8..10} )
27 DISTUTILS_OPTIONAL="1"
28 DISTUTILS_IN_SOURCE_BUILD="1"
29
30
31 diff --git a/app-arch/brotli/brotli-1.0.9-r3.ebuild b/app-arch/brotli/brotli-1.0.9-r3.ebuild
32 index 9a372fb3166..c7fb22d4ea7 100644
33 --- a/app-arch/brotli/brotli-1.0.9-r3.ebuild
34 +++ b/app-arch/brotli/brotli-1.0.9-r3.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -PYTHON_COMPAT=( python3_{7,8,9} )
40 +PYTHON_COMPAT=( python3_{8..10} )
41 DISTUTILS_OPTIONAL="1"
42 DISTUTILS_IN_SOURCE_BUILD="1"
43 CMAKE_ECLASS=cmake
44
45 diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild
46 index 7dacb49548c..07a2175c735 100644
47 --- a/app-arch/brotli/brotli-9999.ebuild
48 +++ b/app-arch/brotli/brotli-9999.ebuild
49 @@ -3,7 +3,7 @@
50
51 EAPI=7
52
53 -PYTHON_COMPAT=( python3_{7,8,9} )
54 +PYTHON_COMPAT=( python3_{8..10} )
55 DISTUTILS_OPTIONAL="1"
56 DISTUTILS_IN_SOURCE_BUILD="1"
57 CMAKE_ECLASS=cmake