From b7218e0bce3b8b78cd63141f4d13b26c79cfb69f Mon Sep 17 00:00:00 2001 From: Jurek Bartuszek <jurek@gentoo.org> Date: Sat, 28 Jul 2007 12:46:23 +0000 Subject: dev-dotnet/ikvm-0.34.0.2: Removed windows-only libraries (fixing bug #186837) (Portage version: 2.1.2.9) --- dev-dotnet/ikvm/ChangeLog | 5 ++++- dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'dev-dotnet') diff --git a/dev-dotnet/ikvm/ChangeLog b/dev-dotnet/ikvm/ChangeLog index 29c60be52ffa..280ef1cb8504 100644 --- a/dev-dotnet/ikvm/ChangeLog +++ b/dev-dotnet/ikvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/ikvm # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ChangeLog,v 1.16 2007/07/01 23:06:00 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ChangeLog,v 1.17 2007/07/28 12:46:23 jurek Exp $ + + 28 Jul 2007; Jurek Bartuszek <jurek@gentoo.org> ikvm-0.34.0.2.ebuild: + Removed windows-only libraries (fixing bug #186837) 01 Jul 2007; Jurek Bartuszek <jurek@gentoo.org> ikvm-0.34.0.2.ebuild: Increased amount of startup memory diff --git a/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild b/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild index 3c5ba3e847d4..608d87c63f7d 100644 --- a/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild +++ b/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild,v 1.3 2007/07/01 23:06:00 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.34.0.2.ebuild,v 1.4 2007/07/28 12:46:23 jurek Exp $ inherit eutils mono multilib @@ -27,8 +27,9 @@ DEPEND="${RDEPEND} app-arch/unzip" src_compile() { - # Remove unneccesary binaries - rm bin/*.exe + # Remove unneccesary executables and + # Windows-only libraries (bug #186837) + rm bin/*.exe bin/JVM.DLL bin/ikvm-native.dll # We use javac instead of ecj because of # memory related problems (see bug #183526) -- cgit v1.2.3-65-gdbad