Hello!
Have you run `ego sync` to update meta-repo?
I had the same problem. I solved. ...Trying to remember it...
The solution can be found by reading Funtoo Github > Media-Kit > media-sound > spotify: https://github.com/funtoo/media-kit/tree/1.0-prime/media-sound/spotify
ebuild file contains the link:
...DESCRIPTION="Spotify is a social music platform"
HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
BUILD_ID="407.g9bd02c2d"
SRC_BASE="http://repository.spotify.com/pool/non-free/s/${PN}-client/"
SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID}-26_amd64.deb )
x86? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID}-26_i386.deb )"
LICENSE="Spotify"
SLOT="0"
KEYWORDS="~amd64 ~x86"...
But here are those source files: http://repository.spotify.com/pool/non-free/s/spotify-client/ The new version 69 released: spotify-client_1.0.69.336.g7edcc575-39_amd64.deb
I can assume it is a bug that can be solved by one of two ways:
1) manual downloading necessary version and placing it into /var/cache
2) editing the link in the ebuild file and using your own edited ebuild
I think this info will be useful:
https://www.funtoo.org/Repository_Configuration
https://www.funtoo.org/The_/var_Hierarchy