diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-24 11:49:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-24 14:45:27 +0200 |
commit | c238ee01c4f59169123ae03789249486bcb1e026 (patch) | |
tree | ae3fb87b731693dd1c05a534e2e65984aa85250d /dev-libs/libpeas | |
parent | dev-python/pygobject: Backport patches for py3.7 support (diff) | |
download | gentoo-c238ee01c4f59169123ae03789249486bcb1e026.tar.gz gentoo-c238ee01c4f59169123ae03789249486bcb1e026.tar.bz2 gentoo-c238ee01c4f59169123ae03789249486bcb1e026.zip |
dev-libs/libpeas: Enable py3.7
Diffstat (limited to 'dev-libs/libpeas')
-rw-r--r-- | dev-libs/libpeas/libpeas-1.20.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild b/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild index ead15aa6969b..9eee684fe8be 100644 --- a/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild +++ b/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} ) inherit autotools eutils gnome2 multilib python-single-r1 virtualx |