=app-misc/solaar-9999: add python-3.6 support
This commit is contained in:
parent
6f6f97fa6a
commit
2c6d2ac5bf
|
@ -1 +1 @@
|
|||
EBUILD solaar-9999.ebuild 1338 BLAKE2B 802e47166e4d9b654192cf0487c9b02911888e7bf10487786c78bb17bb0385bbed3a2651fb7da2b01dad9c4b40bc7af55b5c7f12bbafc636c492ef6c21fcd101 SHA512 86eab8bee47f3710c64e018392416d720420f040c959afd1c90256eec8cc892ef2bf8a19895a0e0bbc6c59120332318e18573c0d35560629542f9cc77ddfa9f2
|
||||
EBUILD solaar-9999.ebuild 1342 BLAKE2B f2b47e31f64f714e8a139ee2591c610900758b2570ee8091822990fd9a14698b3ee67829a772593f94b7f8d1fd2dfd34aeba870f381b08bdcf49fc841f1a7442 SHA512 4d4b74afc5415ba892be08444879e7d47f3c837d94062402a36edfc868501b729e552da6103727e1588a49a2208c31edcbfc1b7780162dd873bbb160d06c5f1f
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# 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} )
|
||||
|
||||
inherit distutils-r1 udev user linux-info gnome2-utils git-r3
|
||||
|
||||
|
|
Loading…
Reference in New Issue