blob: c35dc8b1facd0cc903258b93dde3c7a5e897e6cd [file] [log] [blame]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.4.2.ebuild,v 1.2 2009/07/04 10:29:33 flameeyes Exp $
EAPI=2
inherit go-mono mono
DESCRIPTION="Debugger for .NET managed and unmanaged applications"
HOMEPAGE="http://www.go-mono.com"
LICENSE="GPL-2 MIT"
SLOT="0"
KEYWORDS="-* ~x86 ~amd64"
IUSE=""
RDEPEND="!!=dev-lang/mono-2.2
dev-libs/glib:2"
DEPEND="${RDEPEND}
!dev-lang/mercury"
RESTRICT="test"
src_configure() {
go-mono_src_configure \
--disable-static
}