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 49533139694 for ; Mon, 24 Apr 2017 09:31:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29302E0BF5; Mon, 24 Apr 2017 09:31:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06058E0BF5 for ; Mon, 24 Apr 2017 09:31:28 +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 B10343415B7 for ; Mon, 24 Apr 2017 09:31:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16E5E7441 for ; Mon, 24 Apr 2017 09:31:26 +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: <1493026262.84b3bf404e12c72e1a3a264d79b66aade0719126.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/marisa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/marisa/marisa-0.2.4.ebuild X-VCS-Directories: dev-libs/marisa/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 84b3bf404e12c72e1a3a264d79b66aade0719126 X-VCS-Branch: master Date: Mon, 24 Apr 2017 09:31:26 +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: 779983f7-0b92-4b4e-848e-25219c262e3e X-Archives-Hash: e83317626a6d190106235495c488ae1b commit: 84b3bf404e12c72e1a3a264d79b66aade0719126 Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 24 08:54:34 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 24 09:31:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b3bf40 dev-libs/marisa: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-libs/marisa/marisa-0.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/marisa/marisa-0.2.4.ebuild b/dev-libs/marisa/marisa-0.2.4.ebuild index 53e6787bcb3..36c191d1005 100644 --- a/dev-libs/marisa/marisa-0.2.4.ebuild +++ b/dev-libs/marisa/marisa-0.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 eutils