From 62af336e0cc7876b19db43de24e480a998bca6d4 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 9 Oct 2016 09:44:39 +0200 Subject: app-crypt/heimdal: Support python 3.5 Package-Manager: portage-2.3.1 --- app-crypt/heimdal/heimdal-1.5.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-crypt/heimdal') 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 -- cgit v1.2.3-65-gdbad