summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2021-06-15 09:05:11 +0200
committerAgostino Sarubbo <ago@gentoo.org>2021-06-15 09:05:11 +0200
commit2caffcac16b11300153167680bf65efc64290284 (patch)
tree71a695df092cac33695f6516fcbe3d25591a4cea /dev-python/boto3
parentdev-python/jinja: ppc stable wrt bug #796074 (diff)
downloadgentoo-2caffcac16b11300153167680bf65efc64290284.tar.gz
gentoo-2caffcac16b11300153167680bf65efc64290284.tar.bz2
gentoo-2caffcac16b11300153167680bf65efc64290284.zip
dev-python/boto3: amd64/arm64/arm/ppc64/ppc/sparc/x86 stable (ALLARCHES policy) wrt bug #796125
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/boto3')
-rw-r--r--dev-python/boto3/boto3-1.17.78.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.17.78.ebuild b/dev-python/boto3/boto3-1.17.78.ebuild
index 5577742efeb7..95cca01df831 100644
--- a/dev-python/boto3/boto3-1.17.78.ebuild
+++ b/dev-python/boto3/boto3-1.17.78.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 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
# botocore is x.(y+3).z
BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"