diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-30 12:05:55 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-30 12:05:55 +0000 |
commit | a2083f89d607dc08a3adace533af69497e2b4a90 (patch) | |
tree | 2e4c569506a29adf6d4aad54161bd6ec3098fdb6 /dev-python/python3-discogs-client | |
parent | dev-python/yappi: Stabilize 1.6.10 arm64, #945419 (diff) | |
download | gentoo-a2083f89d607dc08a3adace533af69497e2b4a90.tar.gz gentoo-a2083f89d607dc08a3adace533af69497e2b4a90.tar.bz2 gentoo-a2083f89d607dc08a3adace533af69497e2b4a90.zip |
dev-python/python3-discogs-client: Stabilize 2.7.1 ALLARCHES, #945431
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/python3-discogs-client')
-rw-r--r-- | dev-python/python3-discogs-client/python3-discogs-client-2.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python3-discogs-client/python3-discogs-client-2.7.1.ebuild b/dev-python/python3-discogs-client/python3-discogs-client-2.7.1.ebuild index e76ec53a041c..611efbc56e03 100644 --- a/dev-python/python3-discogs-client/python3-discogs-client-2.7.1.ebuild +++ b/dev-python/python3-discogs-client/python3-discogs-client-2.7.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else inherit pypi - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 arm64 ~x86" fi DESCRIPTION="Continuation of the official Python API client for Discogs" |