mgorny 14/12/27 13:47:52 Modified: tomoe-0.6.0-r2.ebuild ChangeLog Log: Fix unsetting PYTHON. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 app-i18n/tomoe/tomoe-0.6.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild?r1=1.1&r2=1.2 Index: tomoe-0.6.0-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tomoe-0.6.0-r2.ebuild 27 Dec 2014 13:24:13 -0000 1.1 +++ tomoe-0.6.0-r2.ebuild 27 Dec 2014 13:47:52 -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-i18n/tomoe/tomoe-0.6.0-r2.ebuild,v 1.1 2014/12/27 13:24:13 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild,v 1.2 2014/12/27 13:47:52 mgorny Exp $ EAPI=5 @@ -70,7 +70,7 @@ local myconf # --with-python b0rked hard - local -x PYTHON + unset PYTHON use python || myconf="${myconf} --without-python" econf \ 1.19 app-i18n/tomoe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tomoe/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tomoe/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tomoe/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-i18n/tomoe/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 27 Dec 2014 13:24:13 -0000 1.18 +++ ChangeLog 27 Dec 2014 13:47:52 -0000 1.19 @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/tomoe # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/ChangeLog,v 1.18 2014/12/27 13:24:13 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/ChangeLog,v 1.19 2014/12/27 13:47:52 mgorny Exp $ + + 27 Dec 2014; Michał Górny <[email protected]> tomoe-0.6.0-r2.ebuild: + Fix unsetting PYTHON. *tomoe-0.6.0-r2 (27 Dec 2014)
