summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-i18n/tomoe/ChangeLog5
-rw-r--r--app-i18n/tomoe/tomoe-0.6.0-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
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 \