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: Thu, 07 May 2020 13:18:28
Message-Id: 1588857473.3d30a41de9aef7b773cda6126d13dd2012cd6fc6.mgorny@gentoo
1 commit: 3d30a41de9aef7b773cda6126d13dd2012cd6fc6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 13:05:54 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 13:17:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d30a41d
7
8 app-arch/brotli: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-arch/brotli/brotli-1.0.6-r1.ebuild | 2 +-
13 app-arch/brotli/brotli-1.0.7.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.6-r1.ebuild b/app-arch/brotli/brotli-1.0.6-r1.ebuild
18 index c05b47ef15e..012faf0a92f 100644
19 --- a/app-arch/brotli/brotli-1.0.6-r1.ebuild
20 +++ b/app-arch/brotli/brotli-1.0.6-r1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
26 +PYTHON_COMPAT=( python3_{6,7,8} )
27 DISTUTILS_OPTIONAL="1"
28 DISTUTILS_IN_SOURCE_BUILD="1"
29
30
31 diff --git a/app-arch/brotli/brotli-1.0.7.ebuild b/app-arch/brotli/brotli-1.0.7.ebuild
32 index 8d1ac2a54db..043e7e6232d 100644
33 --- a/app-arch/brotli/brotli-1.0.7.ebuild
34 +++ b/app-arch/brotli/brotli-1.0.7.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
40 +PYTHON_COMPAT=( python3_{6,7,8} )
41 DISTUTILS_OPTIONAL="1"
42 DISTUTILS_IN_SOURCE_BUILD="1"
43
44
45 diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild
46 index 384742d7c7f..f40bbfb62d2 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=( python2_7 python3_{6,7,8} )
54 +PYTHON_COMPAT=( python3_{6,7,8} )
55 DISTUTILS_OPTIONAL="1"
56 DISTUTILS_IN_SOURCE_BUILD="1"