Gentoo Archives: gentoo-dev

From: Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Multilib dependencies need to have >= on least version having EAPI=5 or multilib support
Date: Thu, 19 Jun 2014 20:02:16
Message-Id: 20140619210201.0581c164@googlemail.com
In Reply to: Re: [gentoo-dev] Multilib dependencies need to have >= on least version having EAPI=5 or multilib support by Greg Turner
1 On Thu, 19 Jun 2014 12:21:35 -0700
2 Greg Turner <gmt@×××××.us> wrote:
3 > One thing people should be aware of is how this policy will interact
4 > with slotted ebuilds. >=foo/bar-3.5[${MULTILIB_USEDEP}] could be met
5 > by the ancient >=foo/bar-4.0 EAPI0 ebuild, but a dep like:
6 >
7 > "|| (
8 > >=foo/bar-3.5:3[${MULTILIB_USEDEP}]
9 > >=foo/bar-4.5:4[${MULTILIB_USEDEP}]
10 > >=foo/bar-5.2:5[${MULTILIB_USEDEP}]
11 > )"
12 >
13 > would solve such a problem correctly.
14
15 No it wouldn't... Best version first in a || block.
16
17 --
18 Ciaran McCreesh

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies