<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>134440</bug_id>
          
          <creation_ts>2006-05-26 11:18 0000</creation_ts>
          <short_desc>Undocumented M in equery list from gentoolkit</short_desc>
          <delta_ts>2008-02-21 01:51:39 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Portage Development</product>
          <component>Tools</component>
          <version>unspecified</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <keywords>InSVN</keywords>
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>170220</blocked>
          
          <everconfirmed>1</everconfirmed>
          <reporter>zurd3@yahoo.com</reporter>
          <assigned_to>tools-portage@gentoo.org</assigned_to>
          <cc>esigra@gmail.com</cc>
    
    <cc>gokdenizk@gmail.com</cc>

      

      
          <long_desc isprivate="0">
            <who>zurd3@yahoo.com</who>
            <bug_when>2006-05-26 11:18:36 0000</bug_when>
            <thetext>Run &quot;equery list&quot;, some of the lines will show :

[I--] [M~] x11-libs/liblbxutil-1.0.0 (0)
[I--] [M~] x11-libs/libXfont-1.1.0 (0)
[I--] [M~] x11-apps/rgb-1.0.0 (0)
[I--] [M~] media-fonts/font-util-1.0.0 (0)
[I--] [M ] dev-lang/python-2.3.5 (2.3)
[I--] [M~] app-doc/xorg-docs-1.0.1 (0)

That M in the second bracket is not documented anywhere in &quot;man equery&quot; or &quot;man emerge&quot; or the FAQ forum at : http://forums.gentoo.org/viewtopic-t-26640.html

Reference : http://forums.gentoo.org/viewtopic.php?p=3340700#3340700</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mpagano@gentoo.org</who>
            <bug_when>2008-01-20 02:10:18 0000</bug_when>
            <thetext>Created an attachment (id=141355)
Patch adding requested information to man page

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fuzzyray@gentoo.org</who>
            <bug_when>2008-01-21 21:46:06 0000</bug_when>
            <thetext>Thanks Mike.  The patch is in subversion.

