commit: 568cca821ede972023d505fe6ecfa26487c082d6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 22 13:27:01 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 13:27:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568cca82
dev-vcs/python-gitlab: Stabilize 5.6.0 amd64, #958719
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/python-gitlab/python-gitlab-5.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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