From 8e5b537bdfd2316a0fc7b9a457563d8775159e39 Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Thu, 2 May 2024 16:28:42 +0200 Subject: app-admin/exo: fix VariableOrderWrong again Signed-off-by: Agostino Sarubbo --- app-admin/exo/exo-1.77.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-admin/exo') 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() { -- cgit v1.2.3-65-gdbad