diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:10:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:58:22 +0100 |
commit | 543503fdd0c77e3a416d1fcd9ece6e1b0c835608 (patch) | |
tree | d74e2f2dfd3ea0562ab791352f03f91078cd2c74 /gnome-base | |
parent | sys-cluster/gasnet: added ~arm tested by me (diff) | |
download | gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.gz gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.bz2 gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.zip |
global: Drop dead implementations from PYTHON_COMPAT
Diffstat (limited to 'gnome-base')
8 files changed, 8 insertions, 8 deletions
diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.18.3.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.18.3.ebuild index 1eab48fba35b..97789c55440a 100644 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.18.3.ebuild +++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.18.3.ebuild @@ -5,7 +5,7 @@ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit autotools eutils gnome2 python-r1 systemd udev virtualx diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.20.1.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.20.1.ebuild index 70d5c48b7103..8a1a872045ad 100644 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.20.1.ebuild +++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.20.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit autotools eutils gnome2 python-r1 systemd udev virtualx diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.20.2.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.20.2.ebuild index 52a777bd6f24..46e329171c68 100644 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.20.2.ebuild +++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.20.2.ebuild @@ -4,7 +4,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit autotools eutils gnome2 python-any-r1 systemd udev virtualx diff --git a/gnome-base/gnome-shell/gnome-shell-3.18.5.ebuild b/gnome-base/gnome-shell/gnome-shell-3.18.5.ebuild index e448563e6ad6..acac425ac90b 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.18.5.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.18.5.ebuild @@ -5,7 +5,7 @@ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5} ) inherit autotools eutils gnome2 multilib pax-utils python-r1 systemd diff --git a/gnome-base/gnome-shell/gnome-shell-3.20.2-r1.ebuild b/gnome-base/gnome-shell/gnome-shell-3.20.2-r1.ebuild index 09e83ab8e021..db3b02f22f63 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.20.2-r1.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.20.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5} ) inherit autotools eutils gnome2 multilib pax-utils python-r1 systemd diff --git a/gnome-base/gnome-shell/gnome-shell-3.20.3.ebuild b/gnome-base/gnome-shell/gnome-shell-3.20.3.ebuild index 9fe72c4a1c9b..b45b86ded765 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.20.3.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.20.3.ebuild @@ -4,7 +4,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5} ) inherit autotools eutils gnome2 multilib pax-utils python-r1 systemd diff --git a/gnome-base/gnome-shell/gnome-shell-3.20.4.ebuild b/gnome-base/gnome-shell/gnome-shell-3.20.4.ebuild index f443d6bf99dd..590f782e1f5a 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.20.4.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.20.4.ebuild @@ -4,7 +4,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5} ) inherit autotools eutils gnome2 multilib pax-utils python-r1 systemd diff --git a/gnome-base/gnome-shell/gnome-shell-3.22.1.ebuild b/gnome-base/gnome-shell/gnome-shell-3.22.1.ebuild index 74579702e42f..c5e7062f9bb9 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.22.1.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.22.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5} ) inherit autotools eutils gnome2 multilib pax-utils python-r1 systemd |