commit:     8e5b537bdfd2316a0fc7b9a457563d8775159e39
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu May  2 14:28:42 2024 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> 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 <ago <AT> 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() {

Reply via email to