diff options
Diffstat (limited to 'gnome-base')
4 files changed, 8 insertions, 8 deletions
diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.32.1.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.32.1.ebuild index 254b5af0fcf5..5abdbc2182d8 100644 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.32.1.ebuild +++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.32.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit gnome.org gnome2-utils python-any-r1 meson udev virtualx xdg diff --git a/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild b/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild index f91c4c2c4a3b..601a0789119c 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit gnome.org gnome2-utils meson pax-utils python-single-r1 virtualx xdg diff --git a/gnome-base/gnome-shell/gnome-shell-3.32.2.ebuild b/gnome-base/gnome-shell/gnome-shell-3.32.2.ebuild index af8b5d90b813..cc2d09d474c4 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.32.2.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.32.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit gnome.org gnome2-utils meson pax-utils python-single-r1 virtualx xdg diff --git a/gnome-base/libglade/libglade-2.6.4-r2.ebuild b/gnome-base/libglade/libglade-2.6.4-r2.ebuild index fd0c16d5fdd6..77faf7d88c2d 100644 --- a/gnome-base/libglade/libglade-2.6.4-r2.ebuild +++ b/gnome-base/libglade/libglade-2.6.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ GCONF_DEBUG="no" GNOME_TARBALL_SUFFIX="bz2" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_7 pypy ) +PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE='xml(+)' inherit autotools eutils gnome2 multilib-minimal python-single-r1 virtualx |