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 191521382C5 for ; Fri, 29 May 2020 16:18:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56FE1E093E; Fri, 29 May 2020 16:18:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3795AE093E for ; Fri, 29 May 2020 16:18:43 +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 CCF9B34EEAF for ; Fri, 29 May 2020 16:18:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FB18270 for ; Fri, 29 May 2020 16:18:39 +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: <1590769111.d8d30a54bc8cf8b654ca8f1b22c0a29073c07ac7.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d8d30a54bc8cf8b654ca8f1b22c0a29073c07ac7 X-VCS-Branch: master Date: Fri, 29 May 2020 16:18:39 +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: 364bae42-5692-4031-9ae8-13b482c1b231 X-Archives-Hash: 38a5a31bcb1caa12bf0a4d9e4c506792 commit: d8d30a54bc8cf8b654ca8f1b22c0a29073c07ac7 Author: Michał Górny gentoo org> AuthorDate: Fri May 29 16:17:33 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 29 16:18:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d30a54 dev-python/defcon: Keyword 0.6.0-r1 x86, #716074 Signed-off-by: Michał Górny 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 b982a24e82b..0b9461e0f02 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" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-python/fonttools-3.31.0[${PYTHON_USEDEP}]"