app-misc/anki: add 3.5 and 3.6 to PYTHON_COMPAT (non-maint commit).
authorMichael Weber <xmw@gentoo.org>
Thu, 14 Dec 2017 15:31:05 +0000 (16:31 +0100)
committerMichael Weber <xmw@gentoo.org>
Thu, 14 Dec 2017 15:31:05 +0000 (16:31 +0100)
Package-Manager: Portage-2.3.18, Repoman-2.3.6

app-misc/anki/anki-2.1.0_beta25.ebuild

index 9abc929ee656e10bb20f5b471155e3fd0306a7a6..ac3413e622b67172d2b3c4f3281dc11f1f778727 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
 PYTHON_REQ_USE="sqlite"
 
 inherit eutils python-single-r1