diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:05:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:26:03 +0100 |
commit | a23ed93b3e374ef139a793480f7c2991b081473f (patch) | |
tree | 5b6b89dc937d1a2c56562e12252e80d325857bbc /media-libs | |
parent | media-gfx/exiv2: Remove py2 where possible (diff) | |
download | gentoo-a23ed93b3e374ef139a793480f7c2991b081473f.tar.gz gentoo-a23ed93b3e374ef139a793480f7c2991b081473f.tar.bz2 gentoo-a23ed93b3e374ef139a793480f7c2991b081473f.zip |
media-libs/gegl: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gegl/gegl-0.4.18.ebuild | 2 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.4.20.ebuild | 2 | ||||
-rw-r--r-- | media-libs/gegl/gegl-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/gegl/gegl-0.4.18.ebuild b/media-libs/gegl/gegl-0.4.18.ebuild index df5feb8b8690..68dae56ba0d4 100644 --- a/media-libs/gegl/gegl-0.4.18.ebuild +++ b/media-libs/gegl/gegl-0.4.18.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) # vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen diff --git a/media-libs/gegl/gegl-0.4.20.ebuild b/media-libs/gegl/gegl-0.4.20.ebuild index 5623528869a2..35677f76c85d 100644 --- a/media-libs/gegl/gegl-0.4.20.ebuild +++ b/media-libs/gegl/gegl-0.4.20.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) # vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild index 25f257ba42c8..a12ca086b180 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) # vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen |