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 90BE2138334 for ; Sat, 14 Sep 2019 22:51:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC4F3E08C0; Sat, 14 Sep 2019 22:51:16 +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 A7A15E08C0 for ; Sat, 14 Sep 2019 22:51:16 +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 14EFC34B1A6 for ; Sat, 14 Sep 2019 22:51:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D80C97EA for ; Sat, 14 Sep 2019 22:51:12 +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: <1568501460.7a6650b10391bac622ec6a9e1845533b958cdf09.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.6.0.ebuild X-VCS-Directories: dev-python/defcon/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7a6650b10391bac622ec6a9e1845533b958cdf09 X-VCS-Branch: master Date: Sat, 14 Sep 2019 22:51:12 +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: 2c20101c-322c-4040-b6bc-e12ff28da768 X-Archives-Hash: 89010105049fc01549d1ce41ee888b9d commit: 7a6650b10391bac622ec6a9e1845533b958cdf09 Author: Pacho Ramos gentoo org> AuthorDate: Sat Sep 14 22:51:00 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Sep 14 22:51:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6650b1 dev-python/defcon: Support python 3.7 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Pacho Ramos gentoo.org> dev-python/defcon/defcon-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/defcon/defcon-0.6.0.ebuild b/dev-python/defcon/defcon-0.6.0.ebuild index f39240fd7e4..d30040be897 100644 --- a/dev-python/defcon/defcon-0.6.0.ebuild +++ b/dev-python/defcon/defcon-0.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) inherit distutils-r1 DESCRIPTION="A set of UFO based objects for use in font editing applications"