app-admin/exo: fix VariableOrderWrong again

Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
This commit is contained in:
Agostino Sarubbo
2024-05-02 16:28:42 +02:00
parent 787ecbeb8b
commit 8e5b537bdf

View File

@@ -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() {