diff options
author | Joonas Niilola <juippis@gmail.com> | 2019-06-27 17:14:10 +0300 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-12-04 15:17:18 -0500 |
commit | 9425b39f7e6356c51dd4c219ccf2c3d32891d1ef (patch) | |
tree | 533d82fe28a29db8d80886d5b354eefdb68ad909 /app-editors | |
parent | dev-libs/libpeas: enable python3.8 (diff) | |
download | gentoo-9425b39f7e6356c51dd4c219ccf2c3d32891d1ef.tar.gz gentoo-9425b39f7e6356c51dd4c219ccf2c3d32891d1ef.tar.bz2 gentoo-9425b39f7e6356c51dd4c219ccf2c3d32891d1ef.zip |
app-editors/gedit: enable python3.{7,8}
Closes: https://github.com/gentoo/gentoo/pull/12341
Signed-off-by: Joonas Niilola <juippis@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gedit/gedit-3.32.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/gedit/gedit-3.32.2.ebuild b/app-editors/gedit/gedit-3.32.2.ebuild index e8f11fd45a95..854f7bd5dfc4 100644 --- a/app-editors/gedit/gedit-3.32.2.ebuild +++ b/app-editors/gedit/gedit-3.32.2.ebuild @@ -3,7 +3,7 @@ EAPI="6" GNOME2_LA_PUNT="yes" # plugins are dlopened -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) VALA_MIN_API_VERSION="0.26" VALA_USE_DEPEND="vapigen" |