diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-26 00:13:22 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-26 01:18:39 +0200 |
commit | 57b7b0f07c60ebeaff41836c1f74d5e8c6211998 (patch) | |
tree | 6ced3cfce74e14e19ddbabe353f93f07d063c436 /dev-python/botocore | |
parent | dev-python/boto3: x86 stable (bug #657664) (diff) | |
download | gentoo-57b7b0f07c60ebeaff41836c1f74d5e8c6211998.tar.gz gentoo-57b7b0f07c60ebeaff41836c1f74d5e8c6211998.tar.bz2 gentoo-57b7b0f07c60ebeaff41836c1f74d5e8c6211998.zip |
dev-python/botocore: x86 stable (bug #657664)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/botocore')
-rw-r--r-- | dev-python/botocore/botocore-1.10.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/botocore/botocore-1.10.19.ebuild b/dev-python/botocore/botocore-1.10.19.ebuild index 8287e21c71e5..e10e6f885dc9 100644 --- a/dev-python/botocore/botocore-1.10.19.ebuild +++ b/dev-python/botocore/botocore-1.10.19.ebuild @@ -17,7 +17,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=" |