View previous topic :: View next topic |
Author |
Message |
topfpflanze n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 04 Jan 2003 Posts: 21
|
Posted: Thu Jan 16, 2003 4:25 pm Post subject: Abhaengigkeitenberechnung zu grosszuegig |
|
|
Wie kann ich verhindern, dass emerge die Abhaengigkeiten so "grosszuegig" berechnet?
bsp.:
Code: |
emerge -p xpdf
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] x11-libs/openmotif-2.2.2-r1
[ebuild N ] media-libs/t1lib-1.3.1
[ebuild N ] net-print/cups-1.1.18
[ebuild N ] net-print/foomatic-2.0.0
[ebuild N ] dev-perl/Parse-RecDescent-1.80-r3
[ebuild N ] media-libs/aalib-1.4_rc4-r2
[ebuild N ] dev-perl/ExtUtils-F77-1.14-r1
[ebuild N ] dev-perl/PDL-2.3.2-r2
[ebuild N ] dev-perl/XML-Parser-2.31-r1
[ebuild N ] dev-perl/XML-Writer-0.4-r2
[ebuild N ] dev-perl/gtk-perl-0.7008-r9
[ebuild N ] media-libs/mpeg-lib-1.3.1-r1
[ebuild N ] media-gfx/gimp-1.2.3-r3
[ebuild N ] media-gfx/gimp-print-4.2.4
[ebuild N ] app-text/ghostscript-7.05.5
[ebuild N ] app-text/xpdf-2.01-r1
|
gimp zu installieren, wenn man nur ein pdf anschauen will finde ich etwas happig.
danke schonmal. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nikai Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/3e63c1143da47227a2316.png)
Joined: 02 Oct 2002 Posts: 270 Location: Kitzbühel, Austria
|
Posted: Thu Jan 16, 2003 4:48 pm Post subject: |
|
|
Code: | USE="-gnome" emerge -p xpdf |
Besser so? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jay l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/20401345553f85b3e247008.jpg)
Joined: 08 May 2002 Posts: 980
|
Posted: Thu Jan 16, 2003 4:48 pm Post subject: |
|
|
einfach die entsprechenden use flags in /etc/make.conf setzen. _________________ Do you want your posessions identified? [ynq] (n) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
topfpflanze n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 04 Jan 2003 Posts: 21
|
Posted: Thu Jan 16, 2003 5:11 pm Post subject: |
|
|
hallo.
eigentlich will ich ja schon gnome unterstuetzung.
ich moechte nur nicht, dass zuviele sachen installiert werden, die nicht wirklich benoetigt werden.
oder wuerdet ihr dann einfach die abhaengigkeiten anschauen,
dann die USE variable aendern, und dann emergen? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nikai Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/3e63c1143da47227a2316.png)
Joined: 02 Oct 2002 Posts: 270 Location: Kitzbühel, Austria
|
Posted: Thu Jan 16, 2003 5:45 pm Post subject: |
|
|
topfpflanze wrote: | eigentlich will ich ja schon gnome unterstuetzung. |
Ich denke es geht in diesem Fall nur um gimp-print, diese Abhängigkeit findet sich bei ghostscript:
Code: | DEPEND="gnome? ( >=media-gfx/gimp-print-4.2.1 )" |
Wenn Du ohne gimp-print leben kannst, dann mußt Du auch den GIMP nicht installieren.
topfpflanze wrote: | wuerdet ihr dann einfach die abhaengigkeiten anschauen,
dann die USE variable aendern, und dann emergen? |
Ja, ganz einfach so:
Code: | USE="-gnome" emerge xpdf |
ghostscript wird so ohne gimp-print installiert. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
topfpflanze n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 04 Jan 2003 Posts: 21
|
Posted: Thu Jan 16, 2003 8:17 pm Post subject: |
|
|
ok, danke. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|