diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-03-23 15:23:58 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-03-23 15:23:58 +0200 |
commit | cd8a1690bf19f222a9a613fff62d0bd3714f7463 (patch) | |
tree | 1e98bbe580eed3927cac89550944596483547d46 /media-sound/gnome-music | |
parent | media-libs/libcanberra: Require gtk+:3[X] for USE=gtk3 as it includes gdkx.h (diff) | |
download | gentoo-cd8a1690bf19f222a9a613fff62d0bd3714f7463.tar.gz gentoo-cd8a1690bf19f222a9a613fff62d0bd3714f7463.tar.bz2 gentoo-cd8a1690bf19f222a9a613fff62d0bd3714f7463.zip |
media-sound/gnome-music: Drop dead implementation from PYTHON_COMPAT again
Accidentally had python3_3 re-added because a version bump happened on the same day
as global python3_3 dropping
Package-Manager: Portage-2.3.4, Repoman-2.3.1
Diffstat (limited to 'media-sound/gnome-music')
-rw-r--r-- | media-sound/gnome-music/gnome-music-3.22.1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/gnome-music/gnome-music-3.22.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/gnome-music/gnome-music-3.22.1.ebuild b/media-sound/gnome-music/gnome-music-3.22.1.ebuild index 29fbdb3c6372..0610822aeb3b 100644 --- a/media-sound/gnome-music/gnome-music-3.22.1.ebuild +++ b/media-sound/gnome-music/gnome-music-3.22.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5} ) inherit gnome2 python-r1 diff --git a/media-sound/gnome-music/gnome-music-3.22.2.ebuild b/media-sound/gnome-music/gnome-music-3.22.2.ebuild index 29fbdb3c6372..0610822aeb3b 100644 --- a/media-sound/gnome-music/gnome-music-3.22.2.ebuild +++ b/media-sound/gnome-music/gnome-music-3.22.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5} ) inherit gnome2 python-r1 |