summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2024-05-02 16:28:42 +0200
committerAgostino Sarubbo <ago@gentoo.org>2024-05-02 16:28:42 +0200
commit8e5b537bdfd2316a0fc7b9a457563d8775159e39 (patch)
treeb84f42fdf55981270dc890d32066fbcbe2423124
parentapp-admin/exo: fix pkgcheck warnings (diff)
downloadgentoo-8e5b537bdfd2316a0fc7b9a457563d8775159e39.tar.gz
gentoo-8e5b537bdfd2316a0fc7b9a457563d8775159e39.tar.bz2
gentoo-8e5b537bdfd2316a0fc7b9a457563d8775159e39.zip
app-admin/exo: fix VariableOrderWrong again
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r--app-admin/exo/exo-1.77.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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() {