summaryrefslogtreecommitdiff
path: root/dev-python/boto3
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-11-26 12:31:12 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-11-26 12:31:12 +0000
commitbc08ce13310fa80a9613dc3d2a66b8e2d958cfeb (patch)
treec3170c96c1b83020be1d707907849c10688b8d3a /dev-python/boto3
parent85932a405988868027e2faeefc71a662f82313dd (diff)
downloadbaldeagleos-repo-bc08ce13310fa80a9613dc3d2a66b8e2d958cfeb.tar.gz
baldeagleos-repo-bc08ce13310fa80a9613dc3d2a66b8e2d958cfeb.tar.xz
baldeagleos-repo-bc08ce13310fa80a9613dc3d2a66b8e2d958cfeb.zip
Updating liguros repo
Diffstat (limited to 'dev-python/boto3')
-rw-r--r--dev-python/boto3/boto3-1.16.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.16.9.ebuild b/dev-python/boto3/boto3-1.16.9.ebuild
index 12584b2fba42..13f9a6dd8964 100644
--- a/dev-python/boto3/boto3-1.16.9.ebuild
+++ b/dev-python/boto3/boto3-1.16.9.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-)"