On Wed, 2005-06-01 at 00:03 -0500, Harry Putnam wrote:
> Is something more than creating and editing the subject file required?
> I don't see any difference in emerge -v -p output having created it.
> Maybe its not correct:
>   cat /etc/portage/profile/package.provided
> 
> ---
>    dev-utils/cvs-1.12.11
>    app-editors/emacs-cvs-22.0.50.1
> ---
> 
>   emerge -v -p emacs-w3m
>   These are the packages that I would merge, in order:
> 
>   Calculating dependencies ...done!
>   [ebuild  N    ] app-editors/emacs-21.4  +X -Xaw3d -debug +gnome -leim 
> -lesstif +motif +nls -nosendmail 0 kB 
>   [ebuild  N    ] dev-libs/boehm-gc-6.3-r1  -c++ 754 kB 
>   [ebuild  N    ] media-libs/gdk-pixbuf-0.22.0-r3  -doc -mmx 388 kB 
>   [ebuild  N    ] www-client/w3m-0.5.1-r1  +X -async -cjk +gpm +gtk +imlib 
> -imlib2 -lynxkeymap -migemo +nls +ssl -xface 1,852 kB 
>   [ebuild  N    ] app-emacs/emacs-w3m-1.4.3  708 kB 
> 
> Note that emacs-21.4 is still slated for install.
> ---
> 
>  emerge -v -p emacs-cvs
> 
>   These are the packages that I would merge, in order:
> 
>   Calculating dependencies ...done!
>   [ebuild  N    ] dev-util/cvs-1.11.18  -doc -emacs 0 kB 
>   [ebuild  N    ] app-editors/emacs-cvs-22.0.50  +X -Xaw3d (-aqua) -debug 
> +gif +gnome +gtk +jpeg +nls +png +spell +tiff 0 kB 
> 

Your /etc/portage/profile/package.provided file is correct.
Unfortunately, in this case, the dependency is on virtual/emacs.

Add "virtual/emacs app-editors/emacs-cvs"
to /etc/portage/profile/virtuals and it will quit trying to install
emacs. This tells portage to use app-editors/emacs-cvs to satisfy the
virtual instead of the default of app-editors/emacs.

For the second one, you have a typo - it is dev-util/cvs not
dev-util*s*/cvs

Regards,
Paul
-- 
gentoo-user@gentoo.org mailing list

Reply via email to