Gentoo Archives: gentoo-portage-dev

From: Brian Harring <ferringb@×××××.com>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] per-package use.mask (bug 96368)
Date: Fri, 04 Aug 2006 19:23:58
Message-Id: 20060804192229.GA18033@seldon
In Reply to: [gentoo-portage-dev] [PATCH] per-package use.mask (bug 96368) by Zac Medico
1 On Thu, Aug 03, 2006 at 12:23:58PM -0700, Zac Medico wrote:
2 > Hi everyone,
3 >
4 > I've written a patch [1] that adds support for package.use.mask in the profile. It should behave exactly as use.mask currently does except that it allows USE flags to be masked for specific packages rather than for all packages.
5 >
6 > In previous discussion it's been noted that package.mask + use deps would be an alternative way to express this type of masking. However, package.use.mask + use deps would have the added ability to mask certain USE flags based on other flags that have been selected for a package. Either way, the per-package use.mask functionality is certainly needed. Shall we go ahead with the package.use.mask implementation or not?
7 >
8 > Zac
9 >
10 > [1] http://dev.gentoo.org/~zmedico/portage/branches/2.1/patches/package.use.mask.patch
11
12 Since you're sliding this in, why not slide it in using use dep
13 syntax?
14
15 No, not going to fight over this not being in package.mask, what I'm
16 saying is this _is_ masking of a use dep atom, just use use dep syntax
17 in the file instead.
18
19 If y'all get use deps, it'll be a bit simpler for folks to support
20 then the existing crappy format used imo.
21
22 Plus, parsing it's easy.
23 ~harring

Replies