blob: c7bd67a12b29515c762585d68a7b86ef7c9aed7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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.2.ebuild,v 1.3 2009/05/20 19:51:44 loki_val 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
sys-libs/readline
dev-libs/glib:2"
DEPEND="${RDEPEND}
!dev-lang/mercury"
RESTRICT="test"
|