diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-12 23:51:12 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-12 23:54:38 +0100 |
commit | 74160b174fa9b59de6b2ec57b7d52491e35919ef (patch) | |
tree | a5719a1efdd576b18a049d057613d76e80c8d35a | |
parent | www-client/vivaldi: Drop old 3.4.2066.76_p1 (diff) | |
download | gentoo-74160b174fa9b59de6b2ec57b7d52491e35919ef.tar.gz gentoo-74160b174fa9b59de6b2ec57b7d52491e35919ef.tar.bz2 gentoo-74160b174fa9b59de6b2ec57b7d52491e35919ef.zip |
dev-python/boto3: x86 stable (bug #752249)
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | dev-python/boto3/boto3-1.15.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.15.10.ebuild b/dev-python/boto3/boto3-1.15.10.ebuild index ccc99e1c2415..9d757dda1943 100644 --- a/dev-python/boto3/boto3-1.15.10.ebuild +++ b/dev-python/boto3/boto3-1.15.10.ebuild @@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then BOTOCORE_PV=${PV} else SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" # botocore is x.(y+3).z BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)" |