commit: 238f2041e6737f7155000b5ec7a3b64f8529431b Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Thu Apr 10 19:42:27 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Apr 10 19:55:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238f2041
dev-lang/mono-basic: fix qa VariableOrderWrong Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-lang/mono-basic/mono-basic-4.8-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-lang/mono-basic/mono-basic-4.8-r1.ebuild b/dev-lang/mono-basic/mono-basic-4.8-r1.ebuild index 17f2c06cc8b5..3e4aeca7715e 100644 --- a/dev-lang/mono-basic/mono-basic-4.8-r1.ebuild +++ b/dev-lang/mono-basic/mono-basic-4.8-r1.ebuild @@ -10,15 +10,14 @@ EGIT_COMMIT="e31cb702937a0adcc853250a0989c5f43565f9b8" DESCRIPTION="Visual Basic Compiler and Runtime" HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/" SRC_URI="https://github.com/mono/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${EGIT_COMMIT}" -KEYWORDS="amd64 x86" LICENSE="LGPL-2 MIT" SLOT="0" +KEYWORDS="amd64 x86" RDEPEND="dev-lang/mono" DEPEND="${RDEPEND}" # See https://github.com/mono/mono-basic/issues/49 RESTRICT="test" - -S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
