From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DECA21581EE for ; Thu, 10 Apr 2025 20:16:10 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C54AF343750 for ; Thu, 10 Apr 2025 20:16:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2D6061104CA; Thu, 10 Apr 2025 20:15:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1B17E1104C7 for ; Thu, 10 Apr 2025 20:15:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C703D343710 for ; Thu, 10 Apr 2025 20:15:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07637287C for ; Thu, 10 Apr 2025 20:15:38 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1744314953.238f2041e6737f7155000b5ec7a3b64f8529431b.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mono-basic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mono-basic/mono-basic-4.8-r1.ebuild X-VCS-Directories: dev-lang/mono-basic/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 238f2041e6737f7155000b5ec7a3b64f8529431b X-VCS-Branch: master Date: Thu, 10 Apr 2025 20:15:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fa39ec2d-1308-4072-b7f6-5daa1d2a04ba X-Archives-Hash: c2b628a88dc726292351f276d9f41106 commit: 238f2041e6737f7155000b5ec7a3b64f8529431b Author: Conrad Kostecki gentoo org> AuthorDate: Thu Apr 10 19:42:27 2025 +0000 Commit: Conrad Kostecki gentoo 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 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}"