diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-27 13:15:58 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-27 13:15:58 +0000 |
commit | 66a3c938d21f165055ccc00d1383131d89db3df4 (patch) | |
tree | 17025abf7698cafe23d94623344d7a8a72467f59 /app-crypt/heimdal | |
parent | clean old python impl (diff) | |
download | gentoo-2-66a3c938d21f165055ccc00d1383131d89db3df4.tar.gz gentoo-2-66a3c938d21f165055ccc00d1383131d89db3df4.tar.bz2 gentoo-2-66a3c938d21f165055ccc00d1383131d89db3df4.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-1.5.3-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index 407fb2dbbae5..b54bf35dd749 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/heimdal # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.231 2014/11/02 07:58:27 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.232 2014/11/27 13:15:58 pacho Exp $ + + 27 Nov 2014; Pacho Ramos <pacho@gentoo.org> heimdal-1.5.3-r2.ebuild: + Support python 3.4 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> heimdal-1.5.3-r2.ebuild: Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug diff --git a/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild b/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild index 6932f859859c..c33f65c75454 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-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild,v 1.14 2014/11/02 07:58:27 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild,v 1.15 2014/11/27 13:15:58 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) VIRTUALX_REQUIRED="manual" inherit autotools db-use eutils multilib multilib-minimal python-any-r1 toolchain-funcs virtualx flag-o-matic |