Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [RFC] multilib-build.eclass for multilib building helpers
Date: Sat, 26 Jan 2013 12:06:28
Message-Id: 1359202018-4069-1-git-send-email-mgorny@gentoo.org
1 Hello,
2
3 As spoken earlier, I have split out a set of common functions
4 from autotools-multilib to multilib-build eclass. The new eclass
5 provides:
6
7 - IUSE for multilib setup,
8
9 - MULTILIB_USEDEP for creating deps,
10
11 - multilib_foreach_abi() and multilib_parallel_foreach_abi() to run
12 commands iterating over ABIs.

Replies