diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-06-18 11:56:31 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-06-18 12:05:29 +0200 |
commit | 1513849c152bb6adb21d25272878f79dea08b080 (patch) | |
tree | 9b460059782d3cc6ecada51d76b644045c23be20 /gnome-extra | |
parent | app-i18n/skk-jisyo: add ruby22, ruby23, ruby24, drop ruby20 (diff) | |
download | gentoo-1513849c152bb6adb21d25272878f79dea08b080.tar.gz gentoo-1513849c152bb6adb21d25272878f79dea08b080.tar.bz2 gentoo-1513849c152bb6adb21d25272878f79dea08b080.zip |
gnome-extra/cinnamon-desktop: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/cinnamon-desktop/cinnamon-desktop-3.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.2.4.ebuild b/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.2.4.ebuild index 7aa1c85f8eea..91b950b837fd 100644 --- a/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.2.4.ebuild +++ b/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.2.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit autotools eutils gnome2 python-single-r1 |