diff options
author | Sam James <sam@gentoo.org> | 2020-10-25 19:54:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-25 19:54:53 +0000 |
commit | 15acce47ecb13b93a861e1470ded0282d51cc639 (patch) | |
tree | 06038f35be1b3dd692cdc116c8007237a3ffe74f /dev-python/botocore | |
parent | media-libs/netpbm: port to EAPI 7 (diff) | |
download | gentoo-15acce47ecb13b93a861e1470ded0282d51cc639.tar.gz gentoo-15acce47ecb13b93a861e1470ded0282d51cc639.tar.bz2 gentoo-15acce47ecb13b93a861e1470ded0282d51cc639.zip |
dev-python/botocore: Stabilize 1.18.1 ALLARCHES, #750458
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/botocore')
-rw-r--r-- | dev-python/botocore/botocore-1.18.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/botocore/botocore-1.18.1.ebuild b/dev-python/botocore/botocore-1.18.1.ebuild index 09e6c5b849c2..6c4f654eef47 100644 --- a/dev-python/botocore/botocore-1.18.1.ebuild +++ b/dev-python/botocore/botocore-1.18.1.ebuild @@ -16,7 +16,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" fi RDEPEND=" |