diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-22 21:32:39 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-22 21:32:39 +0300 |
commit | b9c2239c0a71935bf7cc1aa97756a1fb3f003db4 (patch) | |
tree | c437d5eaa5af8f205077d0db335f3df80a331c0a /dev-vcs | |
parent | dev-python/python-openstackclient: Stabilize 7.0.0 ALLARCHES, #938387 (diff) | |
download | gentoo-b9c2239c0a71935bf7cc1aa97756a1fb3f003db4.tar.gz gentoo-b9c2239c0a71935bf7cc1aa97756a1fb3f003db4.tar.bz2 gentoo-b9c2239c0a71935bf7cc1aa97756a1fb3f003db4.zip |
dev-vcs/python-gitlab: Stabilize 3.13.0 amd64, #898966
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/python-gitlab/python-gitlab-3.13.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/python-gitlab/python-gitlab-3.13.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-3.13.0.ebuild index 2206afc66ad0..0753f70f987b 100644 --- a/dev-vcs/python-gitlab/python-gitlab-3.13.0.ebuild +++ b/dev-vcs/python-gitlab/python-gitlab-3.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 else inherit pypi - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="LGPL-3" |