Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmypaint/
Date: Sat, 12 Sep 2020 20:26:56
Message-Id: 1599942395.ecf8ddaae1714d40e60481c126c2f42bd212fe39.sam@gentoo
1 commit: ecf8ddaae1714d40e60481c126c2f42bd212fe39
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 20:25:04 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 20:26:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf8ddaa
7
8 media-libs/libmypaint: add Python 3.6
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-libs/libmypaint/libmypaint-1.6.1.ebuild | 20 ++++++++++----------
14 1 file changed, 10 insertions(+), 10 deletions(-)
15
16 diff --git a/media-libs/libmypaint/libmypaint-1.6.1.ebuild b/media-libs/libmypaint/libmypaint-1.6.1.ebuild
17 index f091e98a277..385c858d32c 100644
18 --- a/media-libs/libmypaint/libmypaint-1.6.1.ebuild
19 +++ b/media-libs/libmypaint/libmypaint-1.6.1.ebuild
20 @@ -3,9 +3,9 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7,8,9} )
25 +PYTHON_COMPAT=( python3_{6,7,8,9} )
26
27 -inherit autotools python-any-r1 toolchain-funcs xdg-utils
28 +inherit autotools python-any-r1 toolchain-funcs
29
30 MY_PV=${PV/_beta/-beta.}
31 MY_P=${PN}-${MY_PV}
32 @@ -45,14 +45,14 @@ RDEPEND="
33 src_configure() {
34 tc-ld-disable-gold # bug 589266
35 econf \
36 - --disable-debug \
37 - --disable-docs \
38 - $(use_enable gegl) \
39 - --disable-gperftools \
40 - $(use_enable nls i18n) \
41 - $(use_enable introspection) \
42 - $(use_enable openmp) \
43 - --disable-profiling
44 + --disable-debug \
45 + --disable-docs \
46 + $(use_enable gegl) \
47 + --disable-gperftools \
48 + $(use_enable nls i18n) \
49 + $(use_enable introspection) \
50 + $(use_enable openmp) \
51 + --disable-profiling
52 }
53
54 src_install() {