Gentoo Archives: gentoo-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] upcoming problem? new-style virtuals and USE deps
Date: Mon, 22 Feb 2010 19:12:55
Message-Id: robbat2-20100222T183909-879632651Z@orbis-terrarum.net
1 So I've started to see the proliferation of manual || structures for USE deps,
2 where virtuals would normally be used, but it seems that either USE deps from
3 the virtuals aren't propogated down to the packages themselves, or developers
4 aren't aware of said propagation.
5
6 DEPEND="...
7 || (
8 >=dev-db/mysql-5.0.76-r1[embedded?,-minimal]
9 >=dev-db/mysql-community-5.0.77-r1[embedded?,-minimal]
10 )
11 ..."
12
13 dev-db/mysql-community will be dropped later this year, however before then
14 there will be 3 other variants added, all of which need to go into
15 virtual/mysql:
16 dev-db/mysql-cluster
17 dev-db/mariadb
18 dev-db/mysql-ourdelta
19
20 Suggestions on the actual problem source, and potential solutions welcome?
21
22 --
23 Robin Hugh Johnson
24 Gentoo Linux: Developer, Trustee & Infrastructure Lead
25 E-Mail : robbat2@g.o
26 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85

Replies