diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-03-26 08:45:04 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-03-26 08:45:04 +0100 |
commit | 519644c2ab8f33d4e846b32722c5810e089cc2ed (patch) | |
tree | 1c07b5121dd70a0fac54f6d3776fcc331790b21e /dev-python/botocore | |
parent | dev-python/boto3: amd64/x86 stable (ALLARCHES policy) wrt bug #776028 (diff) | |
download | gentoo-519644c2ab8f33d4e846b32722c5810e089cc2ed.tar.gz gentoo-519644c2ab8f33d4e846b32722c5810e089cc2ed.tar.bz2 gentoo-519644c2ab8f33d4e846b32722c5810e089cc2ed.zip |
dev-python/botocore: amd64/x86 stable (ALLARCHES policy) wrt bug #776028
Package-Manager: Portage-3.0.13, 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.20.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/botocore/botocore-1.20.12.ebuild b/dev-python/botocore/botocore-1.20.12.ebuild index 4e5d698e619b..51bb10d67391 100644 --- a/dev-python/botocore/botocore-1.20.12.ebuild +++ b/dev-python/botocore/botocore-1.20.12.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=" |