diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-26 21:24:45 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-26 21:24:45 +0100 |
commit | eec197d76a57cedee9dc5749dcd0cae3f2df77b1 (patch) | |
tree | 2960858c975cbbaf126cccac4e5fe300ae7743df /dev-python/cachetools | |
parent | app-portage/metagen: Stabilize 0.7.3 amd64, #832063 (diff) | |
download | gentoo-eec197d76a57cedee9dc5749dcd0cae3f2df77b1.tar.gz gentoo-eec197d76a57cedee9dc5749dcd0cae3f2df77b1.tar.bz2 gentoo-eec197d76a57cedee9dc5749dcd0cae3f2df77b1.zip |
dev-python/cachetools: Stabilize 5.0.0 ALLARCHES, #832131
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/cachetools')
-rw-r--r-- | dev-python/cachetools/cachetools-5.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cachetools/cachetools-5.0.0.ebuild b/dev-python/cachetools/cachetools-5.0.0.ebuild index a18634292857..349d8e6ebe72 100644 --- a/dev-python/cachetools/cachetools-5.0.0.ebuild +++ b/dev-python/cachetools/cachetools-5.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" distutils_enable_tests pytest |