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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00E30158091 for ; Tue, 31 May 2022 15:36:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41010E085A; Tue, 31 May 2022 15:36:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47455E085A for ; Tue, 31 May 2022 15:36:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C215341892 for ; Tue, 31 May 2022 15:36:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D65A94E5 for ; Tue, 31 May 2022 15:36:44 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1654011402.c48c956d24505781831870fc11b0f25aebc1241c.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontFeatures/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/fontFeatures/fontFeatures-1.7.0.ebuild X-VCS-Directories: dev-python/fontFeatures/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: c48c956d24505781831870fc11b0f25aebc1241c X-VCS-Branch: dev Date: Tue, 31 May 2022 15:36:44 +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: 6abf8eb9-8469-430f-8173-2adf5d9cb234 X-Archives-Hash: f7f8c072693cc88577066f39743dbe60 commit: c48c956d24505781831870fc11b0f25aebc1241c Author: Alessandro Barbieri gmail com> AuthorDate: Tue May 31 13:37:58 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue May 31 15:36:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c48c956d dev-python/fontFeatures: use PDEPEND to break cycle Signed-off-by: Alessandro Barbieri gmail.com> dev-python/fontFeatures/fontFeatures-1.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fontFeatures/fontFeatures-1.7.0.ebuild b/dev-python/fontFeatures/fontFeatures-1.7.0.ebuild index e5a3e6ad2..2acc68aa7 100644 --- a/dev-python/fontFeatures/fontFeatures-1.7.0.ebuild +++ b/dev-python/fontFeatures/fontFeatures-1.7.0.ebuild @@ -19,7 +19,6 @@ RDEPEND=" dev-python/fs[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] >=dev-python/fonttools-4.28.0[${PYTHON_USEDEP}] - >=dev-python/glyphtools-0.7.0[${PYTHON_USEDEP}] >=dev-python/beziers-0.1.0[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" @@ -29,5 +28,6 @@ BDEPEND=" >=dev-python/babelfont-3.0.0_alpha1[${PYTHON_USEDEP}] ) " +PDEPEND=">=dev-python/glyphtools-0.7.0[${PYTHON_USEDEP}]" distutils_enable_tests pytest