From: "Peter O'Connor" <vandagar@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] USE flags
Date: Sun, 21 Aug 2005 01:48:44 +1200 [thread overview]
Message-ID: <430734BC.8060300@gmail.com> (raw)
In-Reply-To: <030901c5a520$a7fadfa0$0501a8c0@croatus>
John Dangler wrote:
>I have just installed a basic 2005.1 system (2.6.12-r6) on my laptop. I'm
>trying to get my arms around the USE flags. I found a set of 'default'
>settings (I think) under /usr/portage/profiles/base/use.defaults . From
>what I've read in the gentoo documentation, this seems to be a list of
>default USE= flags. What I'd like to try and get to is, a difference
>between what's there and the 'total' list, and why would I add others to my
>own make.conf file?
>
>Thanks, as always, for the input.
>
>John D
>
>
>
>
>
>
I believe it takes the default USE flags from
/usr/portage/profiles/default-linux/x86/make.defaults (since I am on a x86)
The way the system works is that it applies those default USE flags
unless you say otherwise. The way to alter the default USE flags for
your system is to edit your /etc/make.conf and make
additions/subtractions from the USE flags. Basically this is a way to
customise your system to the way you want it.
This site shows them all and a brief description
http://www.gentoo.org/dyn/use-index.xml
The best way to see what USE flags are currently set is
# emerge info
as this takes into account the defaults and all the changes you have
made through /etc/make.conf
For instance in the default USE flags has
USE="alsa apm arts avi berkdb bitmap-fonts crypt cups eds....(many more)"
If you don't have a printer on your system, there is little point in
having cups as a USE flag (it will add unnecessary time to compile your
packages). So in your /etc/make.conf file you can put
USE="-cups"
Same thing if you don't want to use kde, and say you want to have
mozilla support on your system as well you would end up with.
USE=-cups -kde mozilla"
Then if you run
# emerge info
again it will have removed cups and kde from the USE flags and added
mozilla to the list as well.
Hope that helps
Peter
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2005-08-20 1:53 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-20 0:46 [gentoo-user] USE flags John Dangler
2005-08-20 1:50 ` Marco Matthies
2005-08-20 2:19 ` John Dangler
2005-08-20 2:26 ` John Jolet
2005-08-20 2:37 ` Marco Matthies
2005-08-20 2:47 ` [RESOLVED] " John Dangler
2005-08-20 3:53 ` Walter Dnes
2005-08-20 13:48 ` Peter O'Connor [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-07-25 16:55 [gentoo-user] Use Flags Silvio Siefke
2012-07-25 17:07 ` Yohan Pereira
2012-07-26 6:42 ` Alan McKinnon
2012-07-26 13:22 ` Allan Gottlieb
2012-07-26 18:53 ` Alan McKinnon
2006-12-10 9:35 [gentoo-user] USE Flags Vlad Dogaru
2006-12-10 9:46 ` Raymond Lewis Rebbeck
2006-12-10 9:55 ` Uwe Thiem
2006-12-10 11:20 ` Neil Bothwick
2006-12-10 16:18 ` Vlad Dogaru
2006-12-10 17:34 ` Rick van Hattem
2006-04-05 14:28 [gentoo-user] USE flags Leonid Podolny
2006-03-09 11:19 Goran Maksimoviæ
2006-03-09 16:29 ` Daniel da Veiga
2006-03-09 17:15 ` Richard Fish
2006-03-09 18:22 ` Goran Maksimović
2006-03-10 1:52 ` Boyd Stephen Smith Jr.
2005-12-02 20:14 Jeff
2005-12-02 20:58 ` Neil Bothwick
2005-12-02 21:02 ` Dale
2005-12-02 22:20 ` John J. Foster
2005-10-24 22:13 Eric Waguespack
2005-10-24 22:19 ` Hemmann, Volker Armin
2005-10-24 22:21 ` Dave Nebinger
2005-10-24 22:21 ` Holly Bostick
2005-10-24 22:22 ` Petteri Räty
2005-10-24 22:24 ` Brett I. Holcomb
2005-10-25 15:24 ` Neil Bothwick
2005-10-25 19:55 ` Mark Shields
2005-10-25 23:58 ` Neil Bothwick
2005-10-24 22:29 ` Willie Wong
2005-10-24 23:11 ` Holly Bostick
2005-07-18 16:58 Vincent A. Primavera
2005-07-18 17:24 ` Vincent A. Primavera
2005-07-18 15:24 Vincent A. Primavera
2005-07-18 15:38 ` Dave Nebinger
2005-07-18 15:53 ` Rumen Yotov
2005-07-18 17:17 ` Marco Matthies
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=430734BC.8060300@gmail.com \
--to=vandagar@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox