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 0A12E138334 for ; Wed, 4 Dec 2019 20:17:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8D7CE0826; Wed, 4 Dec 2019 20:17:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A2860E0826 for ; Wed, 4 Dec 2019 20:17:32 +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 5A1D534D7C0 for ; Wed, 4 Dec 2019 20:17:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD0A68CC for ; Wed, 4 Dec 2019 20:17:28 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1575490638.9425b39f7e6356c51dd4c219ccf2c3d32891d1ef.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/gedit/gedit-3.32.2.ebuild X-VCS-Directories: app-editors/gedit/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9425b39f7e6356c51dd4c219ccf2c3d32891d1ef X-VCS-Branch: master Date: Wed, 4 Dec 2019 20:17:28 +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: 0819bb4d-d46a-4d5a-beba-ba9781cde8e1 X-Archives-Hash: 6bf8363cb16f0ab921d2cfc92c315b0b commit: 9425b39f7e6356c51dd4c219ccf2c3d32891d1ef Author: Joonas Niilola gmail com> AuthorDate: Thu Jun 27 14:14:10 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Dec 4 20:17:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9425b39f app-editors/gedit: enable python3.{7,8} Closes: https://github.com/gentoo/gentoo/pull/12341 Signed-off-by: Joonas Niilola gmail.com> Signed-off-by: Matt Turner gentoo.org> app-editors/gedit/gedit-3.32.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/gedit/gedit-3.32.2.ebuild b/app-editors/gedit/gedit-3.32.2.ebuild index e8f11fd45a9..854f7bd5dfc 100644 --- a/app-editors/gedit/gedit-3.32.2.ebuild +++ b/app-editors/gedit/gedit-3.32.2.ebuild @@ -3,7 +3,7 @@ EAPI="6" GNOME2_LA_PUNT="yes" # plugins are dlopened -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) VALA_MIN_API_VERSION="0.26" VALA_USE_DEPEND="vapigen"