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 B90FD139694 for ; Mon, 24 Apr 2017 09:31:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D095E0CFF; Mon, 24 Apr 2017 09:31:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5E4E8E0CFF for ; Mon, 24 Apr 2017 09:31:30 +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 53D8E33BEFC for ; Mon, 24 Apr 2017 09:31:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A6427442 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: <1493026264.84d1985aa7cf968347dc90db8fc5436c87b479ba.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/serd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/serd/serd-0.26.0.ebuild X-VCS-Directories: dev-libs/serd/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 84d1985aa7cf968347dc90db8fc5436c87b479ba 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: 55346e9f-8a95-4980-920d-d86339ba96ce X-Archives-Hash: bfe7c181c17645cbdf16e1a087fe4858 commit: 84d1985aa7cf968347dc90db8fc5436c87b479ba Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 24 08:56:53 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 24 09:31:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d1985a dev-libs/serd: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-libs/serd/serd-0.26.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/serd/serd-0.26.0.ebuild b/dev-libs/serd/serd-0.26.0.ebuild index 0f36549fbed..2db2f168a30 100644 --- a/dev-libs/serd/serd-0.26.0.ebuild +++ b/dev-libs/serd/serd-0.26.0.ebuild @@ -3,7 +3,7 @@ EAPI=4 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE='threads(+)' inherit python-any-r1 waf-utils