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 D52E0138330 for ; Sun, 9 Oct 2016 07:47:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF60DE0B8E; Sun, 9 Oct 2016 07:47:12 +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 BE066E0B8E for ; Sun, 9 Oct 2016 07:47:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCEBC3415CC for ; Sun, 9 Oct 2016 07:47:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C161C24B3 for ; Sun, 9 Oct 2016 07:47:08 +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: <1475999206.8720aa8ea2bd24feef2d373a66f32b040fc5c465.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/bootchart2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild X-VCS-Directories: app-benchmarks/bootchart2/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 8720aa8ea2bd24feef2d373a66f32b040fc5c465 X-VCS-Branch: master Date: Sun, 9 Oct 2016 07:47:08 +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: d5bb4483-7d97-48a7-93d3-62c2e29e615f X-Archives-Hash: fa8808d14fdbe1d3038f53e64a4f7f1e commit: 8720aa8ea2bd24feef2d373a66f32b040fc5c465 Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 9 07:41:07 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 9 07:46:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8720aa8e app-benchmarks/bootchart2: Support python 3.5 Package-Manager: portage-2.3.1 app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild b/app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild index b652fe0..3baa36a 100644 --- a/app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild +++ b/app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit linux-info python-r1 systemd toolchain-funcs