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/gegl/gegl-9999.ebuild | |
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/gegl/gegl-9999.ebuild')
-rw-r--r-- | media-libs/gegl/gegl-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |