tetromino 15/06/19 14:01:48 Modified: gcr-3.16.0.ebuild ChangeLog Log: Build system works with python3 (bug #552410, thanks to Olof Kindgren). (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Revision Changes Path 1.2 app-crypt/gcr/gcr-3.16.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild?r1=1.1&r2=1.2 Index: gcr-3.16.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcr-3.16.0.ebuild 9 Jun 2015 10:01:27 -0000 1.1 +++ gcr-3.16.0.ebuild 19 Jun 2015 14:01:48 -0000 1.2 @@ -1,11 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild,v 1.1 2015/06/09 10:01:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild,v 1.2 2015/06/19 14:01:48 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit gnome2 python-any-r1 vala virtualx 1.58 app-crypt/gcr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/ChangeLog?rev=1.58&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/ChangeLog?rev=1.58&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/ChangeLog?r1=1.57&r2=1.58 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- ChangeLog 9 Jun 2015 10:01:27 -0000 1.57 +++ ChangeLog 19 Jun 2015 14:01:48 -0000 1.58 @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/gcr # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.57 2015/06/09 10:01:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.58 2015/06/19 14:01:48 tetromino Exp $ + + 19 Jun 2015; Alexandre Rostovtsev <[email protected]> gcr-3.16.0.ebuild: + Build system works with python3 (bug #552410, thanks to Olof Kindgren). *gcr-3.16.0 (09 Jun 2015)
