diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:41:07 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:46:46 +0200 |
commit | 8720aa8ea2bd24feef2d373a66f32b040fc5c465 (patch) | |
tree | d60049a10c8faa122c6d34c4fd788fd58e569c2a /app-benchmarks | |
parent | app-backup/borgbackup: Support python 3.5 (diff) | |
download | gentoo-8720aa8ea2bd24feef2d373a66f32b040fc5c465.tar.gz gentoo-8720aa8ea2bd24feef2d373a66f32b040fc5c465.tar.bz2 gentoo-8720aa8ea2bd24feef2d373a66f32b040fc5c465.zip |
app-benchmarks/bootchart2: Support python 3.5
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/bootchart2/bootchart2-0.14.7-r1.ebuild | 4 |
1 files 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 b652fe02fb7d..3baa36a9ed5f 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 |