Gentoo Archives: gentoo-user

From: Alex <alex.tsr@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to instruct emerge to leave certain stuff alone
Date: Mon, 29 Aug 2005 09:07:22
Message-Id: 200508291206.25209.alex.tsr@gmail.com
In Reply to: [gentoo-user] How to instruct emerge to leave certain stuff alone by Harry Putnam
1 On Monday 29 August 2005 02:18, Harry Putnam wrote:
2 > It contained
3 > dev-util/cvs
4 > app-editors/emacs-cvs
5
6 According to the portage man-page you must include the version of the package
7 too.
8
9 ==================================================
10 .
11 .
12 .
13 .
14 package.provided
15 A list of packages (one per line) that portage
16 should assume have been provided. Useful for port-
17 ing to non-Linux systems. Portage will not attempt
18 to update a package that is listed here unless
19 another package explicitly requires a version that
20 is newer than what has been listed. Basically, it's
21 a list that replaces the emerge --inject syntax.
22
23 For example, if you manage your own copy of a 2.6
24 kernel, then you can tell portage that 'sys-ker-
25 nel/development-sources-2.6.7' is already taken care
26 of and it should get off your back about it.
27
28 Format:
29 - comments begin with #
30 - one DEPEND atom per line
31 - relational operators are not allowed
32 - must include a version
33 .
34 .
35 .
36 .
37 ======================================================
38
39 --
40 Cheers, Alex.

Replies

Subject Author
[gentoo-user] Re: How to instruct emerge to leave certain stuff alone Harry Putnam <reader@×××××××.com>