diff options
author | 2022-05-16 21:50:14 +0000 | |
---|---|---|
committer | 2022-05-16 21:50:14 +0000 | |
commit | 9b3b2aee1367e78ce1e4df439bea78c0301836c5 (patch) | |
tree | b13203424aaefccdaef12002c195c18fb5260a38 /dev-python/tldextract | |
parent | dev-python/importlib_resources: Stabilize 5.7.1 ALLARCHES, #844811 (diff) | |
download | gentoo-9b3b2aee1367e78ce1e4df439bea78c0301836c5.tar.gz gentoo-9b3b2aee1367e78ce1e4df439bea78c0301836c5.tar.bz2 gentoo-9b3b2aee1367e78ce1e4df439bea78c0301836c5.zip |
dev-python/tldextract: Stabilize 3.3.0 amd64, #844850
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/tldextract')
-rw-r--r-- | dev-python/tldextract/tldextract-3.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tldextract/tldextract-3.3.0.ebuild b/dev-python/tldextract/tldextract-3.3.0.ebuild index ef7d2500fe3e..07a0d69c5bdb 100644 --- a/dev-python/tldextract/tldextract-3.3.0.ebuild +++ b/dev-python/tldextract/tldextract-3.3.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" RDEPEND=" dev-python/filelock[${PYTHON_USEDEP}] |