diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-06-05 09:45:30 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-06-05 09:45:30 +0200 |
commit | 55bf927d6a593f538a515e671c6fdec2d180db0f (patch) | |
tree | 4df15361c2cdf0795ef6f1c273fc2fa4eaf419a2 /dev-python/boto3 | |
parent | x11-misc/virtualgl: x86 stable wrt bug #684858 (diff) | |
download | gentoo-55bf927d6a593f538a515e671c6fdec2d180db0f.tar.gz gentoo-55bf927d6a593f538a515e671c6fdec2d180db0f.tar.bz2 gentoo-55bf927d6a593f538a515e671c6fdec2d180db0f.zip |
dev-python/boto3: x86 stable wrt bug #685212
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-1.9.122.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.9.122.ebuild b/dev-python/boto3/boto3-1.9.122.ebuild index 6d5dfa01b2d6..6b55746bd8cb 100644 --- a/dev-python/boto3/boto3-1.9.122.ebuild +++ b/dev-python/boto3/boto3-1.9.122.ebuild @@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" fi RDEPEND=" |