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 E53A0138334 for ; Wed, 27 Jun 2018 17:20:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6C1EE092B; Wed, 27 Jun 2018 17:20:18 +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 B65E6E092B for ; Wed, 27 Jun 2018 17:20:18 +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 68AC6335CB4 for ; Wed, 27 Jun 2018 17:20:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90AE52E2 for ; Wed, 27 Jun 2018 17:20:15 +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: <1530120002.ddc5cb270b7e461d3a3914031066525e7c15b23c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gramps/gramps-4.2.8.ebuild X-VCS-Directories: app-misc/gramps/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ddc5cb270b7e461d3a3914031066525e7c15b23c X-VCS-Branch: master Date: Wed, 27 Jun 2018 17:20:15 +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: c375e069-ebed-4a63-a077-248350c2cc3c X-Archives-Hash: 4fc77929a13af623c1b0478c54cfb891 commit: ddc5cb270b7e461d3a3914031066525e7c15b23c Author: Pacho Ramos gentoo org> AuthorDate: Wed Jun 27 17:20:02 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jun 27 17:20:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc5cb27 app-misc/gramps: Support python3.6 Package-Manager: Portage-2.3.41, Repoman-2.3.9 app-misc/gramps/gramps-4.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/gramps/gramps-4.2.8.ebuild b/app-misc/gramps/gramps-4.2.8.ebuild index d9142b2bb5c..999840bfecb 100644 --- a/app-misc/gramps/gramps-4.2.8.ebuild +++ b/app-misc/gramps/gramps-4.2.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 xdg-utils