Quote:
Originally Posted by OiOliverOi --- Invalid atom in /etc/portage/package.keywords: net-www/netscape-flash-9.0.115.0
--- Invalid atom in /etc/portage/package.keywords: net-www/netscape-flash-9.0.48.0
--- Invalid atom in /etc/portage/package.keywords: net-www/netscape-flash-7.0.68
--- Invalid atom in /etc/portage/package.keywords: net-www/netscape-flash-9.0.48.0-r1
Portage 2.1.4.4 (default-linux/ppc/ppc32/2007.0, gcc-4.1.1, glibc-2.5-r0, 2.6.23-gentoo-r8 ppc) |
Not belonging to this topic, but you can fix these warning by correcting the syntax in your /etc/portage/package.keywords
Erase all the lines regarding netscape-flash, and leave only one, containing exactly this:
On topic, I see you have a ppc architecture. I don't know much about ppc, which limits the amount of help I can give for this.
However, I don't think that wine can run on ppc, at least, not directly without using qemu or something like that. Wine rellies heavily on x86. And as far as I know, it only works on x86 and amd64 (and that's just because amd64 can run natively x86 code even when running on 64 bits mode). Wine cannot be compiled for amd64. It's compiled for x86 even when you emerge it under amd64. So, I don't think it's possible to compile it for powerpc.
If you look at the ebuilds, you can see that all the wine ebuilds are keyworded for x86 and amd64 only:
Quote:
$ grep KEYW /var/portage/app-emulation/wine/wine-* | sed -e 's/var/usr/g'
/usr/portage/app-emulation/wine/wine-0.9.10.ebuild:KEYWORDS="-* amd64 x86"
/usr/portage/app-emulation/wine/wine-0.9.11.ebuild:KEYWORDS="-* amd64 x86"
/usr/portage/app-emulation/wine/wine-0.9.12.ebuild:KEYWORDS="-* amd64 x86"
/usr/portage/app-emulation/wine/wine-0.9.13.ebuild:KEYWORDS="-* amd64 x86"
/usr/portage/app-emulation/wine/wine-0.9.14.ebuild:KEYWORDS="-* amd64 x86"
.....
|
Quote:
wow
where did my use flags get so big lol
|
Well, your use flags are determined based on:
1.- your profile (which in turn involves some arch-specific flags)
2.- your make.conf
3.- your package.use
4.- command line provided flags
In that order of prededence.
Also, there are some things like LINGUAS, INPUT_DEVICES, SOUND_DRIVERS, SANE_DEVICES and VIDEO_DRIVERS are are translated into use flags, as you can see.