diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-03-10 16:28:17 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-03-10 16:28:17 +0100 |
commit | 5794cb71313a267a2d70b102d268bcf8b36f1c7b (patch) | |
tree | 23da1e14b81e09526d5ef7fb86afdfdfbb8443d5 /app-crypt/manuale | |
parent | dev-python/doublex: Add support for python3_5 (diff) | |
download | gentoo-5794cb71313a267a2d70b102d268bcf8b36f1c7b.tar.gz gentoo-5794cb71313a267a2d70b102d268bcf8b36f1c7b.tar.bz2 gentoo-5794cb71313a267a2d70b102d268bcf8b36f1c7b.zip |
app-crypt/manuale: Add python3_5 support
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'app-crypt/manuale')
-rw-r--r-- | app-crypt/manuale/manuale-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/manuale/manuale-1.1.0.ebuild b/app-crypt/manuale/manuale-1.1.0.ebuild index 824f41f6b00d..9b16cb96273c 100644 --- a/app-crypt/manuale/manuale-1.1.0.ebuild +++ b/app-crypt/manuale/manuale-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python{3_4,3_5} ) inherit distutils-r1 |