commit: 9eddc0b76b18c205853b282ce3129c0e48c6e7d1 Author: Mord3rca <morderca <AT> morderca <DOT> net> AuthorDate: Sun Dec 27 10:48:52 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 22 03:43:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eddc0b7
x11-terms/guake: Add python 3.8 compat Closes: https://bugs.gentoo.org/759529 Signed-off-by: Mord3rca <morderca <AT> morderca.net> Closes: https://github.com/gentoo/gentoo/pull/18832 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-terms/guake/guake-3.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/guake/guake-3.7.0.ebuild b/x11-terms/guake/guake-3.7.0.ebuild index ba220799be0..410fbc9fdae 100644 --- a/x11-terms/guake/guake-3.7.0.ebuild +++ b/x11-terms/guake/guake-3.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..8} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 gnome2-utils xdg-utils
