diff options
author | Sam James <sam@gentoo.org> | 2021-09-18 18:16:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-18 18:16:09 +0100 |
commit | cf204d47326f1b5bc6bb2180a585646cb7628b32 (patch) | |
tree | 246712cee0bf351c82a2a5d9510c132cdf128a37 /dev-python/podcastparser | |
parent | dev-python/jellyfish: Stabilize 0.8.8 amd64, #813558 (diff) | |
download | gentoo-cf204d47326f1b5bc6bb2180a585646cb7628b32.tar.gz gentoo-cf204d47326f1b5bc6bb2180a585646cb7628b32.tar.bz2 gentoo-cf204d47326f1b5bc6bb2180a585646cb7628b32.zip |
dev-python/podcastparser: Stabilize 0.6.7 ALLARCHES, #813570
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/podcastparser')
-rw-r--r-- | dev-python/podcastparser/podcastparser-0.6.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/podcastparser/podcastparser-0.6.7.ebuild b/dev-python/podcastparser/podcastparser-0.6.7.ebuild index 969853ef4692..e48c32517b49 100644 --- a/dev-python/podcastparser/podcastparser-0.6.7.ebuild +++ b/dev-python/podcastparser/podcastparser-0.6.7.ebuild @@ -14,6 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" distutils_enable_tests pytest |