From ebb9422a3268a056f74b5c3c14a7b29f27574ff7 Mon Sep 17 00:00:00 2001 From: Michał Górny <mgorny@gentoo.org> Date: Sat, 27 Dec 2014 13:47:52 +0000 Subject: Fix unsetting PYTHON. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) --- app-i18n/tomoe/ChangeLog | 5 ++++- app-i18n/tomoe/tomoe-0.6.0-r2.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'app-i18n') diff --git a/app-i18n/tomoe/ChangeLog b/app-i18n/tomoe/ChangeLog index d4fde169ac66..d1131cddefa1 100644 --- a/app-i18n/tomoe/ChangeLog +++ b/app-i18n/tomoe/ChangeLog @@ -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 <mgorny@gentoo.org> tomoe-0.6.0-r2.ebuild: + Fix unsetting PYTHON. *tomoe-0.6.0-r2 (27 Dec 2014) diff --git a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild index f4d1c434dcc3..142ad4c05648 100644 --- a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild +++ b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild @@ -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 @@ src_configure() { local myconf # --with-python b0rked hard - local -x PYTHON + unset PYTHON use python || myconf="${myconf} --without-python" econf \ -- cgit v1.2.3-65-gdbad