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 6C0AB1396DA 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 78477E1121; Sat, 9 Dec 2017 19:40:41 +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 5388BE1120 for ; Sat, 9 Dec 2017 19:40:41 +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 472C9341130 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 88005AE7D 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: <1512848297.7cd4e1b83bfb7dbc895a824139e8c1ec08bf45f1.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.0.ebuild X-VCS-Directories: app-editors/gedit/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7cd4e1b83bfb7dbc895a824139e8c1ec08bf45f1 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: 00c2effd-1d74-4b50-8a58-07d41897bba2 X-Archives-Hash: 3295d281c11417bd5cc9b7dee7df2de3 commit: 7cd4e1b83bfb7dbc895a824139e8c1ec08bf45f1 Author: Pacho Ramos gentoo org> AuthorDate: Sat Dec 9 19:26:10 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Dec 9 19:38:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd4e1b8 app-editors/gedit: Add support for newer python Package-Manager: Portage-2.3.16, Repoman-2.3.6 app-editors/gedit/gedit-3.22.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/gedit/gedit-3.22.0.ebuild b/app-editors/gedit/gedit-3.22.0.ebuild index 5524763def0..34c80482299 100644 --- a/app-editors/gedit/gedit-3.22.0.ebuild +++ b/app-editors/gedit/gedit-3.22.0.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"