diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-03-19 14:12:27 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-03-19 14:12:52 +0300 |
commit | 7580217a380b7e89cf63caf42509f7a67e1f84dd (patch) | |
tree | 4cc80bcfe3ff178102fcb1e1425867a8f20478a9 /dev-python/boto3 | |
parent | dev-python/botocore: amd64 stable wrt bug #650598 (diff) | |
download | gentoo-7580217a380b7e89cf63caf42509f7a67e1f84dd.tar.gz gentoo-7580217a380b7e89cf63caf42509f7a67e1f84dd.tar.bz2 gentoo-7580217a380b7e89cf63caf42509f7a67e1f84dd.zip |
dev-python/boto3: amd64 stable wrt bug #650598
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-1.5.27.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.5.27.ebuild b/dev-python/boto3/boto3-1.5.27.ebuild index 76025bdf9594..7dda0e97cd48 100644 --- a/dev-python/boto3/boto3-1.5.27.ebuild +++ b/dev-python/boto3/boto3-1.5.27.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=" |