diff options
author | Sam James <sam@gentoo.org> | 2021-07-11 21:51:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-11 21:51:27 +0100 |
commit | 55e4fde3f0d9581ad3589e6a95766465c9e8abc0 (patch) | |
tree | 9d2a15ec540db307eb873157baa9a63d9eda4c9a /dev-python/podcastparser | |
parent | sys-fs/genfstab: Stabilize 24 x86, #801511 (diff) | |
download | gentoo-55e4fde3f0d9581ad3589e6a95766465c9e8abc0.tar.gz gentoo-55e4fde3f0d9581ad3589e6a95766465c9e8abc0.tar.bz2 gentoo-55e4fde3f0d9581ad3589e6a95766465c9e8abc0.zip |
dev-python/podcastparser: Stabilize 0.6.6 ALLARCHES, #801526
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/podcastparser')
-rw-r--r-- | dev-python/podcastparser/podcastparser-0.6.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/podcastparser/podcastparser-0.6.6.ebuild b/dev-python/podcastparser/podcastparser-0.6.6.ebuild index 66dbeee8186b..8209019e00e2 100644 --- a/dev-python/podcastparser/podcastparser-0.6.6.ebuild +++ b/dev-python/podcastparser/podcastparser-0.6.6.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 |