pacho 14/11/26 10:42:16 Modified: install-mask-9999.ebuild ChangeLog Log: Support python 3.4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.8 app-portage/install-mask/install-mask-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/install-mask-9999.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/install-mask-9999.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/install-mask-9999.ebuild?r1=1.7&r2=1.8 Index: install-mask-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/install-mask/install-mask-9999.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- install-mask-9999.ebuild 6 Jul 2014 13:16:21 -0000 1.7 +++ install-mask-9999.ebuild 26 Nov 2014 10:42:16 -0000 1.8 @@ -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-portage/install-mask/install-mask-9999.ebuild,v 1.7 2014/07/06 13:16:21 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/install-mask-9999.ebuild,v 1.8 2014/11/26 10:42:16 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} ) inherit distutils-r1 1.24 app-portage/install-mask/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/install-mask/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 24 Nov 2014 12:57:49 -0000 1.23 +++ ChangeLog 26 Nov 2014 10:42:16 -0000 1.24 @@ -1,6 +1,9 @@ # ChangeLog for app-portage/install-mask # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/ChangeLog,v 1.23 2014/11/24 12:57:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/ChangeLog,v 1.24 2014/11/26 10:42:16 pacho Exp $ + + 26 Nov 2014; Pacho Ramos <[email protected]> install-mask-9999.ebuild: + Support python 3.4 24 Nov 2014; Pacho Ramos <[email protected]> install-mask-0.1.1.ebuild: Support python 3.4
