diff options
author | 2011-02-27 14:52:48 +0000 | |
---|---|---|
committer | 2011-02-27 14:52:48 +0000 | |
commit | ddd9c8ef17a71a1fa5a7effbcc7866391f7f594d (patch) | |
tree | c0022f6a222e12af3127ca024d2d9868f107210f /dev-lang/mono | |
parent | remove old (diff) | |
download | gentoo-2-ddd9c8ef17a71a1fa5a7effbcc7866391f7f594d.tar.gz gentoo-2-ddd9c8ef17a71a1fa5a7effbcc7866391f7f594d.tar.bz2 gentoo-2-ddd9c8ef17a71a1fa5a7effbcc7866391f7f594d.zip |
Build again against internal gc as boehm causes banshee to crash a lot.
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/mono/mono-2.10.1-r1.ebuild (renamed from dev-lang/mono/mono-2.10.1.ebuild) | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index cee455244df9..7aea15eaf82e 100644 --- a/dev-lang/mono/ChangeLog +++ b/dev-lang/mono/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/mono # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.211 2011/02/27 12:52:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.212 2011/02/27 14:52:48 pacho Exp $ + +*mono-2.10.1-r1 (27 Feb 2011) + + 27 Feb 2011; Pacho Ramos <pacho@gentoo.org> -mono-2.10.1.ebuild, + +mono-2.10.1-r1.ebuild: + Build again against internal gc as boehm causes banshee to crash a lot. *mono-2.10.1 (27 Feb 2011) diff --git a/dev-lang/mono/mono-2.10.1.ebuild b/dev-lang/mono/mono-2.10.1-r1.ebuild index 226ea8d29b6e..813c202fa099 100644 --- a/dev-lang/mono/mono-2.10.1.ebuild +++ b/dev-lang/mono/mono-2.10.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.10.1.ebuild,v 1.1 2011/02/27 12:52:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.10.1-r1.ebuild,v 1.1 2011/02/27 14:52:48 pacho Exp $ EAPI="2" @@ -101,8 +101,7 @@ src_configure() { --without-ikvm-native \ --with-jit \ --disable-dtrace \ - --with-profile4 \ - --with-gc=boehm + --with-profile4 } src_test() { |