diff options
author | Sam James <sam@gentoo.org> | 2020-09-12 21:25:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-12 21:26:35 +0100 |
commit | ecf8ddaae1714d40e60481c126c2f42bd212fe39 (patch) | |
tree | 1d27f91247ff2b336007428e4f7a1b574e193f28 /media-libs/libmypaint | |
parent | media-gfx/mypaint: apply upstream patch for openmp crash (diff) | |
download | gentoo-ecf8ddaae1714d40e60481c126c2f42bd212fe39.tar.gz gentoo-ecf8ddaae1714d40e60481c126c2f42bd212fe39.tar.bz2 gentoo-ecf8ddaae1714d40e60481c126c2f42bd212fe39.zip |
media-libs/libmypaint: add Python 3.6
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libmypaint')
-rw-r--r-- | media-libs/libmypaint/libmypaint-1.6.1.ebuild | 20 |
1 files 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 f091e98a2772..385c858d32c4 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() { |