commit: ecf8ddaae1714d40e60481c126c2f42bd212fe39
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 20:25:04 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 20:26:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf8ddaa
media-libs/libmypaint: add Python 3.6
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libmypaint/libmypaint-1.6.1.ebuild | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/media-libs/libmypaint/libmypaint-1.6.1.ebuild
b/media-libs/libmypaint/libmypaint-1.6.1.ebuild
index f091e98a277..385c858d32c 100644
--- a/media-libs/libmypaint/libmypaint-1.6.1.ebuild
+++ b/media-libs/libmypaint/libmypaint-1.6.1.ebuild
@@ -3,9 +3,9 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
-inherit autotools python-any-r1 toolchain-funcs xdg-utils
+inherit autotools python-any-r1 toolchain-funcs
MY_PV=${PV/_beta/-beta.}
MY_P=${PN}-${MY_PV}
@@ -45,14 +45,14 @@ RDEPEND="
src_configure() {
tc-ld-disable-gold # bug 589266
econf \
- --disable-debug \
- --disable-docs \
- $(use_enable gegl) \
- --disable-gperftools \
- $(use_enable nls i18n) \
- $(use_enable introspection) \
- $(use_enable openmp) \
- --disable-profiling
+ --disable-debug \
+ --disable-docs \
+ $(use_enable gegl) \
+ --disable-gperftools \
+ $(use_enable nls i18n) \
+ $(use_enable introspection) \
+ $(use_enable openmp) \
+ --disable-profiling
}
src_install() {