Gentoo Archives: gentoo-user

From: "Poison BL." <poisonbl@×××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] How to install a pkg without all dependencies?
Date: Thu, 18 Dec 2014 15:18:39
Message-Id: CAOTuDKpGT+ZkM1JN+y8d4tNPA3QdmGpxwBE_Z7zVppNOTETN=w@mail.gmail.com
In Reply to: [gentoo-user] How to install a pkg without all dependencies? by Harry Putnam
1 On Thu, Dec 18, 2014 at 1:18 PM, Harry Putnam <reader@×××××××.com> wrote:
2 > Setup: very new install of gentoo
3 >
4 > I want to install emacs-w3m without most of the dependencies:
5 >
6 >
7 > Calculating dependencies... done!
8 > [ebuild N ] app-admin/eselect-emacs-1.17 0 KiB
9 > [ebuild N ] virtual/w3m-0 0 KiB
10 > [ebuild N ] app-emacs/emacs-common-gentoo-1.4-r1 USE="X -games" 40 KiB
11 > [ebuild N ] app-editors/emacs-24.4-r1:24 USE="X acl alsa dbus gif gpm gtk gtk3 inotify jpeg png svg tiff xpm zlib -Xaw3d (-aqua) -athena -games -gconf -gfile -gnutls -gsettings -gzip-el -hesiod -imagemagick -kerberos -libxml2 -livecd -m17n-lib -motif -pax_kernel (-selinux) -sound -source -toolkit-scroll-bars -wide-int -xft" 38804 KiB
12 > [ebuild N ] virtual/emacs-24 0 KiB
13 > [ebuild N ] app-emacs/emacs-w3m-1.4.528_pre20140213 LINGUAS="-ja" 734 KiB
14 >
15 > I don't want to install another (older) version of emacs.
16 >
17 > I installed emacs outside portage from bzr sources. I'd sooner track
18 > emacs development my way.
19 >
20 > I vaguely remember some way to tell portage about that... but not
21 > enough to do it...
22 >
23 >
24 >
25
26 With the understanding that changes between the version it's asking
27 for and what you've built on your end (which probably should be done
28 with a custom ebuild when it impacts as many things as emacs tends to)
29 might well break whatever's trying to use it, you can use
30 package.provided to convince portage that whatever dependency it's
31 looking for is already in place.
32
33 --
34 Poison [BLX]
35 Joshua M. Murphy

Replies

Subject Author
[gentoo-user] Re: How to install a pkg without all dependencies? Harry Putnam <reader@×××××××.com>