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 CED18139083 for ; Sat, 9 Dec 2017 19:40:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 301D1E1123; Sat, 9 Dec 2017 19:40:42 +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 0CF46E1123 for ; Sat, 9 Dec 2017 19:40:42 +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 0AF93340CC0 for ; Sat, 9 Dec 2017 19:40:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 746D2AE7C for ; Sat, 9 Dec 2017 19:40:38 +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: <1512848296.6d222711b262bcf4a033e97020cb095c2727b346.pacho@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.22.1.ebuild X-VCS-Directories: app-editors/gedit/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 6d222711b262bcf4a033e97020cb095c2727b346 X-VCS-Branch: master Date: Sat, 9 Dec 2017 19:40:38 +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: 2e720662-c97a-400a-acc1-feefda71bcb6 X-Archives-Hash: d8017852d1c32be03f65593438b78f6f commit: 6d222711b262bcf4a033e97020cb095c2727b346 Author: Pacho Ramos gentoo org> AuthorDate: Sat Dec 9 19:25:10 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Dec 9 19:38:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d222711 app-editors/gedit: Add support for newer python Package-Manager: Portage-2.3.16, Repoman-2.3.6 app-editors/gedit/gedit-3.22.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/gedit/gedit-3.22.1.ebuild b/app-editors/gedit/gedit-3.22.1.ebuild index e931e8b99a0..c581e842d97 100644 --- a/app-editors/gedit/gedit-3.22.1.ebuild +++ b/app-editors/gedit/gedit-3.22.1.ebuild @@ -3,7 +3,7 @@ EAPI="6" GNOME2_LA_PUNT="yes" # plugins are dlopened -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) VALA_MIN_API_VERSION="0.26" VALA_USE_DEPEND="vapigen"