diff options
author | 2020-03-25 15:53:29 +0100 | |
---|---|---|
committer | 2020-03-25 16:03:14 +0100 | |
commit | c72bfdba4b717d92093fed1de06c6cd41316c8be (patch) | |
tree | 285bb24d349e7e79df8e8acd26a3c59eaf917017 /net-im/pidgin | |
parent | profiles: Remove python USE masks on alpha (diff) | |
download | gentoo-c72bfdba4b717d92093fed1de06c6cd41316c8be.tar.gz gentoo-c72bfdba4b717d92093fed1de06c6cd41316c8be.tar.bz2 gentoo-c72bfdba4b717d92093fed1de06c6cd41316c8be.zip |
net-im/pidgin: Remove broken py3.8 support
Bug: https://bugs.gentoo.org/712996
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im/pidgin')
-rw-r--r-- | net-im/pidgin/pidgin-2.13.0-r8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/pidgin/pidgin-2.13.0-r8.ebuild b/net-im/pidgin/pidgin-2.13.0-r8.ebuild index 5aa856fa9d25..821a6b42b1ac 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 |