A severe savegame bugfix for the ufo-ai game has been fixed upstream:
http://sourceforge.net/tracker/index.php?func=detail&aid=1713168&group_id=157793&atid=805242
Reproducible: Always
Steps to Reproduce:
Unfortunately they didn't change the version, it's still 2.1.1 officially, so
the change went unnoticed here. There's a new tarball for download, a simple
changed line in the ebuild fixes this:
=================
@@ -11,7 +11,7 @@
HOMEPAGE="http://ufoai.ninex.info/"
SRC_URI="mirror://sourceforge/ufoai/music.tar.bz2
mirror://sourceforge/ufoai/${MY_P}-data.tar
- mirror://sourceforge/ufoai/${MY_P}-source_hotfix.tar.bz2
+ mirror://sourceforge/ufoai/${MY_P}-source.tar.bz2
mirror://sourceforge/ufoai/${MY_P}-i18n.tar.bz2"
LICENSE="GPL-2"
================
Thank you for incorporating this change :-)