diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:44:39 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:46:56 +0200 |
commit | 62af336e0cc7876b19db43de24e480a998bca6d4 (patch) | |
tree | 3a9a0947dfd5f513780f7553ab30cddaf5fd0e19 /app-crypt | |
parent | app-crypt/gkeys-gen: Support python 3.5 (diff) | |
download | gentoo-62af336e0cc7876b19db43de24e480a998bca6d4.tar.gz gentoo-62af336e0cc7876b19db43de24e480a998bca6d4.tar.bz2 gentoo-62af336e0cc7876b19db43de24e480a998bca6d4.zip |
app-crypt/heimdal: Support python 3.5
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/heimdal-1.5.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild b/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild index 850a1ca5c09e..8305baaceac9 100644 --- a/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild +++ b/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) VIRTUALX_REQUIRED="manual" inherit autotools db-use eutils multilib multilib-minimal python-any-r1 toolchain-funcs virtualx flag-o-matic |