diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-08-16 16:45:13 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-08-16 16:45:13 +0200 |
commit | ef02538b4ff042a0a66876d57c0ad673b23c11b6 (patch) | |
tree | 4448d5b39844bcb3b29d1fe11724564f552d9f3d /dev-python/botocore | |
parent | dev-python/boto3: amd64 stable wrt bug #737226 (diff) | |
download | gentoo-ef02538b4ff042a0a66876d57c0ad673b23c11b6.tar.gz gentoo-ef02538b4ff042a0a66876d57c0ad673b23c11b6.tar.bz2 gentoo-ef02538b4ff042a0a66876d57c0ad673b23c11b6.zip |
dev-python/botocore: amd64 stable wrt bug #737226
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
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 c08c6f6ff899..48319f1c2bc8 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=" |