mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
17 lines
351 B
Bash
17 lines
351 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=2
|
|
|
|
inherit go-mono mono multilib
|
|
|
|
DESCRIPTION="Visual Basic .NET Runtime and Class Libraries"
|
|
HOMEPAGE="http://www.mono-project.com/VisualBasic.NET_support"
|
|
|
|
LICENSE="LGPL-2 MIT"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ppc x86"
|
|
IUSE=""
|
|
|
|
RESTRICT="test"
|