diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-20 18:27:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-20 18:27:50 +0000 |
commit | 019c563c2140df901d142d68264c42e03baf1be9 (patch) | |
tree | 65101af331cf4e538f3b86a320f79c15cbf6729e /eclass | |
parent | "Fix data install path, thanks Thomas Cort <tcort@gentoo.org> wrt bug #132197. (diff) | |
download | gentoo-2-019c563c2140df901d142d68264c42e03baf1be9.tar.gz gentoo-2-019c563c2140df901d142d68264c42e03baf1be9.tar.bz2 gentoo-2-019c563c2140df901d142d68264c42e03baf1be9.zip |
fix incorrect statements
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/multilib.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass index ec347c3519de..52a32831e4f4 100644 --- a/eclass/multilib.eclass +++ b/eclass/multilib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.50 2006/06/20 08:48:24 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.51 2006/06/20 18:27:50 vapier Exp $ # # Author: Jeremy Huddleston <eradicator@gentoo.org> # @@ -656,8 +656,8 @@ multilib_env() { esac } -# This is for the single package in the tree whose maintainer believes it is so important to -# provide a compiled-from-source version before portage is able to support it (app-emul/wine) +# Hide multilib details here for packages which are forced to be compiled for a +# specific ABI when run on another ABI (like x86-specific packages on amd64) multilib_toolchain_setup() { export ABI=$1 |