The kdeaddons-3.0.2.ebuild file has a typo in it. Curiously, it prevents
kdeaddons-3.1.ebuild from being properly found and installed. Anyway, this
patch fixes up the problem. It's just missing a closing quote:
15c15
< svga? ( media-libs/svgalib )"
---
> svga? ( media-libs/svgalib )
Without this, you get odd errors when trying to emerge kde:
gentoo portage # emerge -up kde
These are the packages that I would merge, in order:
Calculating dependencies /
aux_get(): (1) couldn't open cache entry for kde-base/kdeaddons-3.0.2
Check for syntax error or corruption in the ebuild.
!!! all ebuilds that could satisfy "~kde-base/kdeaddons-3.1" have been masked.
!!! (dependency required by "kde-base/kde-3.1" [ebuild])
!!! Error calculating dependancies. Please correct.
gentoo portage #
Go figure.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.