From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5519A158064 for ; Thu, 2 May 2024 14:28:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DCE12BC013; Thu, 2 May 2024 14:28:51 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 21C9A2BC013 for ; Thu, 2 May 2024 14:28:51 +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 2B19A34300D for ; Thu, 2 May 2024 14:28:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E434170E for ; Thu, 2 May 2024 14:28:48 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1714660122.8e5b537bdfd2316a0fc7b9a457563d8775159e39.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/exo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/exo/exo-1.77.2.ebuild X-VCS-Directories: app-admin/exo/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8e5b537bdfd2316a0fc7b9a457563d8775159e39 X-VCS-Branch: master Date: Thu, 2 May 2024 14:28:48 +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: 55033210-6b17-4304-8ff0-6fe69800d412 X-Archives-Hash: d949fa2a3a8864b32f086c0aa9683566 commit: 8e5b537bdfd2316a0fc7b9a457563d8775159e39 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu May 2 14:28:42 2024 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu May 2 14:28:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5b537b app-admin/exo: fix VariableOrderWrong again Signed-off-by: Agostino Sarubbo gentoo.org> app-admin/exo/exo-1.77.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/exo/exo-1.77.2.ebuild b/app-admin/exo/exo-1.77.2.ebuild index 3aa136a7e9ea..43fbacd8aa32 100644 --- a/app-admin/exo/exo-1.77.2.ebuild +++ b/app-admin/exo/exo-1.77.2.ebuild @@ -8,13 +8,13 @@ inherit go-module DESCRIPTION="Command-line tool for everything at Exoscale: compute, storage, dns" HOMEPAGE="https://github.com/exoscale/cli" SRC_URI="https://github.com/exoscale/cli/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/cli-${PV}" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" DEPEND=">=dev-lang/go-1.16:=" -S="${WORKDIR}/cli-${PV}" RESTRICT="strip" src_compile() {