projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8659f32
)
media-video/subliminal: support Python 3.6
author
Maxim Koltsov
<maksbotan@gentoo.org>
Sat, 5 May 2018 17:46:14 +0000
(20:46 +0300)
committer
Maxim Koltsov
<maksbotan@gentoo.org>
Sat, 5 May 2018 17:46:14 +0000
(20:46 +0300)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
media-video/subliminal/subliminal-9999.ebuild
patch
|
blob
|
history
diff --git
a/media-video/subliminal/subliminal-9999.ebuild
b/media-video/subliminal/subliminal-9999.ebuild
index b79e7028e0d36ce0b5eb30fdb9494aff6c128850..31429196ed48c78ad574dc6ffd6bfba444858932 100644
(file)
--- a/
media-video/subliminal/subliminal-9999.ebuild
+++ b/
media-video/subliminal/subliminal-9999.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
7
Gentoo Foundation
+# Copyright 1999-201
8
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5
,3_6
} )
PYTHON_REQ_USE='xml(+)'
inherit distutils-r1 git-r3