| 1 | # Copyright 1999-2013 Gentoo Foundation |
1 | # Copyright 1999-2013 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v 1.6 2013/01/26 11:38:43 mgorny Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v 1.7 2013/01/26 11:39:41 mgorny Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: autotools-multilib.eclass |
5 | # @ECLASS: autotools-multilib.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Michał Górny <mgorny@gentoo.org> |
7 | # Michał Górny <mgorny@gentoo.org> |
| 8 | # @BLURB: autotools-utils wrapper for multilib builds |
8 | # @BLURB: autotools-utils wrapper for multilib builds |
| … | |
… | |
| 43 | # Example use: |
43 | # Example use: |
| 44 | # @CODE |
44 | # @CODE |
| 45 | # RDEPEND="dev-libs/libfoo[${MULTILIB_USEDEP}] |
45 | # RDEPEND="dev-libs/libfoo[${MULTILIB_USEDEP}] |
| 46 | # net-libs/libbar[ssl,${MULTILIB_USEDEP}]" |
46 | # net-libs/libbar[ssl,${MULTILIB_USEDEP}]" |
| 47 | # @CODE |
47 | # @CODE |
| 48 | MULTILIB_USEDEP=multilib? |
48 | MULTILIB_USEDEP='multilib(-)?' |
| 49 | |
49 | |
| 50 | # @FUNCTION: autotools-multilib_foreach_abi |
50 | # @FUNCTION: autotools-multilib_foreach_abi |
| 51 | # @USAGE: argv... |
51 | # @USAGE: argv... |
| 52 | # @DESCRIPTION: |
52 | # @DESCRIPTION: |
| 53 | # If multilib support is enabled, sets the toolchain up for each |
53 | # If multilib support is enabled, sets the toolchain up for each |