diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-27 22:44:00 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-27 22:55:18 +0100 |
commit | 0122ba813e992bdc2ee61a1aa2948a2e591ba308 (patch) | |
tree | f2c956a80f39e1cc7f843ed2069ceac761fee735 /dev-python/boto3 | |
parent | dev-python/s3transfer: x86 stable (bug #667974) (diff) | |
download | gentoo-0122ba813e992bdc2ee61a1aa2948a2e591ba308.tar.gz gentoo-0122ba813e992bdc2ee61a1aa2948a2e591ba308.tar.bz2 gentoo-0122ba813e992bdc2ee61a1aa2948a2e591ba308.zip |
dev-python/boto3: x86 stable (bug #667974)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-1.9.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/boto3/boto3-1.9.4-r1.ebuild b/dev-python/boto3/boto3-1.9.4-r1.ebuild index c4a2a2204096..fe04d1e0d42d 100644 --- a/dev-python/boto3/boto3-1.9.4-r1.ebuild +++ b/dev-python/boto3/boto3-1.9.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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=" |