diff options
author | Sam James <sam@gentoo.org> | 2020-10-18 19:17:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-18 19:17:10 +0000 |
commit | 0e031b61ab80bc2791fc362acb7f028b82d3d6d3 (patch) | |
tree | 32c2fc8a3d8be6d0ca8d40ee2318d5f28e487740 /dev-python/boto3 | |
parent | dev-python/u-msgpack: x86 stable (bug #749540) (diff) | |
download | gentoo-0e031b61ab80bc2791fc362acb7f028b82d3d6d3.tar.gz gentoo-0e031b61ab80bc2791fc362acb7f028b82d3d6d3.tar.bz2 gentoo-0e031b61ab80bc2791fc362acb7f028b82d3d6d3.zip |
dev-python/boto3: Stabilize 1.14.59 ALLARCHES, #749441
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-1.14.59.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.14.59.ebuild b/dev-python/boto3/boto3-1.14.59.ebuild index 9d757dda1943..c6eddaafb507 100644 --- a/dev-python/boto3/boto3-1.14.59.ebuild +++ b/dev-python/boto3/boto3-1.14.59.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-)" |