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 D653A139695 for ; Fri, 7 Jul 2017 09:20:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27D9B1FC006; Fri, 7 Jul 2017 09:20:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 00E051FC006 for ; Fri, 7 Jul 2017 09:20:17 +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 DA91B341787 for ; Fri, 7 Jul 2017 09:20:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CD8274A7 for ; Fri, 7 Jul 2017 09: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: <1499419209.c274e5f2db4afb869bdfd07f9a3a7fb8aa48b0b3.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/stfl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/stfl/stfl-0.24.ebuild X-VCS-Directories: dev-libs/stfl/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c274e5f2db4afb869bdfd07f9a3a7fb8aa48b0b3 X-VCS-Branch: master Date: Fri, 7 Jul 2017 09: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: 2d91717c-e4fd-49f6-81b8-ed8aeb2f1088 X-Archives-Hash: a3446c7973b56a2858388accfb33a919 commit: c274e5f2db4afb869bdfd07f9a3a7fb8aa48b0b3 Author: Pacho Ramos gentoo org> AuthorDate: Fri Jul 7 09:15:29 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Jul 7 09:20:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c274e5f2 dev-libs/stfl: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-libs/stfl/stfl-0.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/stfl/stfl-0.24.ebuild b/dev-libs/stfl/stfl-0.24.ebuild index d768aac0714..c23d831e722 100644 --- a/dev-libs/stfl/stfl-0.24.ebuild +++ b/dev-libs/stfl/stfl-0.24.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) GENTOO_DEPEND_ON_PERL=no inherit eutils multilib perl-module python-r1 toolchain-funcs