diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-12-10 11:21:21 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-12-10 11:21:21 +0100 |
commit | 3c166ac36fd7184230bef42d737244912086309f (patch) | |
tree | 352979674afc06cf4f87236e52df5ca0cfde6aa6 /gnome-extra/gnome-weather | |
parent | gnome-extra/gnome-characters: Add support for newer python (diff) | |
download | gentoo-3c166ac36fd7184230bef42d737244912086309f.tar.gz gentoo-3c166ac36fd7184230bef42d737244912086309f.tar.bz2 gentoo-3c166ac36fd7184230bef42d737244912086309f.zip |
gnome-extra/gnome-weather: Add support for newer python
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'gnome-extra/gnome-weather')
-rw-r--r-- | gnome-extra/gnome-weather/gnome-weather-3.24.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-extra/gnome-weather/gnome-weather-3.24.0.ebuild b/gnome-extra/gnome-weather/gnome-weather-3.24.0.ebuild index 298f8403247c..86ed5f9c0754 100644 --- a/gnome-extra/gnome-weather/gnome-weather-3.24.0.ebuild +++ b/gnome-extra/gnome-weather/gnome-weather-3.24.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit gnome2 python-any-r1 virtualx |