diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-03-19 14:11:50 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-03-19 14:12:51 +0300 |
commit | 093008e63b66b547462db0cf5b6b46eec62b174a (patch) | |
tree | 098cb59322ace7ba8ebb635bcebdc4c87963f165 /dev-python | |
parent | media-sound/murmur: Removed old. (diff) | |
download | gentoo-093008e63b66b547462db0cf5b6b46eec62b174a.tar.gz gentoo-093008e63b66b547462db0cf5b6b46eec62b174a.tar.bz2 gentoo-093008e63b66b547462db0cf5b6b46eec62b174a.zip |
dev-python/botocore: amd64 stable wrt bug #650598
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/botocore/botocore-1.8.41.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/botocore/botocore-1.8.41.ebuild b/dev-python/botocore/botocore-1.8.41.ebuild index 89ab97de7bc5..d637c2927192 100644 --- a/dev-python/botocore/botocore-1.8.41.ebuild +++ b/dev-python/botocore/botocore-1.8.41.ebuild @@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" fi RDEPEND=" |