diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-12-09 20:46:06 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-12-10 11:14:57 +0100 |
commit | 75e21f7f533dbf34406ca1e34d03d85cbf8f7d32 (patch) | |
tree | 927d4e1e8f7080834f9a21a363752e5660db2365 /app-crypt | |
parent | dev-libs/beignet: Add support for newer python (diff) | |
download | gentoo-75e21f7f533dbf34406ca1e34d03d85cbf8f7d32.tar.gz gentoo-75e21f7f533dbf34406ca1e34d03d85cbf8f7d32.tar.bz2 gentoo-75e21f7f533dbf34406ca1e34d03d85cbf8f7d32.zip |
app-crypt/heimdal: Add support for newer python
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/heimdal-7.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/heimdal/heimdal-7.4.0.ebuild b/app-crypt/heimdal/heimdal-7.4.0.ebuild index b7ae49bd276b..930d2cde117f 100644 --- a/app-crypt/heimdal/heimdal-7.4.0.ebuild +++ b/app-crypt/heimdal/heimdal-7.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) VIRTUALX_REQUIRED="manual" inherit autotools db-use eutils multilib multilib-minimal python-any-r1 virtualx flag-o-matic |