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 16DC8158014 for ; Mon, 30 Aug 2021 01:23:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E35FFE087F; Mon, 30 Aug 2021 01:23:47 +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 C94CAE087F for ; Mon, 30 Aug 2021 01:23:47 +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 AA8A4342C7F for ; Mon, 30 Aug 2021 01:23:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B2588F for ; Mon, 30 Aug 2021 01:23:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1630286592.30f2e07be93a109318691dc3fc477cfe785fbe2c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/google-api-python-client/google-api-python-client-2.14.1.ebuild X-VCS-Directories: dev-python/google-api-python-client/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 30f2e07be93a109318691dc3fc477cfe785fbe2c X-VCS-Branch: master Date: Mon, 30 Aug 2021 01:23:45 +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: 8411868a-a047-4031-a960-def0ce420b2c X-Archives-Hash: fe9a1a5d4f8b5c6ce75b6d6c2554f1f8 commit: 30f2e07be93a109318691dc3fc477cfe785fbe2c Author: Sam James gentoo org> AuthorDate: Mon Aug 30 01:20:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 30 01:23:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f2e07b dev-python/google-api-python-client: Stabilize 2.14.1 ALLARCHES, #810991 Signed-off-by: Sam James gentoo.org> .../google-api-python-client/google-api-python-client-2.14.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/google-api-python-client/google-api-python-client-2.14.1.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.14.1.ebuild index 81c76fdb764..a0321265934 100644 --- a/dev-python/google-api-python-client/google-api-python-client-2.14.1.ebuild +++ b/dev-python/google-api-python-client/google-api-python-client-2.14.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.t LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" RDEPEND=" >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]