pacho 14/11/28 13:56:06 Modified: notmuch-0.18.2.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.3 net-mail/notmuch/notmuch-0.18.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild?r1=1.2&r2=1.3 Index: notmuch-0.18.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- notmuch-0.18.2.ebuild 11 Nov 2014 11:32:28 -0000 1.2 +++ notmuch-0.18.2.ebuild 28 Nov 2014 13:56:06 -0000 1.3 @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild,v 1.2 2014/11/11 11:32:28 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild,v 1.3 2014/11/28 13:56:06 pacho Exp $ EAPI=5 DISTUTILS_OPTIONAL=1 -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 elisp-common eutils pax-utils distutils-r1 toolchain-funcs 1.108 net-mail/notmuch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.108&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.108&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.107&r2=1.108 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- ChangeLog 23 Nov 2014 12:48:50 -0000 1.107 +++ ChangeLog 28 Nov 2014 13:56:06 -0000 1.108 @@ -1,6 +1,9 @@ # ChangeLog for net-mail/notmuch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.107 2014/11/23 12:48:50 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.108 2014/11/28 13:56:06 pacho Exp $ + + 28 Nov 2014; Pacho Ramos <[email protected]> notmuch-0.18.2.ebuild: + Support python 3.4 23 Nov 2014; Amadeusz Żołnowski <[email protected]> -notmuch-0.18.1.ebuild:
