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 95DBF138350 for ; Mon, 10 Feb 2020 11:54:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE35EE0931; Mon, 10 Feb 2020 11:54:29 +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 CBF7AE0931 for ; Mon, 10 Feb 2020 11:54:29 +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 2DB2834E9DF for ; Mon, 10 Feb 2020 11:54:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2965314E for ; Mon, 10 Feb 2020 11:54:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581335653.d45346eba0574e0d3c5ae4d1da0c79434e9c5a02.mgorny@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-r5.ebuild media-gfx/fontforge/fontforge-20190317-r3.ebuild media-gfx/fontforge/fontforge-20190801.ebuild X-VCS-Directories: media-gfx/fontforge/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d45346eba0574e0d3c5ae4d1da0c79434e9c5a02 X-VCS-Branch: master Date: Mon, 10 Feb 2020 11:54: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: db1f9bf8-7387-4b09-8111-4b4b67432543 X-Archives-Hash: abc8d88b69a3fcf53c918c6fb5e77eaa commit: d45346eba0574e0d3c5ae4d1da0c79434e9c5a02 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 10 11:47:56 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 10 11:54:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45346eb media-gfx/fontforge: Remove py2 Signed-off-by: Michał Górny gentoo.org> media-gfx/fontforge/fontforge-20170731-r5.ebuild | 2 +- media-gfx/fontforge/fontforge-20190317-r3.ebuild | 2 +- media-gfx/fontforge/fontforge-20190801.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/fontforge/fontforge-20170731-r5.ebuild b/media-gfx/fontforge/fontforge-20170731-r5.ebuild index 04d71dc2cee..90a77ef518b 100644 --- a/media-gfx/fontforge/fontforge-20170731-r5.ebuild +++ b/media-gfx/fontforge/fontforge-20170731-r5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit gnome2-utils python-single-r1 xdg-utils diff --git a/media-gfx/fontforge/fontforge-20190317-r3.ebuild b/media-gfx/fontforge/fontforge-20190317-r3.ebuild index 28c16aebe85..b6d8e0e08cb 100644 --- a/media-gfx/fontforge/fontforge-20190317-r3.ebuild +++ b/media-gfx/fontforge/fontforge-20190317-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit python-single-r1 xdg diff --git a/media-gfx/fontforge/fontforge-20190801.ebuild b/media-gfx/fontforge/fontforge-20190801.ebuild index 31b62099c78..20cd4600afa 100644 --- a/media-gfx/fontforge/fontforge-20190801.ebuild +++ b/media-gfx/fontforge/fontforge-20190801.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit python-single-r1 xdg