Skip to content

Commit

Permalink
app-misc/asciinema: add python3_5 support
Browse files Browse the repository at this point in the history
Build succeeds, tests pass, upload works.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
Coacher authored and Michael Palimaka committed Jan 6, 2017
1 parent 6aeab83 commit d167fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-misc/asciinema/asciinema-1.3.0.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d167fb5

Please sign in to comment.