Gentoo Archives: gentoo-user

From: behrouz khosravi <bz.khosravi@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] USE flags handling
Date: Wed, 30 Jul 2014 00:54:52
Message-Id: CAO5-k+rVUj9Xy1EMndpZoHTSudp6ocrxaRHrBMQV87a6jV5f5w@mail.gmail.com
In Reply to: Re: [gentoo-user] USE flags handling by Walter Dnes
1 On Wed, Jul 30, 2014 at 12:46 AM, Walter Dnes <waltdnes@××××××××.org> wrote:
2 > In my make.conf I have...
3 > USE_BASE="-* a52 aac bzip2 cxx fortran ncurses netifrc nptl nptlonly nsplugin offensive openssl posix readline ssl threads vim-syntax zlib"
4 > USE_CPU="mmx mmxext sse sse2 sse3 ssse3"
5 > USE_VIDEO="X dga dri exif ffmpeg flac classic gif intel jpeg mng mp3 mpeg ogg opengl png rtmp theora tiff truetype vorbis xcomposite webm x264 xpm xv xvid xvmc"
6 > USE="${USE_BASE} ${USE_CPU} ${USE_VIDEO}"
7
8 The way that you have managed the USE flag is neat, and I will do the same.
9 Thanks for your help.

Replies

Subject Author
[gentoo-user] Re: USE flags handling James <wireless@×××××××××××.com>