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 74AEE1382C5 for ; Sun, 28 Jan 2018 04:34:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A26F1E0A64; Sun, 28 Jan 2018 04:34:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7BF90E0A64 for ; Sun, 28 Jan 2018 04:34:29 +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 F04B9335C39 for ; Sun, 28 Jan 2018 04:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DE241BB for ; Sun, 28 Jan 2018 04:34:22 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1517114054.0f1eb9b08b250b4c5cbb8b42b824eda7174c8804.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fontforge/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fontforge/fontforge-20170731-r3.ebuild X-VCS-Directories: media-gfx/fontforge/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 0f1eb9b08b250b4c5cbb8b42b824eda7174c8804 X-VCS-Branch: master Date: Sun, 28 Jan 2018 04:34:22 +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-Archives-Salt: 74aa79f4-6103-4ea8-94b9-67c77feceddc X-Archives-Hash: 78688673a07a902a4c5687bdc0e01da1 commit: 0f1eb9b08b250b4c5cbb8b42b824eda7174c8804 Author: Mike Frysinger gentoo org> AuthorDate: Sun Jan 28 04:32:46 2018 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun Jan 28 04:34:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1eb9b0 media-gfx/fontforge: add python-3.6 media-gfx/fontforge/fontforge-20170731-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/fontforge/fontforge-20170731-r3.ebuild b/media-gfx/fontforge/fontforge-20170731-r3.ebuild index 41df600e7df..0bfd3c437c4 100644 --- a/media-gfx/fontforge/fontforge-20170731-r3.ebuild +++ b/media-gfx/fontforge/fontforge-20170731-r3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit gnome2-utils python-single-r1 xdg-utils