From: Joonas Niilola Date: Thu, 27 Jun 2019 14:14:10 +0000 (+0300) Subject: app-editors/gedit: enable python3.{7,8} X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9425b39f7e6356c51dd4c219ccf2c3d32891d1ef;p=gentoo.git app-editors/gedit: enable python3.{7,8} Closes: https://github.com/gentoo/gentoo/pull/12341 Signed-off-by: Joonas Niilola Signed-off-by: Matt Turner --- 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"