diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-05 17:29:59 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-05 17:30:26 +0200 |
commit | 015c36934a0ae0c168508213c448f10892a3a3ca (patch) | |
tree | 6c6c844004f4dadbc48a17f3fb10e62883b9349c /app-crypt | |
parent | media-video/mpv-0.25.0-r0: add ~alpha keyword (diff) | |
download | gentoo-015c36934a0ae0c168508213c448f10892a3a3ca.tar.gz gentoo-015c36934a0ae0c168508213c448f10892a3a3ca.tar.bz2 gentoo-015c36934a0ae0c168508213c448f10892a3a3ca.zip |
app-crypt/manuale: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-crypt')
-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 9b16cb96273c..974307de8f43 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=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit distutils-r1 |