Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH autotools-multilib 2/2] Use (-)-dep in MULTILIB_USEDEP to make sure it works.
Date: Mon, 21 Jan 2013 15:47:11
Message-Id: 1358782904-765-2-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH autotools-multilib 1/2] Require EAPI=5 for working MULTILIB_USEDEPs. by "Michał Górny"
1 Due to use.force and magic like that, non-EAPI-5 deps would be assumed
2 to have USE=multilib otherwise.
3
4 ---
5 eclass/autotools-multilib.eclass | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/eclass/autotools-multilib.eclass b/eclass/autotools-multilib.eclass
9 index b4af121..dbf2ad1 100644
10 --- a/eclass/autotools-multilib.eclass
11 +++ b/eclass/autotools-multilib.eclass
12 @@ -45,7 +45,7 @@ IUSE=multilib
13 # RDEPEND="dev-libs/libfoo[${MULTILIB_USEDEP}]
14 # net-libs/libbar[ssl,${MULTILIB_USEDEP}]"
15 # @CODE
16 -MULTILIB_USEDEP=multilib?
17 +MULTILIB_USEDEP='multilib(-)?'
18
19 # @FUNCTION: autotools-multilib_foreach_abi
20 # @USAGE: argv...
21 --
22 1.8.1.1