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 AD76E138334 for ; Tue, 24 Dec 2019 19:54:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3C65E0D9C; Tue, 24 Dec 2019 19:54:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BBD66E0D99 for ; Tue, 24 Dec 2019 19:54:41 +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 A736834DB28 for ; Tue, 24 Dec 2019 19:54:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 585DF2C for ; Tue, 24 Dec 2019 19:54:09 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1577217215.311e939f05ceda7d71ddb43557001bc48a0f0bb6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vdirsyncer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vdirsyncer/vdirsyncer-0.16.7.ebuild X-VCS-Directories: dev-python/vdirsyncer/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 311e939f05ceda7d71ddb43557001bc48a0f0bb6 X-VCS-Branch: master Date: Tue, 24 Dec 2019 19:54:09 +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: 6a43decb-f232-459b-a15d-2322bef0eff5 X-Archives-Hash: 658dad845f37b82ea0a9df1d880e6e35 commit: 311e939f05ceda7d71ddb43557001bc48a0f0bb6 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 24 19:53:35 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 24 19:53:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311e939f dev-python/vdirsyncer: Add ~arm keyword wrt bug #696134 Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/vdirsyncer/vdirsyncer-0.16.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/vdirsyncer/vdirsyncer-0.16.7.ebuild b/dev-python/vdirsyncer/vdirsyncer-0.16.7.ebuild index b3a7e313b67..5ee06476728 100644 --- a/dev-python/vdirsyncer/vdirsyncer-0.16.7.ebuild +++ b/dev-python/vdirsyncer/vdirsyncer-0.16.7.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/pimutils/vdirsyncer" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" SLOT="0" IUSE="test" RESTRICT="!test? ( test )"