diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-02-25 12:42:07 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-02-25 12:42:31 +0100 |
commit | 84a3bf7527fd7d98a521414141643f1c026e65fd (patch) | |
tree | d73318f69b7eee1eeb3863e282f16813ee78e678 /mail-client/claws-mail | |
parent | net-irc/irssi: sync live ebuild (diff) | |
download | gentoo-84a3bf7527fd7d98a521414141643f1c026e65fd.tar.gz gentoo-84a3bf7527fd7d98a521414141643f1c026e65fd.tar.bz2 gentoo-84a3bf7527fd7d98a521414141643f1c026e65fd.zip |
mail-client/claws-mail: Going back to use python2
the python plugin still isn't python3 ready
Bug: https://bugs.gentoo.org/710742
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'mail-client/claws-mail')
-rw-r--r-- | mail-client/claws-mail/claws-mail-3.17.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/claws-mail/claws-mail-3.17.5.ebuild b/mail-client/claws-mail/claws-mail-3.17.5.ebuild index bdd1b7d3a313..7e410960f2d3 100644 --- a/mail-client/claws-mail/claws-mail-3.17.5.ebuild +++ b/mail-client/claws-mail/claws-mail-3.17.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python2_7 ) inherit autotools desktop python-single-r1 xdg DESCRIPTION="An email client (and news reader) based on GTK+" |