From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1ECDD1381F1 for ; Sat, 31 Mar 2018 00:59:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4EDCE09A1; Sat, 31 Mar 2018 00:59:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6D61E09A1 for ; Sat, 31 Mar 2018 00:59:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92902335D6B for ; Sat, 31 Mar 2018 00:59:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0A21286 for ; Sat, 31 Mar 2018 00:59:43 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1522457544.6fc623c03871e2e314dfe4891d8e2096d80fcf77.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymongo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymongo/pymongo-3.5.1.ebuild X-VCS-Directories: dev-python/pymongo/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 6fc623c03871e2e314dfe4891d8e2096d80fcf77 X-VCS-Branch: master Date: Sat, 31 Mar 2018 00:59:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 74c54749-a6de-4960-8ef1-e2696420c5e7 X-Archives-Hash: 764d653325e9dc8c69260de4a4951b55 commit: 6fc623c03871e2e314dfe4891d8e2096d80fcf77 Author: Matthew Thode gentoo org> AuthorDate: Sat Mar 31 00:52:24 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Mar 31 00:52:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc623c0 dev-python/pymongo: 3.5.1 stablized amd64 ~arm64 ~hppa x86 under allarches Stablized for Openstack Queens dev-python/pymongo/pymongo-3.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pymongo/pymongo-3.5.1.ebuild b/dev-python/pymongo/pymongo-3.5.1.ebuild index fd2f7a98cfc..1426c33c1fa 100644 --- a/dev-python/pymongo/pymongo-3.5.1.ebuild +++ b/dev-python/pymongo/pymongo-3.5.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~hppa ~x86" +KEYWORDS="amd64 ~arm64 ~hppa x86" IUSE="doc kerberos test" RDEPEND="