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 607E6138350 for ; Sun, 19 Apr 2020 02:35:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1361EE0B13; Sun, 19 Apr 2020 02:35:55 +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 EEDB4E0B11 for ; Sun, 19 Apr 2020 02:35:54 +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 1AB5934F03D for ; Sun, 19 Apr 2020 02:35:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C8E21F5 for ; Sun, 19 Apr 2020 02:35:50 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1587263742.5f5570f7c45043ba40e9fc52518c829fc7e32aaf.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fonttools/fonttools-4.1.0.ebuild X-VCS-Directories: dev-python/fonttools/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 5f5570f7c45043ba40e9fc52518c829fc7e32aaf X-VCS-Branch: master Date: Sun, 19 Apr 2020 02:35:50 +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: a355528a-2e3c-48cb-97a6-f2105b09b559 X-Archives-Hash: 0e9691ed06ca972c6cf62e765e3a97c8 commit: 5f5570f7c45043ba40e9fc52518c829fc7e32aaf Author: neeshy tfwno gf> AuthorDate: Mon Mar 23 22:00:27 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sun Apr 19 02:35:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5570f7 dev-python/fonttools: add python3_8 target Signed-off-by: Nima Sadeghi tfwno.gf> Signed-off-by: Craig Andrews gentoo.org> dev-python/fonttools/fonttools-4.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fonttools/fonttools-4.1.0.ebuild b/dev-python/fonttools/fonttools-4.1.0.ebuild index 33b48da230c..f15fbef5801 100644 --- a/dev-python/fonttools/fonttools-4.1.0.ebuild +++ b/dev-python/fonttools/fonttools-4.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 virtualx