blob: 1bb8b3f57383ad79abf0e3347c03636fceeb1e19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-9999.ebuild,v 1.2 2009/06/09 21:18:50 loki_val Exp $
EAPI=2
inherit go-mono mono multilib
DESCRIPTION="Visual Basic .NET Runtime and Class Libraries"
HOMEPAGE="http://www.go-mono.com"
LICENSE="LGPL-2 MIT"
SLOT="0"
KEYWORDS=""
IUSE=""
RESTRICT="test"
EAUTOBOOTSTRAP="no"
|