diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-05 10:36:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-05 11:55:46 +0100 |
commit | cd3f25deb13cf4d6c9d721d515dbf772a988426f (patch) | |
tree | 423ea2268525779097c812fd1bef71091c26dc89 /x11-terms/guake | |
parent | sys-apps/openrc: arm stable wrt bug #704600 (diff) | |
download | gentoo-cd3f25deb13cf4d6c9d721d515dbf772a988426f.tar.gz gentoo-cd3f25deb13cf4d6c9d721d515dbf772a988426f.tar.bz2 gentoo-cd3f25deb13cf4d6c9d721d515dbf772a988426f.zip |
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-terms/guake')
-rw-r--r-- | x11-terms/guake/guake-3.3.2.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/guake/guake-3.4.0-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/guake/guake-3.6.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/guake/guake-3.6.3.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/guake/guake-9999.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/x11-terms/guake/guake-3.3.2.ebuild b/x11-terms/guake/guake-3.3.2.ebuild index 78f906e92b2d..1e1f6615a606 100644 --- a/x11-terms/guake/guake-3.3.2.ebuild +++ b/x11-terms/guake/guake-3.3.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=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 gnome2-utils xdg-utils diff --git a/x11-terms/guake/guake-3.4.0-r1.ebuild b/x11-terms/guake/guake-3.4.0-r1.ebuild index fdf22837bc0d..f4c8848b35df 100644 --- a/x11-terms/guake/guake-3.4.0-r1.ebuild +++ b/x11-terms/guake/guake-3.4.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 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 ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 gnome2-utils xdg-utils diff --git a/x11-terms/guake/guake-3.6.1-r1.ebuild b/x11-terms/guake/guake-3.6.1-r1.ebuild index 86405cb3ffd0..240b059d9fc3 100644 --- a/x11-terms/guake/guake-3.6.1-r1.ebuild +++ b/x11-terms/guake/guake-3.6.1-r1.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 ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 gnome2-utils xdg-utils diff --git a/x11-terms/guake/guake-3.6.3.ebuild b/x11-terms/guake/guake-3.6.3.ebuild index ecaeddd9927c..fc373929f91e 100644 --- a/x11-terms/guake/guake-3.6.3.ebuild +++ b/x11-terms/guake/guake-3.6.3.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} ) +PYTHON_COMPAT=( python3_6 ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 gnome2-utils xdg-utils diff --git a/x11-terms/guake/guake-9999.ebuild b/x11-terms/guake/guake-9999.ebuild index 09ef8d7f6bd8..16d0f7257bcb 100644 --- a/x11-terms/guake/guake-9999.ebuild +++ b/x11-terms/guake/guake-9999.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 ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 git-r3 gnome2-utils xdg-utils |