oootoo 無印PCホストに64bitをインストール part-9。MATEでExaileをインストール

Exaileをインストール

# emerge exaile

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

Calculating dependencies... done!
[ebuild U ] dev-lang/python-2.7.7 [2.7.6] USE="sqlite*"
[ebuild N ] media-libs/mutagen-1.22 USE="-doc {-test}" PYTHON_TARGETS="python2_7"
[ebuild N ] media-sound/exaile-0.3.2.0 USE="libnotify nls -cddb"

The following USE changes are necessary to proceed:
(see "package.use" in the portage(5) man page for more details)
# required by media-sound/exaile-0.3.2.0
# required by exaile (argument)
=dev-lang/python-2.7.7 sqlite

Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.

/etc/portage/make.conf  に下記追加

USE="sqlite*"
USE="-doc {-test}" PYTHON_TARGETS="python2_7"
USE="libnotify nls -cddb"

/etc/portage/package.use  に下記追加

=dev-lang/python-2.7.7 sqlite    で再び

# emerge exaile    以上でOKでした。