diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-09-25 15:48:52 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-09-25 15:48:52 +0000 |
commit | e1927bd075ec4e523ff7171a41f7a48f7c1edd3f (patch) | |
tree | a87e7ff125aa94d569cbb95a544edd8d1643b28d /dev-util | |
parent | 2024-09-25 15:04:06 UTC (diff) | |
parent | app-shells/zoxide: add 0.9.6 (diff) | |
download | gentoo-e1927bd075ec4e523ff7171a41f7a48f7c1edd3f.tar.gz gentoo-e1927bd075ec4e523ff7171a41f7a48f7c1edd3f.tar.bz2 gentoo-e1927bd075ec4e523ff7171a41f7a48f7c1edd3f.zip |
Merge updates from master
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gitlab-cli/gitlab-cli-1.46.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/gitlab-cli/gitlab-cli-1.46.0.ebuild b/dev-util/gitlab-cli/gitlab-cli-1.46.0.ebuild index 4a336d97ac9f..34441e2b6f86 100644 --- a/dev-util/gitlab-cli/gitlab-cli-1.46.0.ebuild +++ b/dev-util/gitlab-cli/gitlab-cli-1.46.0.ebuild @@ -9,16 +9,17 @@ DESCRIPTION="the official gitlab command line interface" HOMEPAGE="https://gitlab.com/gitlab-org/cli" SRC_URI="https://gitlab.com/gitlab-org/cli/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2" SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" +S="${WORKDIR}/cli-v${PV}-${GIT_COMMIT}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +BDEPEND=">=dev-lang/go-1.23.0" + # tests communicate with gitlab.com and require a personal access token RESTRICT="test" -S="${WORKDIR}/cli-v${PV}-${GIT_COMMIT}" - src_compile() { emake \ GLAB_VERSION=v${PV} \ |