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 B1ACB1382C5 for ; Tue, 23 Feb 2021 15:32:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC58DE0821; Tue, 23 Feb 2021 15:32:22 +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 A4842E0821 for ; Tue, 23 Feb 2021 15:32:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 85577340D6E for ; Tue, 23 Feb 2021 15:32:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABB3D4F1 for ; Tue, 23 Feb 2021 15:32:19 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1614094332.30fe7b1d78b73a5d192db522d498d5784bdecfa7.pacho@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.7.2.ebuild X-VCS-Directories: dev-python/defcon/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 30fe7b1d78b73a5d192db522d498d5784bdecfa7 X-VCS-Branch: master Date: Tue, 23 Feb 2021 15:32:19 +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: adfa03b4-bc09-4749-a768-388921c8478a X-Archives-Hash: 0049e4a81f72f131aa356bba1c2cc7dc commit: 30fe7b1d78b73a5d192db522d498d5784bdecfa7 Author: Pacho Ramos gentoo org> AuthorDate: Tue Feb 23 15:29:26 2021 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Feb 23 15:32:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30fe7b1d dev-python/defcon: Stabilize Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Pacho Ramos gentoo.org> dev-python/defcon/defcon-0.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/defcon/defcon-0.7.2.ebuild b/dev-python/defcon/defcon-0.7.2.ebuild index 20c1c070ba6..30eb2841c48 100644 --- a/dev-python/defcon/defcon-0.7.2.ebuild +++ b/dev-python/defcon/defcon-0.7.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/robotools/defcon/archive/${PV}.tar.gz -> ${P}.tar.gz 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}]"