summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2012-06-14 12:37:38 +0000
committerNaohiro Aota <naota@gentoo.org>2012-06-14 12:37:38 +0000
commit8d89d4250ba50653c66b798f27cf312bcb1ce11d (patch)
tree389db171a60bdaf621a543a281ba8e7e41d425f5 /app-i18n
parentStable for amd64, wrt bug #412075 (diff)
downloadgentoo-2-8d89d4250ba50653c66b798f27cf312bcb1ce11d.tar.gz
gentoo-2-8d89d4250ba50653c66b798f27cf312bcb1ce11d.tar.bz2
gentoo-2-8d89d4250ba50653c66b798f27cf312bcb1ce11d.zip
Set PYTHON to proeprly call python2
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ibus-table/ChangeLog8
-rw-r--r--app-i18n/ibus-table/ibus-table-1.3.9.20110827-r1.ebuild (renamed from app-i18n/ibus-table/ibus-table-1.3.9.20110827.ebuild)4
2 files changed, 9 insertions, 3 deletions
diff --git a/app-i18n/ibus-table/ChangeLog b/app-i18n/ibus-table/ChangeLog
index 55671162cc40..1a64f57a0191 100644
--- a/app-i18n/ibus-table/ChangeLog
+++ b/app-i18n/ibus-table/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/ibus-table
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ChangeLog,v 1.26 2012/05/03 19:24:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ChangeLog,v 1.27 2012/06/14 12:37:38 naota Exp $
+
+*ibus-table-1.3.9.20110827-r1 (14 Jun 2012)
+
+ 14 Jun 2012; Naohiro Aota <naota@gentoo.org>
+ +ibus-table-1.3.9.20110827-r1.ebuild, -ibus-table-1.3.9.20110827.ebuild:
+ Set PYTHON to proeprly call python2
03 May 2012; Jeff Horelick <jdhore@gentoo.org>
ibus-table-1.2.0.20100111.ebuild, ibus-table-1.3.0.20100621.ebuild,
diff --git a/app-i18n/ibus-table/ibus-table-1.3.9.20110827.ebuild b/app-i18n/ibus-table/ibus-table-1.3.9.20110827-r1.ebuild
index 58ef34d3e948..891e20ab4dde 100644
--- a/app-i18n/ibus-table/ibus-table-1.3.9.20110827.ebuild
+++ b/app-i18n/ibus-table/ibus-table-1.3.9.20110827-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ibus-table-1.3.9.20110827.ebuild,v 1.2 2012/05/03 19:24:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ibus-table-1.3.9.20110827-r1.ebuild,v 1.1 2012/06/14 12:37:38 naota Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -36,7 +36,7 @@ src_prepare() {
}
src_configure() {
- econf $(use_enable nls) --disable-additional
+ econf $(use_enable nls) --disable-additional PYTHON="${EPREFIX}"/usr/bin/python2
}
src_install() {