Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] esue -i for cpu flags
Date: Wed, 04 Feb 2015 16:44:47
Message-Id: loom.20150204T173836-293@post.gmane.org
1 Hello
2
3 So I use this syntax all the time
4
5 esue -i {flagname}
6
7 for lots of information. It still works with most flags as
8 it always has (euse -i X). Lastly (since the new global CPU flag changes)
9 it does not work for the old cpu-specific flags. Why?
10
11
12 euse -i sse
13 global use flags (searching: sse)
14 ************************************************************
15 no matching entries found
16
17 local use flags (searching: sse)
18 ************************************************************
19 no matching entries found
20
21
22 yet this works:
23
24 equery hasuse sse
25 * Searching for USE flag sse ...
26 [IP-] [ ] app-benchmarks/ramspeed-3.5.0-r2:0
27 [IP-] [ ] media-gfx/gimp-2.8.10-r1:2
28 [IP-] [ ] media-libs/babl-0.1.10-r1:0
29 [IP-] [ ] media-libs/flac-1.3.1-r1:0
30 [IP-] [ ] media-libs/gegl-0.2.0-r2:0
31 [IP-] [ ] media-libs/lensfun-0.2.8-r1:0
32 [IP-] [ ] media-libs/libvpx-1.3.0:0
33 [IP-] [ ] media-libs/speex-1.2_rc1-r2:0
34 [IP-] [ ] media-libs/x264-0.0.20140308:0/142
35 [IP-] [ ] media-sound/jack-audio-connection-kit-0.121.3-r1:0
36 [IP-] [ ] media-sound/mpg123-1.18.1:0
37 [IP-] [ ] media-video/mplayer-1.2_pre20130729:0
38 [IP-] [ ] media-video/mplayer2-2.0_p20131009:0
39 [IP-] [ ] media-video/vlc-2.1.2:0/5-7
40 [IP-] [ ] sci-libs/fftw-3.3.3-r2:3.0
41
42
43 Ok so what change and where did I miss reading about it?
44
45
46 James