summaryrefslogtreecommitdiff
path: root/dev-vcs/python-gitlab/python-gitlab-5.6.0.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-06-22 14:27:01 +0100
committerSam James <sam@gentoo.org>2025-06-22 14:27:01 +0100
commit568cca821ede972023d505fe6ecfa26487c082d6 (patch)
tree04cffe49c95de9d85355a3fc543e6f50902f3215 /dev-vcs/python-gitlab/python-gitlab-5.6.0.ebuild
parentb1a01c701b3a81fbb6d18ff559eae848b22081f1 (diff)
downloadgentoo-568cca821ede972023d505fe6ecfa26487c082d6.tar.gz
gentoo-568cca821ede972023d505fe6ecfa26487c082d6.tar.bz2
gentoo-568cca821ede972023d505fe6ecfa26487c082d6.zip
dev-vcs/python-gitlab: Stabilize 5.6.0 amd64, #958719
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/python-gitlab/python-gitlab-5.6.0.ebuild')
-rw-r--r--dev-vcs/python-gitlab/python-gitlab-5.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/python-gitlab/python-gitlab-5.6.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-5.6.0.ebuild
index 24a1fa591076..02bd2707338c 100644
--- a/dev-vcs/python-gitlab/python-gitlab-5.6.0.ebuild
+++ b/dev-vcs/python-gitlab/python-gitlab-5.6.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} = *9999* ]]; then
else
inherit pypi
SRC_URI="$(pypi_sdist_url) -> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="amd64"
S="${WORKDIR}/${MY_PN}-${PV}"
fi