diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-08-16 16:49:54 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-08-16 16:49:54 +0200 |
commit | 3c69b013dfc934b2383018a9d9eb4b29a8c7cb20 (patch) | |
tree | 07bb15042038168549692c983752c2d76c3aa926 /dev-python/botocore | |
parent | dev-python/boto3: x86 stable wrt bug #737226 (diff) | |
download | gentoo-3c69b013dfc934b2383018a9d9eb4b29a8c7cb20.tar.gz gentoo-3c69b013dfc934b2383018a9d9eb4b29a8c7cb20.tar.bz2 gentoo-3c69b013dfc934b2383018a9d9eb4b29a8c7cb20.zip |
dev-python/botocore: x86 stable wrt bug #737226
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/botocore')
-rw-r--r-- | dev-python/botocore/botocore-1.17.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/botocore/botocore-1.17.23.ebuild b/dev-python/botocore/botocore-1.17.23.ebuild index 48319f1c2bc8..5c5377a0cea0 100644 --- a/dev-python/botocore/botocore-1.17.23.ebuild +++ b/dev-python/botocore/botocore-1.17.23.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 ~arm64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" fi RDEPEND=" |