summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-01-06 21:26:26 +0300
committerMichael Palimaka <kensington@gentoo.org>2017-01-07 05:45:16 +1100
commitd167fb5d4cb353d3c5d17baf5330ade17b87d9a7 (patch)
treeaa2f12fe50fa429bf3b1c86345a97cb2bcb1223c /app-misc
parentdev-util/mingw64-runtime: version bump (diff)
downloadgentoo-d167fb5d4cb353d3c5d17baf5330ade17b87d9a7.tar.gz
gentoo-d167fb5d4cb353d3c5d17baf5330ade17b87d9a7.tar.bz2
gentoo-d167fb5d4cb353d3c5d17baf5330ade17b87d9a7.zip
app-misc/asciinema: add python3_5 support
Build succeeds, tests pass, upload works. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/asciinema/asciinema-1.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/asciinema/asciinema-1.3.0.ebuild b/app-misc/asciinema/asciinema-1.3.0.ebuild
index 4fa5b5e56a5f..1f7c2d9ff012 100644
--- a/app-misc/asciinema/asciinema-1.3.0.ebuild
+++ b/app-misc/asciinema/asciinema-1.3.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python3_4)
+PYTHON_COMPAT=( python{3_4,3_5} )
inherit distutils-r1
DESCRIPTION="Command line recorder for asciinema.org service"