dev-python/pytest: arm64 stable (bug #723996)
[gentoo.git] / dev-lang / mono-basic / mono-basic-4.8.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit mono-env
7
8 EGIT_COMMIT="e31cb702937a0adcc853250a0989c5f43565f9b8"
9
10 DESCRIPTION="Visual Basic Compiler and Runtime"
11 HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/"
12 SRC_URI="https://github.com/mono/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
13
14 KEYWORDS="amd64 x86"
15 LICENSE="LGPL-2 MIT"
16 SLOT="0"
17
18 RDEPEND="dev-lang/mono"
19 DEPEND="${RDEPEND}"
20
21 # See https://github.com/mono/mono-basic/issues/49
22 RESTRICT="test"
23
24 S="${WORKDIR}/${PN}-${EGIT_COMMIT}"