# HG changeset patch # User Da Risk # Date 1437932916 -7200 # Node ID d6fceb869d09938a55d78f250498c440e7e987c3 # Parent 44dc790c93ba670ef84daf825b6f85d5d55ab4b0 New version of subdl is compatible with python3 only (Portage version: 2.2.20/hg/Linux x86_64, unsigned Manifest commit) diff -r 44dc790c93ba -r d6fceb869d09 media-video/subdl/subdl-9999.ebuild --- a/media-video/subdl/subdl-9999.ebuild Sun Jul 26 18:02:06 2015 +0200 +++ b/media-video/subdl/subdl-9999.ebuild Sun Jul 26 19:48:36 2015 +0200 @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_3 python3_4 ) inherit python-single-r1 git-r3 DESCRIPTION="A command-line tool for downloading subs from opensubtitles.org"