summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2006-05-22 18:20:39 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2006-05-22 18:20:39 +0000
commitec1c219aa00a227d1d81791d737387f51107c762 (patch)
treefb716808ee46cb64dfeb7ca2703f99d1534a3d16 /sys-apps/texinfo
parentDemo->(Demo) for bug #133836. (diff)
downloadgentoo-2-ec1c219aa00a227d1d81791d737387f51107c762.tar.gz
gentoo-2-ec1c219aa00a227d1d81791d737387f51107c762.tar.bz2
gentoo-2-ec1c219aa00a227d1d81791d737387f51107c762.zip
Updated previous fix to use tc-is-cross-compiler (Bug #133429).
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r--sys-apps/texinfo/ChangeLog5
-rw-r--r--sys-apps/texinfo/texinfo-4.8-r3.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/texinfo/ChangeLog b/sys-apps/texinfo/ChangeLog
index 35f8cd2e1943..25bd764b1b92 100644
--- a/sys-apps/texinfo/ChangeLog
+++ b/sys-apps/texinfo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/texinfo
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.71 2006/05/20 17:29:26 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.72 2006/05/22 18:20:39 kugelfang Exp $
+
+ 22 May 2006; Danny van Dyk <kugelfang@gentoo.org> texinfo-4.8-r3.ebuild:
+ Updated previous fix to use tc-is-cross-compiler.
20 May 2006; <solar@gentoo.org> texinfo-4.8-r3.ebuild:
- Cross-compile workaround #133429
diff --git a/sys-apps/texinfo/texinfo-4.8-r3.ebuild b/sys-apps/texinfo/texinfo-4.8-r3.ebuild
index 18ff1a109e7e..fd5087e44876 100644
--- a/sys-apps/texinfo/texinfo-4.8-r3.ebuild
+++ b/sys-apps/texinfo/texinfo-4.8-r3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.8-r3.ebuild,v 1.3 2006/05/20 17:29:26 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.8-r3.ebuild,v 1.4 2006/05/22 18:20:39 kugelfang Exp $
-inherit flag-o-matic eutils
+inherit flag-o-matic eutils toolchain-funcs
DESCRIPTION="The GNU info program and utilities"
HOMEPAGE="http://www.gnu.org/software/texinfo/"
@@ -43,7 +43,7 @@ src_compile() {
econf ${myconf} || die
# Cross-compile workaround #133429
- if [[ "$CBUILD" != "$CHOST" ]] ; then
+ if tc-is-cross-compiler ; then
emake -C tools || die "emake tools"
fi