commit: c72bfdba4b717d92093fed1de06c6cd41316c8be Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 25 14:53:29 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 25 15:03:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72bfdba
net-im/pidgin: Remove broken py3.8 support Bug: https://bugs.gentoo.org/712996 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-im/pidgin/pidgin-2.13.0-r8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/pidgin/pidgin-2.13.0-r8.ebuild b/net-im/pidgin/pidgin-2.13.0-r8.ebuild index 5aa856fa9d2..821a6b42b1a 100644 --- a/net-im/pidgin/pidgin-2.13.0-r8.ebuild +++ b/net-im/pidgin/pidgin-2.13.0-r8.ebuild @@ -4,7 +4,7 @@ EAPI=7 GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit autotools gnome2-utils flag-o-matic toolchain-funcs multilib perl-module python-single-r1 xdg
