dilfridge 14/06/28 12:40:23 Modified: ChangeLog libreoffice-bin-4.2.5.2.ebuild Log: Add python-3.4 compatibility (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.142 app-office/libreoffice-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.142&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.142&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.141&r2=1.142 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v retrieving revision 1.141 retrieving revision 1.142 diff -u -r1.141 -r1.142 --- ChangeLog 28 Jun 2014 12:38:48 -0000 1.141 +++ ChangeLog 28 Jun 2014 12:40:23 -0000 1.142 @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice-bin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.141 2014/06/28 12:38:48 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.142 2014/06/28 12:40:23 dilfridge Exp $ + + 28 Jun 2014; Andreas K. Huettel <[email protected]> + libreoffice-bin-4.2.5.2.ebuild: + Add python-3.4 compatibility *libreoffice-bin-4.2.5.2 (28 Jun 2014) 1.2 app-office/libreoffice-bin/libreoffice-bin-4.2.5.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.2.5.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.2.5.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.2.5.2.ebuild?r1=1.1&r2=1.2 Index: libreoffice-bin-4.2.5.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.2.5.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libreoffice-bin-4.2.5.2.ebuild 28 Jun 2014 12:38:48 -0000 1.1 +++ libreoffice-bin-4.2.5.2.ebuild 28 Jun 2014 12:40:23 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.2.5.2.ebuild,v 1.1 2014/06/28 12:38:48 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.2.5.2.ebuild,v 1.2 2014/06/28 12:40:23 dilfridge Exp $ EAPI=5 @@ -11,7 +11,7 @@ BASE_AMD64_URI="http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-" BASE_X86_URI="http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-" -PYTHON_COMPAT=( python2_7 python3_3 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) PYTHON_REQ_USE="threads,xml" inherit kde4-base java-pkg-opt-2 python-single-r1 pax-utils prefix versionator
