diff options
author | neeshy <neeshy@tfwno.gf> | 2020-03-25 15:36:50 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-04-18 22:35:39 -0400 |
commit | 6de02d5834ae5908fa2f8be0afff77eabf2359b6 (patch) | |
tree | 1b7c3e24220a1d62acc1756ce623c2e9d1b3b4bc /media-gfx/inkscape | |
parent | media-fonts/terminus-font: add python3_8 target (diff) | |
download | gentoo-6de02d5834ae5908fa2f8be0afff77eabf2359b6.tar.gz gentoo-6de02d5834ae5908fa2f8be0afff77eabf2359b6.tar.bz2 gentoo-6de02d5834ae5908fa2f8be0afff77eabf2359b6.zip |
media-gfx/inkscape: add python3_8 target
Signed-off-by: Nima Sadeghi <neeshy@tfwno.gf>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-gfx/inkscape')
-rw-r--r-- | media-gfx/inkscape/inkscape-1.0_beta2-r1.ebuild | 2 | ||||
-rw-r--r-- | media-gfx/inkscape/inkscape-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/inkscape/inkscape-1.0_beta2-r1.ebuild b/media-gfx/inkscape/inkscape-1.0_beta2-r1.ebuild index 6350c33d3374..3932a963c31e 100644 --- a/media-gfx/inkscape/inkscape-1.0_beta2-r1.ebuild +++ b/media-gfx/inkscape/inkscape-1.0_beta2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="xml" MY_P="${P/_/}" RELEASE_SUFFIX="_2019-12-03_2b71d25d45" diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild index aa29d78aa48f..158a19eeca9b 100644 --- a/media-gfx/inkscape/inkscape-9999.ebuild +++ b/media-gfx/inkscape/inkscape-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="xml" MY_P="${P/_/}" inherit cmake flag-o-matic xdg toolchain-funcs python-single-r1 git-r3 |