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 6B1B8139694 for ; Mon, 24 Apr 2017 10:52:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACDE9E0CC5; Mon, 24 Apr 2017 10:52:30 +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 81A4BE0CB6 for ; Mon, 24 Apr 2017 10:52: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 4140B34164A for ; Mon, 24 Apr 2017 10:52:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9794743F for ; Mon, 24 Apr 2017 10:52:27 +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: <1493031133.b166ef03c1fc9f3140bee1ddbaf2ec4bc602ec05.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sratom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sratom/sratom-0.6.0.ebuild X-VCS-Directories: media-libs/sratom/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b166ef03c1fc9f3140bee1ddbaf2ec4bc602ec05 X-VCS-Branch: master Date: Mon, 24 Apr 2017 10:52:27 +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: eb145ae8-ff49-4cb7-9b94-f71a96279e98 X-Archives-Hash: 6f4e6231d3074c8f2e1aa18b6f58cee1 commit: b166ef03c1fc9f3140bee1ddbaf2ec4bc602ec05 Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 24 10:47:34 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 24 10:52:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b166ef03 media-libs/sratom: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-libs/sratom/sratom-0.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/sratom/sratom-0.6.0.ebuild b/media-libs/sratom/sratom-0.6.0.ebuild index f453da05ec7..8e9b3c7df60 100644 --- a/media-libs/sratom/sratom-0.6.0.ebuild +++ b/media-libs/sratom/sratom-0.6.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 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