diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-12-09 20:26:25 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-12-09 20:38:18 +0100 |
commit | 4cd741c4c06a7a4e379992f20b26b9761d917485 (patch) | |
tree | 238a458afb1806e3e096d5229404814c19870e31 /app-editors/gedit-plugins | |
parent | app-editors/gedit: Add support for newer python (diff) | |
download | gentoo-4cd741c4c06a7a4e379992f20b26b9761d917485.tar.gz gentoo-4cd741c4c06a7a4e379992f20b26b9761d917485.tar.bz2 gentoo-4cd741c4c06a7a4e379992f20b26b9761d917485.zip |
app-editors/gedit-plugins: Add support for newer python
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'app-editors/gedit-plugins')
-rw-r--r-- | app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild index fdf3fe79fdaf..e9e6e28248fe 100644 --- a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild @@ -3,7 +3,7 @@ EAPI="6" GNOME2_LA_PUNT="yes" # plugins are dlopened -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) PYTHON_REQ_USE="xml" VALA_MIN_API_VERSION="0.28" |