pacho 14/11/24 12:57:49 Modified: install-mask-0.1.1.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.4 app-portage/install-mask/install-mask-0.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/install-mask-0.1.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/install-mask-0.1.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/install-mask-0.1.1.ebuild?r1=1.3&r2=1.4 Index: install-mask-0.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/install-mask/install-mask-0.1.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- install-mask-0.1.1.ebuild 6 Jul 2014 13:16:21 -0000 1.3 +++ install-mask-0.1.1.ebuild 24 Nov 2014 12:57:49 -0000 1.4 @@ -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-0.1.1.ebuild,v 1.3 2014/07/06 13:16:21 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/install-mask-0.1.1.ebuild,v 1.4 2014/11/24 12:57:49 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.23 app-portage/install-mask/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/install-mask/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 6 Jul 2014 13:16:21 -0000 1.22 +++ ChangeLog 24 Nov 2014 12:57:49 -0000 1.23 @@ -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.22 2014/07/06 13:16:21 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/ChangeLog,v 1.23 2014/11/24 12:57:49 pacho Exp $ + + 24 Nov 2014; Pacho Ramos <[email protected]> install-mask-0.1.1.ebuild: + Support python 3.4 06 Jul 2014; Michał Górny <[email protected]> install-mask-0.0.2-r3.ebuild, install-mask-0.1.1.ebuild, install-mask-9999.ebuild:
