Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Update single packages w/o dependencies
Date: Sat, 10 Jul 2010 05:10:49
Message-Id: 4C3800B2.2030004@gmail.com
In Reply to: [gentoo-user] Update single packages w/o dependencies by Enrico Weigelt
1 Enrico Weigelt wrote:
2 > Hi folks,
3 >
4 >
5 > is there an emerge option for building just a single package w/o
6 > its dependencies (if deps are required, it should fail) ?
7 >
8 > I'd like to set up an automatic update for certain packages,
9 > but w/o touching all the rest not explicitly given.
10 >
11 >
12 > cu
13 >
14
15 I found this in the emerge man page:
16
17 --nodeps (-O)
18 Merges specified packages without merging any
19 dependencies. Note that the build may fail if the
20 dependencies aren't satisfied.
21
22
23 Is that what you are looking for?
24
25 Dale
26
27 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Update single packages w/o dependencies Enrico Weigelt <weigelt@×××××.de>