I had the same issue.
I synched the sabayone overlay but it looks like there is no update in portage. But don't sweat, it's easy to create an updated ebuild.
You can follow the instructions listed here -
http://gentoo-wiki.com/HOWTO_Create_an_Updated_EbuildThe current second life ebuild is part of the sabayon overlay so you'll find it hiding under /usr/portage/local/layman/sabayon/
Create the secondlife-bin folder as explained in the link and copy the current secondlife ebuild file into it. The ebuild itself is nice and generic (it picks up the secondlife version from its filename) so all you need to do to rename the current build to the updated version number (I used 1.18.3.5) and it will take care of fetching the right file.
Recreate the Manifest file using something like:
- Code: Select all
ebuild /usr/local/portage/games-rpg/secondlife-bin/secondlife-bin-1.18.3.5.ebuild digest
and then
- Code: Select all
emerge secondlife-bin
Ta da - updated secondlife...