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 7951F1396D1 for ; Sun, 24 Sep 2017 14:29:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB2591FC1BC; Sun, 24 Sep 2017 14:29:10 +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 8CFB61FC1BC for ; Sun, 24 Sep 2017 14:29:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3C53C341669 for ; Sun, 24 Sep 2017 14:29:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E19B908C for ; Sun, 24 Sep 2017 14:29:06 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1506263327.ace02180a1e6fe28fde3d428c5a6b179a252e9ed.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/geopy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/geopy/geopy-1.11.0.ebuild X-VCS-Directories: dev-python/geopy/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ace02180a1e6fe28fde3d428c5a6b179a252e9ed X-VCS-Branch: master Date: Sun, 24 Sep 2017 14:29:06 +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: 2fd3c6c4-770e-4876-af35-89db7d585777 X-Archives-Hash: 4a6496500a21df488ea5c38e3750f54e commit: ace02180a1e6fe28fde3d428c5a6b179a252e9ed Author: Michael Palimaka gentoo org> AuthorDate: Sun Sep 24 14:28:34 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Sep 24 14:28:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace02180 dev-python/geopy: stabilise 1.11.0 for x86 Bug: https://bugs.gentoo.org/625008 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-python/geopy/geopy-1.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/geopy/geopy-1.11.0.ebuild b/dev-python/geopy/geopy-1.11.0.ebuild index 8e53fb84754..cac709dd0f8 100644 --- a/dev-python/geopy/geopy-1.11.0.ebuild +++ b/dev-python/geopy/geopy-1.11.0.ebuild @@ -15,7 +15,7 @@ IUSE="test doc timezone yahoo" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND="yahoo? ( >=dev-python/requests-oauthlib-0.4.0[${PYTHON_USEDEP}] dev-python/placefinder[${PYTHON_USEDEP}] )