diff options
author | Sam James <sam@gentoo.org> | 2021-11-13 19:47:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-13 19:47:03 +0000 |
commit | e01655b047e748be351e64a35aba8f7c71f1c788 (patch) | |
tree | e88e3e0ac67fb000a73a8d7b63e90fa66617340b /dev-python/botocore | |
parent | dev-ada/xmlada: 22.0.0 bump (diff) | |
download | gentoo-e01655b047e748be351e64a35aba8f7c71f1c788.tar.gz gentoo-e01655b047e748be351e64a35aba8f7c71f1c788.tar.bz2 gentoo-e01655b047e748be351e64a35aba8f7c71f1c788.zip |
dev-python/botocore: Stabilize 1.21.65 ALLARCHES, #823485
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/botocore')
-rw-r--r-- | dev-python/botocore/botocore-1.21.65.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/botocore/botocore-1.21.65.ebuild b/dev-python/botocore/botocore-1.21.65.ebuild index 638620b2cbc8..67437cea5b1d 100644 --- a/dev-python/botocore/botocore-1.21.65.ebuild +++ b/dev-python/botocore/botocore-1.21.65.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 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" fi RDEPEND=" |