I use Gentoo stable packages (ACCEPT_KEYWORDS="x86") but I'd like to use latest xfce-base/xfce4 and sci-mathematics/scilab package therefore I put them in package.keywords file.
However if I emerge i.e. 'emerge -p scilab' with scilab in package.keywords file, it will install latest version of scilab but all dependent packages will be from stable profile.
Code: Select all
emerge -p scilab
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] app-text/sablotron-1.0.1
[ebuild NS ] gnome-extra/gtkhtml-2.6.3
[ebuild N ] x11-libs/libzvt-2.0.1-r2
[ebuild N ] sci-libs/lapack-config-1.0.1
[ebuild N ] sci-libs/lapack-atlas-3.6.0
[ebuild N ] sci-mathematics/scilab-3.1.1-r3 Code: Select all
ACCEPT_KEYWORDS="~x86" emerge -p scilab
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] app-text/sablotron-1.0.1-r1
[ebuild NS ] gnome-extra/gtkhtml-2.6.3
[ebuild N ] x11-libs/libzvt-2.0.1-r2
[ebuild N ] sci-libs/lapack-config-1.0.1
[ebuild U ] sci-libs/blas-atlas-3.7.11 [3.6.0-r1]
[ebuild N ] sci-libs/lapack-atlas-3.7.11
[ebuild N ] sci-mathematics/scilab-3.1.1-r3 Do I have to add to package.keywords file also all dependent packages ??? That's a kind of hassle to me.
Also if I do 'emerge world' I got error messages about all dependent packages of xfce4 and scilab. Is there a smart way how to tell portage that I want xfce4 and scilab and also all depent packages to be ~x86 ?
Thanks
Jan


