Richard Fish wrote: > I have to say I dislike allowing this "backdoor" method to set CFLAGS, > as they won't show up in emerge --info or emerge -pv . You'd > have to see the actual build output to see the nasty flags, which you > might not even think to ask for if a package builds fine but crashes > randomly later. How about `cat /var/db/pkg/$category/$package-$version/CFLAGS`? You can't rely on emerge --info anyway, because it shows _current_ flags rather than flags the package was built with. Thanks, Donnie