diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-09-04 16:36:25 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-09-04 16:36:25 +0200 |
commit | 15fc979d97545f958c0d5eb354890868a9b01e4f (patch) | |
tree | ef18e92908aed27549732054d7318f913d1a6b6a /app-shells/thefuck | |
parent | www-apps/mediawiki: Version bump to 1.27.1 (diff) | |
download | gentoo-15fc979d97545f958c0d5eb354890868a9b01e4f.tar.gz gentoo-15fc979d97545f958c0d5eb354890868a9b01e4f.tar.bz2 gentoo-15fc979d97545f958c0d5eb354890868a9b01e4f.zip |
app-shells/thefuck: Add python3.5 support
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-shells/thefuck')
-rw-r--r-- | app-shells/thefuck/thefuck-3.11-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/thefuck/thefuck-3.11-r1.ebuild b/app-shells/thefuck/thefuck-3.11-r1.ebuild index e1d61c720d9f..aa305bc0d592 100644 --- a/app-shells/thefuck/thefuck-3.11-r1.ebuild +++ b/app-shells/thefuck/thefuck-3.11-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=(python{2_7,3_4}) +PYTHON_COMPAT=(python{2_7,3_4,3_5}) inherit distutils-r1 |