From 9425b39f7e6356c51dd4c219ccf2c3d32891d1ef Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Thu, 27 Jun 2019 17:14:10 +0300 Subject: 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 --- app-editors/gedit/gedit-3.32.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-editors') 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" -- cgit v1.2.3-65-gdbad