diff options
author | Jason Zaman <perfinion@gentoo.org> | 2018-06-24 20:29:10 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-06-24 20:36:13 +0800 |
commit | d1bd4c1f6c08ef072f07f4427b7e1f7ff0572c3e (patch) | |
tree | 6dbb5edb0bd24f4eca34e6e5737af13a58f7895e /dev-python/boto3 | |
parent | dev-python/botocore: amd64 stable (diff) | |
download | gentoo-d1bd4c1f6c08ef072f07f4427b7e1f7ff0572c3e.tar.gz gentoo-d1bd4c1f6c08ef072f07f4427b7e1f7ff0572c3e.tar.bz2 gentoo-d1bd4c1f6c08ef072f07f4427b7e1f7ff0572c3e.zip |
dev-python/boto3: amd64 stable
Gentoo-bug: 657664
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-1.7.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.7.19.ebuild b/dev-python/boto3/boto3-1.7.19.ebuild index d34a08a45c25..25276bbadb5d 100644 --- a/dev-python/boto3/boto3-1.7.19.ebuild +++ b/dev-python/boto3/boto3-1.7.19.ebuild @@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" fi RDEPEND=" |