summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-06 23:46:45 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-06 23:46:45 +0000
commit88cacfa8c36275fbe7a217a86cbcbeafcc0edec0 (patch)
tree56be77c47a12cf1e7698b0827d0dd6e6612315f4 /sys-fs
parentReplace an userland check by $CHOST check; added comment with reasons. (diff)
downloadgentoo-2-88cacfa8c36275fbe7a217a86cbcbeafcc0edec0.tar.gz
gentoo-2-88cacfa8c36275fbe7a217a86cbcbeafcc0edec0.tar.bz2
gentoo-2-88cacfa8c36275fbe7a217a86cbcbeafcc0edec0.zip
we want CHOST not CTARGET
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/e2fsprogs/e2fsprogs-1.38-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.38-r1.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.38-r1.ebuild
index 98ee9424251e..70bc3543e427 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.38-r1.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.38-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.38-r1.ebuild,v 1.1 2005/12/19 03:15:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.38-r1.ebuild,v 1.2 2006/01/06 23:46:45 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -78,7 +78,7 @@ src_compile() {
$(use_enable nls) \
$(use_enable userland_GNU fsck) \
|| die
- if [[ ${CTARGET:-${CHOST}} != *-uclibc ]] && grep -qs 'USE_INCLUDED_LIBINTL.*yes' config.{log,status} ; then
+ if [[ ${CHOST} != *-uclibc ]] && grep -qs 'USE_INCLUDED_LIBINTL.*yes' config.{log,status} ; then
eerror "INTL sanity check failed, aborting build."
eerror "Please post your ${S}/config.log file as an"
eerror "attachment to http://bugs.gentoo.org/show_bug.cgi?id=81096"