summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-02-27 21:46:31 +0000
committerMichał Górny <mgorny@gentoo.org>2013-02-27 21:46:31 +0000
commit11a7a5b44bb0fda3119bb46aac7487be85779ba0 (patch)
tree32114f67f56fa5203986cffbda83b006d1d59aa2 /eclass/autotools-multilib.eclass
parentFix for prefix and add ~arm-linux + ~x86-linux keywords. (diff)
downloadhistorical-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.eclass8
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