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 B0712158010 for ; Fri, 13 Jan 2023 03:14:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06F17E0982; Fri, 13 Jan 2023 03:14:38 +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 E3A7FE0982 for ; Fri, 13 Jan 2023 03:14:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 1A5BE340952 for ; Fri, 13 Jan 2023 03:14:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67A3A889 for ; Fri, 13 Jan 2023 03:14:33 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1673579514.44f836de8b2a1aef14394dff78940eedb78b0f15.julien@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.4.ebuild X-VCS-Directories: dev-python/fontFeatures/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 44f836de8b2a1aef14394dff78940eedb78b0f15 X-VCS-Branch: dev Date: Fri, 13 Jan 2023 03:14:33 +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: 2f42aa4b-b26f-4770-a0e7-8ebc99a35eba X-Archives-Hash: a7a5ffa5398319a7c0b1f44840b38247 commit: 44f836de8b2a1aef14394dff78940eedb78b0f15 Author: Julien Roy jroy ca> AuthorDate: Fri Jan 13 02:20:53 2023 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri Jan 13 03:11:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44f836de dev-python/fontFeatures: restrict test Signed-off-by: Julien Roy jroy.ca> dev-python/fontFeatures/fontFeatures-1.7.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild b/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild index 61fcad09f..4cf28b747 100644 --- a/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild +++ b/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild @@ -15,6 +15,7 @@ SRC_URI="https://github.com/simoncozens/fontFeatures/archive/refs/tags/v${PV}.ta KEYWORDS="~amd64" LICENSE="MIT" SLOT="0" +RESTRICT="test" RDEPEND=" dev-python/fs[${PYTHON_USEDEP}]