diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-02-27 21:46:31 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-02-27 21:46:31 +0000 |
commit | 11a7a5b44bb0fda3119bb46aac7487be85779ba0 (patch) | |
tree | 32114f67f56fa5203986cffbda83b006d1d59aa2 /eclass/autotools-multilib.eclass | |
parent | Fix for prefix and add ~arm-linux + ~x86-linux keywords. (diff) | |
download | historical-11a7a5b44bb0fda3119bb46aac7487be85779ba0.tar.gz historical-11a7a5b44bb0fda3119bb46aac7487be85779ba0.tar.bz2 historical-11a7a5b44bb0fda3119bb46aac7487be85779ba0.zip |
Update description.
Diffstat (limited to 'eclass/autotools-multilib.eclass')
-rw-r--r-- | eclass/autotools-multilib.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/autotools-multilib.eclass b/eclass/autotools-multilib.eclass index 46d90d31dd44..aa6ed873fff2 100644 --- a/eclass/autotools-multilib.eclass +++ b/eclass/autotools-multilib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v 1.10 2013/02/22 14:42:09 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v 1.11 2013/02/27 21:46:31 mgorny Exp $ # @ECLASS: autotools-multilib.eclass # @MAINTAINER: @@ -10,10 +10,10 @@ # The autotools-multilib.eclass is an autotools-utils.eclass(5) wrapper # introducing support for building for more than one ABI (multilib). # -# Inheriting this eclass sets IUSE=multilib and exports autotools-utils +# Inheriting this eclass sets the USE flags and exports autotools-utils # phase function wrappers which build the package for each supported ABI -# if the flag is enabled. Otherwise, it works like regular -# autotools-utils. +# when the relevant flag is enabled. Other than that, it works like +# regular autotools-utils. # # Note that the multilib support requires out-of-source builds to be # enabled. Thus, it is impossible to use AUTOTOOLS_IN_SOURCE_BUILD with |