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-extra | |
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-extra')
7 files changed, 7 insertions, 7 deletions
diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild index 69e17ffb715e..fb1fc29191af 100644 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild +++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit cmake-utils python-single-r1 diff --git a/gnome-extra/cinnamon/cinnamon-2.8.8.ebuild b/gnome-extra/cinnamon/cinnamon-2.8.8.ebuild index f8b423542b01..e7bfb33500d2 100644 --- a/gnome-extra/cinnamon/cinnamon-2.8.8.ebuild +++ b/gnome-extra/cinnamon/cinnamon-2.8.8.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} ) PYTHON_REQ_USE="xml" inherit autotools eutils flag-o-matic gnome2 multilib pax-utils python-r1 diff --git a/gnome-extra/cinnamon/cinnamon-3.0.6.ebuild b/gnome-extra/cinnamon/cinnamon-3.0.6.ebuild index 0c5138b8e98e..4a101347ea78 100644 --- a/gnome-extra/cinnamon/cinnamon-3.0.6.ebuild +++ b/gnome-extra/cinnamon/cinnamon-3.0.6.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} ) PYTHON_REQ_USE="xml" inherit autotools eutils flag-o-matic gnome2 multilib pax-utils python-r1 diff --git a/gnome-extra/cinnamon/cinnamon-3.0.7-r1.ebuild b/gnome-extra/cinnamon/cinnamon-3.0.7-r1.ebuild index f2c466dc2020..3db4797ee407 100644 --- a/gnome-extra/cinnamon/cinnamon-3.0.7-r1.ebuild +++ b/gnome-extra/cinnamon/cinnamon-3.0.7-r1.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} ) PYTHON_REQ_USE="xml" inherit autotools eutils flag-o-matic gnome2 multilib pax-utils python-r1 diff --git a/gnome-extra/cinnamon/cinnamon-3.0.7.ebuild b/gnome-extra/cinnamon/cinnamon-3.0.7.ebuild index 4db1ddb353d8..bf5180361d8b 100644 --- a/gnome-extra/cinnamon/cinnamon-3.0.7.ebuild +++ b/gnome-extra/cinnamon/cinnamon-3.0.7.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} ) PYTHON_REQ_USE="xml" inherit autotools eutils flag-o-matic gnome2 multilib pax-utils python-r1 diff --git a/gnome-extra/gnome-builder/gnome-builder-3.18.1.ebuild b/gnome-extra/gnome-builder/gnome-builder-3.18.1.ebuild index d685a364e2a5..10d5674ac8cc 100644 --- a/gnome-extra/gnome-builder/gnome-builder-3.18.1.ebuild +++ b/gnome-extra/gnome-builder/gnome-builder-3.18.1.ebuild @@ -4,7 +4,7 @@ EAPI="5" GCONF_DEBUG="no" -PYTHON_COMPAT=( python{3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5} ) VALA_MIN_API_VERSION="0.30" VALA_USE_DEPEND="vapigen" diff --git a/gnome-extra/zeitgeist-explorer/zeitgeist-explorer-0.2-r1.ebuild b/gnome-extra/zeitgeist-explorer/zeitgeist-explorer-0.2-r1.ebuild index f7e7554b2364..af3ad4b3a399 100644 --- a/gnome-extra/zeitgeist-explorer/zeitgeist-explorer-0.2-r1.ebuild +++ b/gnome-extra/zeitgeist-explorer/zeitgeist-explorer-0.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} ) inherit distutils-r1 versionator |