$ svn commit -m &quot;Add description of equery list output to man page (Bug #134440)&quot;
Sending        equery/equery.1
Transmitting file data .
Committed revision 459.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mpagano@gentoo.org</who>
            <bug_when>2008-01-30 00:40:40 0000</bug_when>
            <thetext>*** Bug 198219 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gokdenizk@gmail.com</who>
            <bug_when>2008-01-30 12:28:47 0000</bug_when>
            <thetext>(In reply to comment #1)
&gt; Created an attachment (id=141355) [edit]
&gt; Patch adding requested information to man page
&gt; 

I think there is something wrong with the patch. the capital &apos;M&apos; does not imply hard mask. It appears when current combination of ebuild&apos;s keywords, your accepted keywords with ACCEPT_KEYWORDS or /etc/portage/package.(un)mask files.

In my system wine is masked in etc/package.mask `` &lt;app-emulation/wine-0.9.42 &apos;&apos;
And &gt;app-emulation/wine-0.9.47 has ~x86 in ebuild. And wine-0.9.46 is installed.

$ equery list -p wine
[-P-] [M-] app-emulation/wine-0.9.39 (0)
[-P-] [M-] app-emulation/wine-0.9.40 (0)
[-P-] [M-] app-emulation/wine-0.9.41 (0)
[-P-] [ -] app-emulation/wine-0.9.42 (0)
[-P-] [ -] app-emulation/wine-0.9.43 (0)
[-P-] [ -] app-emulation/wine-0.9.44 (0)
[-P-] [ -] app-emulation/wine-0.9.45 (0)
[-P-] [M~] app-emulation/wine-0.9.47 (0)
[-P-] [M~] app-emulation/wine-0.9.48 (0)
[-P-] [M~] app-emulation/wine-0.9.49 (0)
[-P-] [M~] app-emulation/wine-0.9.50 (0)

$ ACCEPT_KEYWORDS=&quot;~x86&quot; equery list -p wine
[-P-] [M-] app-emulation/wine-0.9.39 (0)
[-P-] [M-] app-emulation/wine-0.9.40 (0)
[-P-] [M-] app-emulation/wine-0.9.41 (0)
[-P-] [ -] app-emulation/wine-0.9.42 (0)
[-P-] [ -] app-emulation/wine-0.9.43 (0)
[-P-] [ -] app-emulation/wine-0.9.44 (0)
[-P-] [ -] app-emulation/wine-0.9.45 (0)
[-P-] [ ~] app-emulation/wine-0.9.47 (0)
[-P-] [ ~] app-emulation/wine-0.9.48 (0)
[-P-] [ ~] app-emulation/wine-0.9.49 (0)
[-P-] [ ~] app-emulation/wine-0.9.50 (0)


The logic behind can be seen at lines 1537-1557 of /usr/bin/equery</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gokdenizk@gmail.com</who>
            <bug_when>2008-01-30 12:30:06 0000</bug_when>
            <thetext>correction:

It appears when current combination of ...... prevent the package from being installed(i.e. masked)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fuzzyray@gentoo.org</who>
            <bug_when>2008-02-21 01:51:39 0000</bug_when>
            <thetext>Released in gentoolkit-0.2.4_rc2</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>141355</attachid>
            <date>2008-01-20 02:10 0000</date>
            <desc>Patch adding requested information to man page</desc>
            <filename>equery_man_update.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIGVxdWVyeS4xLm9yaWcJMjAwOC0wMS0xOCAyMDozNjowMC4wMDAwMDAwMDAgLTA1MDAKKysr
IGVxdWVyeS4xCTIwMDgtMDEtMTkgMjE6MDg6NDYuMDAwMDAwMDAwIC0wNTAwCkBAIC0yMTAsNiAr
MjEwLDExIEBAIGxpc3Qgb25seSB0aG9zZSBwYWNrYWdlcyB0aGF0IGV4YWN0bHkgbWEKIG9ubHkg
bGlzdCBpbnN0YWxsZWQgZHVwbGljYXRlIHBhY2thZ2VzCiAuYnIgCiAKK1xmQk91dHB1dDpcZlIK
KworLmJyCitUaGUgbGlzdCBjb21tYW5kIHNlYXJjaGVzIHBhY2thZ2VzIGZvciB0aGUgbmFtZSBn
aXZlbi4gSWYgZm91bmQsIHRoZSBmb2xsb3dpbmcgaW5mbyB3aWxsIGJlIGRpc3BsYXllZDogdGhl
IHBhY2thZ2UgbG9jYXRpb24gYmV0d2VlbiB0aGUgZmlyc3Qgc3F1YXJlIGJyYWNrZXRzIChJIGZv
ciBJbnN0YWxsZWQgcGFja2FnZXMsIFAgZm9yIFBvcnRhZ2UsIE8gZm9yIE92ZXJsYXkpLCB0aGUg
cG9zc2libGUgbWFza3MgYmV0d2VlbiB0aGUgc2Vjb25kICh+IGJ5IGtleXdvcmQsIC0gYnkgYXJj
aCBvciBNIGhhcmQgbWFza2VkKSwgdGhlbiB0aGUgY2F0ZWdvcnkgYW5kIGNvbXBsZXRlIG5hbWUg
YW5kIGxhc3Qgb2YgYWxsLCB0aGUgc2xvdCBpbiB3aGljaCB0aGUgcGFja2FnZSBpcyBzdG9yZWQu
CisKIFxmQkV4YW1wbGVzOlxmUgogCiBlcXVlcnkgbGlzdCB6aWxsYSBcLSBsaXN0IGFsbCBpbnN0
YWxsZWQgdmVyc2lvbnMgb2YgcGFja2FnZXMgY29udGFpbmluZyB0aGUgc3RyaW5nICd6aWxsYScK
</data>        

          </attachment>
    </bug>

</bugzilla>