Emerge problems with XBMC on AppleTV
#1
Wel after a long time i finnaly got to the end of installing XBMC on my appletv with de gentoo linux, but i am stuck at the very end of the guide.

I did everything so i can use the Dharma Beta2, but when i want to emerge XBMC i get this:

Code:
localhost ~ # emerge -av xbmc

* IMPORTANT: 2 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.


These are the packages that would be merged, in order:

Calculating dependencies... done!

!!! All ebuilds that could satisfy "media-tv/xbmc" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-tv/xbmc-9999 (masked by: missing keyword)
- media-tv/xbmc-9.11-r5 (masked by: ~x86 keyword)
- media-tv/xbmc-9.11-r4 (masked by: ~x86 keyword)


For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


* IMPORTANT: 2 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.

And now still nothing happens. Can anyone help?
Reply
#2
Hello (excuse my english)

To accept all ~x86 package, you must add this in your "/etc/make.conf" :
Code:
ACCEPT_KEYWORDS="~x86"

If you want emerge the last xbmc-9999 (svn version) edit your "/etc/portage/package.keywords" and add :
Code:
media-tv/xbmc **
Reply

Logout Mark Read Team Forum Stats Members Help
Emerge problems with XBMC on AppleTV0