diff options
author | Sam James <sam@gentoo.org> | 2020-12-21 20:20:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-21 20:21:41 +0000 |
commit | a2a137e86e693900aaddf7fcf69449275bcc4707 (patch) | |
tree | 9edf5b2d27aaf9dad40320ca12d68e33cbf45e0c /dev-python/botocore | |
parent | dev-python/boto3: Stabilize 1.16.23 ALLARCHES, #761139 (diff) | |
download | gentoo-a2a137e86e693900aaddf7fcf69449275bcc4707.tar.gz gentoo-a2a137e86e693900aaddf7fcf69449275bcc4707.tar.bz2 gentoo-a2a137e86e693900aaddf7fcf69449275bcc4707.zip |
dev-python/botocore: Stabilize 1.19.23 ALLARCHES, #761139
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/botocore')
-rw-r--r-- | dev-python/botocore/botocore-1.19.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/botocore/botocore-1.19.23.ebuild b/dev-python/botocore/botocore-1.19.23.ebuild index ca40b64d111f..1435c7d2b6a6 100644 --- a/dev-python/botocore/botocore-1.19.23.ebuild +++ b/dev-python/botocore/botocore-1.19.23.ebuild @@ -16,7 +16,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" fi RDEPEND=" |