summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/solar2')
-rw-r--r--games-action/solar2/ChangeLog5
-rw-r--r--games-action/solar2/solar2-1.10.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/solar2/ChangeLog b/games-action/solar2/ChangeLog
index 0780fe3fcccf..fea2361e584a 100644
--- a/games-action/solar2/ChangeLog
+++ b/games-action/solar2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/solar2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/ChangeLog,v 1.2 2013/05/09 14:11:36 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/ChangeLog,v 1.3 2013/08/18 00:23:59 hasufell Exp $
+
+ 18 Aug 2013; Julian Ospald <hasufell@gentoo.org> solar2-1.10.ebuild:
+ fix typo affecting x86 build
09 May 2013; Julian Ospald <hasufell@gentoo.org> solar2-1.10.ebuild:
restrict splitdebug
diff --git a/games-action/solar2/solar2-1.10.ebuild b/games-action/solar2/solar2-1.10.ebuild
index 1f916e5aebe3..1e3720125b13 100644
--- a/games-action/solar2/solar2-1.10.ebuild
+++ b/games-action/solar2/solar2-1.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/solar2-1.10.ebuild,v 1.3 2013/05/09 14:11:36 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/solar2-1.10.ebuild,v 1.4 2013/08/18 00:23:59 hasufell Exp $
# TODO: - unbundle libmono for 64bit
# - unbundling libSDL_mixer breaks the game
@@ -67,7 +67,7 @@ src_prepare() {
# no mono 32bit libs on amd64 yet
rm -v lib/libmad.so* lib/libmikmod.so* lib/libopenal.so* || die
else
- rm -v lib/libmad.so* lib/libmikmod.so* lib/libopenal.so* lib/libmono.so* || die
+ rm -v lib/libmad.so* lib/libmikmod.so* lib/libopenal.so* lib/libmono-2.0.so* || die
fi
fi
}