summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-12-27 13:47:52 +0000
committerMichał Górny <mgorny@gentoo.org>2014-12-27 13:47:52 +0000
commitebb9422a3268a056f74b5c3c14a7b29f27574ff7 (patch)
treeb366e26635884f2d761067592066e513443c19e7 /app-i18n
parentConvert to python-single-r1. (diff)
downloadgentoo-2-ebb9422a3268a056f74b5c3c14a7b29f27574ff7.tar.gz
gentoo-2-ebb9422a3268a056f74b5c3c14a7b29f27574ff7.tar.bz2
gentoo-2-ebb9422a3268a056f74b5c3c14a7b29f27574ff7.zip
Fix unsetting PYTHON.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-i18n')
-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 \