diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-12 09:21:06 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-12 09:21:06 +0200 |
commit | 9d14d656288a1aa85f2e7665ce4194d5f32e619c (patch) | |
tree | d53caf5098ae47b462f3eb811b69a47bbced8714 /dev-python/botocore | |
parent | dev-python/boto3: amd64/arm64/arm/ppc64/ppc/sparc/x86 stable (ALLARCHES polic... (diff) | |
download | gentoo-9d14d656288a1aa85f2e7665ce4194d5f32e619c.tar.gz gentoo-9d14d656288a1aa85f2e7665ce4194d5f32e619c.tar.bz2 gentoo-9d14d656288a1aa85f2e7665ce4194d5f32e619c.zip |
dev-python/botocore: amd64/arm64/arm/ppc64/ppc/sparc/x86 stable (ALLARCHES policy) wrt bug #812506
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/botocore')
-rw-r--r-- | dev-python/botocore/botocore-1.21.28.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/botocore/botocore-1.21.28.ebuild b/dev-python/botocore/botocore-1.21.28.ebuild index 30e0988848ad..6b848259897b 100644 --- a/dev-python/botocore/botocore-1.21.28.ebuild +++ b/dev-python/botocore/botocore-1.21.28.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=" |