diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-11 23:14:27 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-11 23:14:41 +0100 |
commit | 0e67547666b4d977c1d1b2dc9e8fcd863a6828be (patch) | |
tree | f0f723d357c2718cb8f4dc6a92dcd993f5e4be9d | |
parent | app-shells/zsh: version bump to 5.3 (diff) | |
download | gentoo-0e67547666b4d977c1d1b2dc9e8fcd863a6828be.tar.gz gentoo-0e67547666b4d977c1d1b2dc9e8fcd863a6828be.tar.bz2 gentoo-0e67547666b4d977c1d1b2dc9e8fcd863a6828be.zip |
net-im/pidgin: pidgin still doesn't work with python3 (bug #602214).
Package-Manager: portage-2.3.3
-rw-r--r-- | net-im/pidgin/pidgin-2.11.0-r1.ebuild (renamed from net-im/pidgin/pidgin-2.11.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/pidgin/pidgin-2.11.0.ebuild b/net-im/pidgin/pidgin-2.11.0-r1.ebuild index fb06856ee72c..a645995680a2 100644 --- a/net-im/pidgin/pidgin-2.11.0.ebuild +++ b/net-im/pidgin/pidgin-2.11.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 ) inherit autotools flag-o-matic eutils toolchain-funcs multilib perl-module python-single-r1 |