A recent commit on k3b removed stable keywords - there is no longer a stable version of k3b. It would probably be appropriate to revert the change and introduce it in a new revision. Commit diff: --- k3b-2.0.2-r1.ebuild 2011/03/26 14:40:09 1.4 +++ k3b-2.0.2-r1.ebuild 2011/03/27 17:04:14 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-2.0.2-r1.ebuild,v 1.4 2011/03/26 14:40:09 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-2.0.2-r1.ebuild,v 1.5 2011/03/27 17:04:14 ssuominen Exp $ EAPI=3 @@ -30,8 +30,8 @@ LICENSE="GPL-2 FDL-1.2" SLOT="4" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="debug dvd emovix encode ffmpeg flac hal lame mad musepack musicbrainz sndfile sox taglib vcd vorbis +wav" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug dvd emovix encode ffmpeg flac lame mad musepack musicbrainz sndfile sox taglib vcd vorbis +wav" DEPEND=" $(add_kdebase_dep libkcddb) @@ -50,7 +50,6 @@ RDEPEND="${DEPEND} app-cdr/cdrdao media-sound/cdparanoia - hal? ( sys-apps/hal ) virtual/cdrtools dvd? ( >=app-cdr/dvd+rw-tools-7 @@ -67,7 +66,7 @@ mycmakeargs=( -DK3B_BUILD_K3BSETUP=OFF $(cmake-utils_use debug K3B_DEBUG) - $(cmake-utils_use hal K3B_ENABLE_HAL_SUPPORT) + -DK3B_ENABLE_HAL_SUPPORT=OFF $(cmake-utils_use musicbrainz K3B_ENABLE_MUSICBRAINZ) $(cmake-utils_use dvd K3B_ENABLE_DVD_RIPPING) $(cmake-utils_use taglib K3B_ENABLE_TAGLIB) Reproducible: Always
Thanks for report fixed in cvs.
Sorry.