Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 491304 - "equery ke(y)words" can not provide information for Prefix, such as ~x64-macos and ~x86-macos
Summary: "equery ke(y)words" can not provide information for Prefix, such as ~x64-maco...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: Normal minor (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 08:17 UTC by Linlin Yan
Modified: 2013-11-16 00:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Linlin Yan 2013-11-15 08:17:47 UTC
For example:

$ equery y gcc-apple
Keywords for sys-devel/gcc-apple:
                  |                           | u    |
                  | a a             p     s   | n    |
                  | l m   h i m m   p s   p   | u s  | r
                  | p d a p a 6 i p c 3   a x | s l  | e
                  | h 6 r p 6 8 p p 6 9 s r 8 | e o  | p
                  | a 4 m a 4 k s c 4 0 h c 6 | d t  | o
------------------+---------------------------+------+--------------
   4.0.1_p5493    | o o o o o o o o o o o o o | o 40 | gentoo_prefix
------------------+---------------------------+------+--------------
   4.2.1_p5664    | o o o o o o o o o o o o o | # 42 | gentoo_prefix
[I]4.2.1_p5666-r1 | o o o o o o o o o o o o o | o    | gentoo_prefix

There is no any keyword like '~x64-macos' and '~x86-macos'.

Reproducible: Always
Comment 1 Jonathan Callen (RETIRED) gentoo-dev 2013-11-16 00:34:04 UTC
To get prefix keywords in the output, use -P, like so:

$ equery y -P gcc-apple
Keywords for sys-devel/gcc-apple:
               |                                                     s s                             |      |  
               |                                                     p p                             |      |  
               |                                                   s a a                             |      |  
               |                                                   p r r                             |      |  
               |                             a               p p   a c c x   x x     x x       x x   |      |  
               |                           a m       i       p p s r 6 6 6   6 6 x   8 8     x 8 8   |      |  
               |                           m d a h i a m   p c c p c 4 4 4 x 4 4 8   6 6 x x 8 6 6 x |      |  
               |                           d 6 r p a 6 6   p | 6 a | | | | 6 | | 6 x | | 8 8 6 | | 8 |      |  
               |                           6 4 m p 6 4 8 p c o 4 r s f s f 4 o s | 8 f i 6 6 | o s 6 |      |  
               |                           4 | | a 4 | k p | p | c o r o r | p o c 6 r n | | n p o | | u    |  
               | a a             p     s   | l l | | l | c m e l | l e l e m e l y | e t l m e e l w | n    |  
               | l m   h i m m   p s   p   f i i h h i m | a n i f a e a e a n a g f e e i a t n a i | u s  | r
               | p d a p a 6 i p c 3   a x b n n p p n i a c b n b r b r b c b r w b b r n c b b r n | s l  | e
               | h 6 r p 6 8 p p 6 9 s r 8 s u u u u u n i o s u s i s i s o s i i s s i u o s s i n | e o  | p
               | a 4 m a 4 k s c 4 0 h c 6 d x x x x x t x s d x d s d s d s d s n d d x x s d d s t | d t  | o
---------------+-------------------------------------------------------------------------------------+------+-------
4.0.1_p5493    | o o o o o o o o o o o o o o o o o o o o o ~ o o o o o o o ~ o o o o o o o ~ o o o o | o 40 | gentoo_prefix
---------------+-------------------------------------------------------------------------------------+------+-------
4.2.1_p5664    | o o o o o o o o o o o o o o o o o o o o o ~ o o o o o o o ~ o o o o o o o ~ o o o o | # 42 | gentoo_prefix
4.2.1_p5666-r1 | o o o o o o o o o o o o o o o o o o o o o ~ o o o o o o o ~ o o o o o o o ~ o o o o | o    | gentoo_prefix
Comment 2 Linlin Yan 2013-11-16 00:55:19 UTC
Thanks! It also works for me.