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 AFA7813835A for ; Tue, 6 Oct 2020 05:08:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF163E0992; Tue, 6 Oct 2020 05:08:51 +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 8F732E097A for ; Tue, 6 Oct 2020 05:08:51 +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 A9687340D2A for ; Tue, 6 Oct 2020 05:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60E11396 for ; Tue, 6 Oct 2020 05:08:49 +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: <1601960925.7f915c89ece6cf966647d619f1b070dcca1a9d1e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/defcon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/defcon/defcon-0.6.0-r1.ebuild X-VCS-Directories: dev-python/defcon/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f915c89ece6cf966647d619f1b070dcca1a9d1e X-VCS-Branch: master Date: Tue, 6 Oct 2020 05:08:49 +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: 5937d27a-737e-4d25-88f9-2fcd4df5c466 X-Archives-Hash: 6c0429fb6ffd9361028c32b8dcb8bf45 commit: 7f915c89ece6cf966647d619f1b070dcca1a9d1e Author: Sam James gentoo org> AuthorDate: Tue Oct 6 05:06:34 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 6 05:08:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f915c89 dev-python/defcon: Stabilize 0.6.0-r1 arm64, #733550 Signed-off-by: Sam James gentoo.org> dev-python/defcon/defcon-0.6.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/defcon/defcon-0.6.0-r1.ebuild b/dev-python/defcon/defcon-0.6.0-r1.ebuild index 8aa1980ecb3..3eca2229885 100644 --- a/dev-python/defcon/defcon-0.6.0-r1.ebuild +++ b/dev-python/defcon/defcon-0.6.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/typesupply/defcon/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" IUSE="" RDEPEND=">=dev-python/fonttools-3.31.0[${PYTHON_USEDEP}]"