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 D5495138359 for ; Thu, 16 Jul 2020 12:51:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C01BE0844; Thu, 16 Jul 2020 12:51: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 E6388E0843 for ; Thu, 16 Jul 2020 12:51: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 DB44534F112 for ; Thu, 16 Jul 2020 12:51:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42F9B2E1 for ; Thu, 16 Jul 2020 12:50:11 +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: <1594903731.fb2ddb9e098b356e89a2d71db878d146a58c5ea3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vcrpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vcrpy/vcrpy-4.0.2.ebuild X-VCS-Directories: dev-python/vcrpy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fb2ddb9e098b356e89a2d71db878d146a58c5ea3 X-VCS-Branch: master Date: Thu, 16 Jul 2020 12:50:11 +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: d0fc4e5f-8729-43ec-a4cf-a89d0a13ba0d X-Archives-Hash: 0f299e58671db056f54fd7939afd5a04 commit: fb2ddb9e098b356e89a2d71db878d146a58c5ea3 Author: Sam James gentoo org> AuthorDate: Thu Jul 16 12:48:51 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 16 12:48:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2ddb9e dev-python/vcrpy: arm stable (bug #732492) Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/vcrpy/vcrpy-4.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/vcrpy/vcrpy-4.0.2.ebuild b/dev-python/vcrpy/vcrpy-4.0.2.ebuild index 1b9a5deb5fe..d2d8fd9f921 100644 --- a/dev-python/vcrpy/vcrpy-4.0.2.ebuild +++ b/dev-python/vcrpy/vcrpy-4.0.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/kevin1024/vcrpy/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86" RDEPEND=" >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]