Gentoo Archives: gentoo-user

From: Mark Shields <laebshade@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] the nsplugin use flag
Date: Mon, 23 Jul 2007 12:03:23
Message-Id: 642958cc0707230457w2334f557u4b7cf25cde0fde@mail.gmail.com
In Reply to: Re: [gentoo-user] the nsplugin use flag by Allan Gottlieb
1 On 7/22/07, Allan Gottlieb <gottlieb@×××.edu> wrote:
2 >
3 > At Sun, 22 Jul 2007 09:27:09 +0200 Dirk Heinrichs <
4 > dirk.heinrichs@××××××.de> wrote:
5 >
6 > > Am Samstag, 21. Juli 2007 schrieb Allan Gottlieb:
7 > >
8 > >> echo "dev-java/blackdown-jre nsplugin" >>
9 > >> /etc/make.profile/package.use.mask echo "dev-java/blackdown-jdk
10 > nsplugin"
11 > >> >> /etc/make.profile/package.use.mask echo
12 > "dev-java/blackdown-java3d-bin
13 > >> nsplugin" >> /etc/make.profile/package.use.mask
14 > >
15 > > No. /etc/make.profile is a softlink into the portage tree. What ever you
16 > > change there will be overwritten when you sync the tree next time. The
17 > > correct file is /etc/portage/package.use and the entry should be
18 > >
19 > > dev-java/blackdown-jdk -nsplugin
20 > >
21 > > And, this is only needed when you use this package. As long as it's not
22 > > installed on your system, you don't even need to worry.
23 >
24 > Thank you. I was fooled by "man portage", but I should have know
25 > better. That is, I knew full well, but forgot, that /usr/profile is
26 > temporary and that user changes should be make in /etc/portage.
27 > Should I file a bug with proposed extra words for the beginning of the
28 > "portage" man page?
29 >
30 > thanks again,
31 > allan
32 > --
33 > gentoo-user@g.o mailing list
34 >
35 >
36 the manpage for portage has both references to /etc/make.profile/ and
37 /etc/portage/ (it's in the synopsis):
38
39 /etc/
40 make.globals
41 make.conf(5)
42
43 /etc/make.profile/
44 deprecated
45 make.defaults
46 packages
47 packages.build
48 package.provided
49 package.use
50 package.use.force
51 package.use.mask
52 parent
53 profile.bashrc
54 use.force
55 use.mask
56 virtuals
57
58 /etc/portage/
59 bashrc
60 modules
61 package.keywords
62 package.mask
63 package.unmask
64 package.use
65 mirrors
66 categories
67
68 /etc/portage/profile/
69 site-specific overrides of /etc/make.profile/
70
71 /usr/portage/profiles/
72 arch.list
73 categories
74 info_pkgs
75 info_vars
76 package.mask
77 profiles.desc
78 thirdpartymirrors
79 use.desc
80 use.local.desc
81
82 /var/cache/edb/
83 misc internal cache files
84
85 /var/db/pkg/
86 database to track installed packages
87
88 /var/lib/portage/
89 config
90 world
91
92
93 --
94 - Mark Shields

Replies

Subject Author
Re: [gentoo-user] the nsplugin use flag Allan Gottlieb <gottlieb@×××.edu>