diff options
author | 2013-02-27 21:46:31 +0000 | |
---|---|---|
committer | 2013-02-27 21:46:31 +0000 | |
commit | 11a7a5b44bb0fda3119bb46aac7487be85779ba0 (patch) | |
tree | 32114f67f56fa5203986cffbda83b006d1d59aa2 /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')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/autotools-multilib.eclass | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 76209b7949d2..47e7c29facbf 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.692 2013/02/27 21:02:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.693 2013/02/27 21:46:31 mgorny Exp $ + + 27 Feb 2013; Michał Górny <mgorny@gentoo.org> autotools-multilib.eclass: + Update description. 27 Feb 2013; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass, multilib-build.eclass, python-r1.eclass: 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 |