summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-08-18 00:23:59 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-08-18 00:23:59 +0000
commit2d8d5275dcf85d2ffd2f4343274463f66666c6d1 (patch)
tree046d7c9e5e21f9cde750da37dc8f6632d265a606 /games-action/solar2
parentstable amd64, x86 wrt #480804 (diff)
downloadgentoo-2-2d8d5275dcf85d2ffd2f4343274463f66666c6d1.tar.gz
gentoo-2-2d8d5275dcf85d2ffd2f4343274463f66666c6d1.tar.bz2
gentoo-2-2d8d5275dcf85d2ffd2f4343274463f66666c6d1.zip
fix typo affecting x86 build
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
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
}