Yesterday a new skype version was released. I think reusing previous ebuilds and sending to portage tree would be enough. Reproducible: Always
(In reply to comment #0) > Yesterday a new skype version was released. I think reusing previous ebuilds > and sending to portage tree would be enough. > > Reproducible: Always > Ype :) i just renamed old ebuild and all works fine
I had the ebuild for this ready, but some issues with the upstream package for the static version made me wait to try to find a solution. This version now includes translations so it is not a simple bump of the ebuild. Thanks for the report.
Looks like libsigc++20-2.0.17-1-from-fc5.rf.i386.tar.gz is not unpacked, which prevented libsigc-2.0.so.0.0.0 to be installed on my x86_64 system. Adding the following lines in the ebuild just after "src_unpack() {" solved it for me. if use amd64 ; then unpack libsigc++20-2.0.17-1-from-fc5.rf.i386.tar.gz fi