From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A949D198005 for ; Wed, 27 Feb 2013 21:47:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 579C6E0AC6; Wed, 27 Feb 2013 21:46:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD271E0AC6 for ; Wed, 27 Feb 2013 21:46:34 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6C1133D98A for ; Wed, 27 Feb 2013 21:46:33 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 07CAA2171D; Wed, 27 Feb 2013 21:46:31 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog autotools-multilib.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog autotools-multilib.eclass X-VCS-Directories: eclass X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130227214632.07CAA2171D@flycatcher.gentoo.org> Date: Wed, 27 Feb 2013 21:46:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 096ef187-a1fa-417e-a72b-4c801c694baf X-Archives-Hash: af9dc06b6faa5225741ced059daff96e mgorny 13/02/27 21:46:31 Modified: ChangeLog autotools-multilib.eclass Log: Update description. Revision Changes Path 1.693 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.693&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.693&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.692&r2=1.693 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.692 retrieving revision 1.693 diff -u -r1.692 -r1.693 --- ChangeLog 27 Feb 2013 21:02:59 -0000 1.692 +++ ChangeLog 27 Feb 2013 21:46:31 -0000 1.693 @@ -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 autotools-multilib.eclass: + Update description. 27 Feb 2013; Michał Górny distutils-r1.eclass, multilib-build.eclass, python-r1.eclass: 1.11 eclass/autotools-multilib.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools-multilib.eclass?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools-multilib.eclass?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools-multilib.eclass?r1=1.10&r2=1.11 Index: autotools-multilib.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- autotools-multilib.eclass 22 Feb 2013 14:42:09 -0000 1.10 +++ autotools-multilib.eclass 27 Feb 2013 21:46:31 -0000 1.11 @@ -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