diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-23 12:17:24 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-23 12:17:24 +0200 |
commit | 12fb9280a527f378e0323f7f7f692243551fe618 (patch) | |
tree | 944b830e6b7d05665f483b8a962989c06ce9cd9c /media-sound/gnome-music | |
parent | gnome-extra/cinnamon: Support python3.6 (diff) | |
download | gentoo-12fb9280a527f378e0323f7f7f692243551fe618.tar.gz gentoo-12fb9280a527f378e0323f7f7f692243551fe618.tar.bz2 gentoo-12fb9280a527f378e0323f7f7f692243551fe618.zip |
media-sound/gnome-music: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-sound/gnome-music')
-rw-r--r-- | media-sound/gnome-music/gnome-music-3.24.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/gnome-music/gnome-music-3.24.2.ebuild b/media-sound/gnome-music/gnome-music-3.24.2.ebuild index 2190414a7d80..6841984c37a1 100644 --- a/media-sound/gnome-music/gnome-music-3.24.2.ebuild +++ b/media-sound/gnome-music/gnome-music-3.24.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit gnome2 python-single-r1 |