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 08FE61382C5 for ; Tue, 9 Jun 2020 20:06:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0C07E0968; Tue, 9 Jun 2020 20:06:18 +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 D9581E0968 for ; Tue, 9 Jun 2020 20:06:18 +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 D193034F1FB for ; Tue, 9 Jun 2020 20:06:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B14F2A1 for ; Tue, 9 Jun 2020 20:06:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1591733165.a03a275803d15976525c73b6c0d01fabfdc50f18.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-oauthlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild X-VCS-Directories: dev-python/requests-oauthlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a03a275803d15976525c73b6c0d01fabfdc50f18 X-VCS-Branch: master Date: Tue, 9 Jun 2020 20:06:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3c0a23e4-43b3-4b68-b079-c8da41d42f74 X-Archives-Hash: b011f006baf59155ef0f5719e4d14ac5 commit: a03a275803d15976525c73b6c0d01fabfdc50f18 Author: Sam James (sam_c) cmpct info> AuthorDate: Mon Jun 8 11:59:17 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 9 20:06:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03a2758 dev-python/requests-oauthlib: arm keyworded (bug #661598) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Michał Górny gentoo.org> dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild b/dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild index 8b1032734ac..e6ae2625f9e 100644 --- a/dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild +++ b/dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/requests/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="ISC" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm x86" RDEPEND=" >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]