Gentoo Archives: gentoo-soc

From: Zac Medico <zmedico@g.o>
To: gentoo-soc@l.g.o
Cc: "Otávio Pontes" <otaviobp@×××××.com>
Subject: Re: [gentoo-soc] Multiple Repository Support in Portage - Week 3
Date: Wed, 16 Jun 2010 16:58:09
Message-Id: 4C19029B.4090705@gentoo.org
In Reply to: Re: [gentoo-soc] Multiple Repository Support in Portage - Week 3 by "Otávio Pontes"
1 On 06/16/2010 07:36 AM, Otávio Pontes wrote:
2 > I couldn't find in paludis documentation (nor in pkgcore) where should
3 > go repository name when using useflags to emerge a package. In current
4 > Portage you can use the Atom category/package-version:slot[useflags].
5 > Should i place repository name after or before useflags? How is done
6 > in paludis pkgcore? category/package-version:slot[useflags]::repo_name
7 > or category/package-version:slot::repo_name[useflags]?
8
9 I'd say that it should be furthest to the right, as in
10 category/package-version:slot[useflags]::repo_name. You can add
11 support to portage.dep.Atom if you want. We'll just have to ensure
12 that the package dependency parsing code will reject such atoms as
13 invalid.
14 --
15 Thanks,
16 Zac