On Wednesday 26 October 2005 20:34, Tim Orford wrote:
>
lightning media-sound # ACCEPT_KEYWORDS="~amd64" emerge -pv om
ACCEPT_KEYWORDS="~x86" emerge -pv om
But beware this will turn off x86 masking for any dependencies installed
at the same time, which in the case of Smack will unnecesarily upgrade
your Gtk install.
The alternative is to add something like '>=media-sound/om-0.1.1'
to the file /etc/portage/package.keywords
cheers
--
Tim Orford
Hi Tim. I've looked in /etc/portage before, but the only thing there is a
directory named "sets". Would I have to create the file, or should it be
there already? Nigel.
You should create it. (them possibly)
mark@lightning ~ $ ls -al /etc/portage/
total 24
drwxr-xr-x 3 root portage 4096 Oct 26 15:05 .
drwxr-xr-x 57 root root 4096 Oct 26 15:12 ..
-rw-r--r-- 1 root root 96 Oct 12 10:43 modules
-rw-r--r-- 1 root root 825 Oct 26 15:05 package.keywords
-rw-r--r-- 1 root root 0 Oct 26 09:38 package.mask
-rw-r--r-- 1 root root 294 Oct 26 09:40 package.use
drwxr-xr-x 2 root root 4096 Oct 4 19:27 profile
mark@lightning ~ $
mark@lightning ~ $ cat /etc/portage/package.keywords
gnome-base/gnome-light amd64
media-video/helixplayer amd64
media-libs/win32codecs amd64
net-irc/xchat-gnome amd64
x11-base/x11-drm amd64
app-admin/eselect-opengl ~amd64
app-admin/eselect ~amd64
sys-apps/sdparm ~amd64
sys-kernel/gentoo-sources ~amd64
x11-themes/fvwm-crystal ~amd64
x11-misc/trayer ~amd64
x11-wm/fvwm ~amd64
x11-misc/habak ~amd64
media-libs/libiec61883 ~amd64
sys-libs/libraw1394 ~amd64
sci-electronics/iverilog ~amd64
media-sound/om ~amd64
media-libs/liblo ~amd64
app-cdr/k3b ~x86
app-emulation/wine ~x86
media-libs/liblrdf ~x86
media-sound/alsa-headers ~x86
media-sound/alsa-jack ~x86
media-sound/alsa-lib ~x86
media-sound/alsa-oss ~x86
media-sound/alsa-tools ~x86
media-sound/alsa-utils ~x86
media-sound/snd ~x86
media-video/xine-ui ~x86
x11-libs/fltk ~x86
sys-fs/hfsplusutils x86
sys-fs/mac-fdisk ~x86
mark@lightning ~
mark@lightning ~ $ cat /etc/portage/package.use
app-cdr/k3b ffmpeg
app-emulation/wine oss
sys-libs/glibc userlocales
gnome-extra/yelp firefox
media-tv/mythtv frontendonly oss -lirc
media-video/realplayer nsplugin
x11-misc/xscreensaver new-login
dev-java/blackdown-jre browserplugin
dev-java/blackdown-jdk browserplugin
media-sound/snd -esd
mark@lightning ~ $