app-admin/setools: Add Python 3.6 to the supported list

This commit is contained in:
David Michael 2018-06-22 14:29:18 +00:00
parent b00b37e393
commit 35390f5465

View File

@ -3,7 +3,7 @@
# $Header: /var/cvsroot/gentoo-x86/app-admin/setools/setools-3.3.8-r7.ebuild,v 1.6 2015/05/10 09:06:14 perfinion Exp $ # $Header: /var/cvsroot/gentoo-x86/app-admin/setools/setools-3.3.8-r7.ebuild,v 1.6 2015/05/10 09:06:14 perfinion Exp $
EAPI="5" EAPI="5"
PYTHON_COMPAT=( python2_7 python3_4 ) PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
inherit autotools java-pkg-opt-2 python-r1 eutils toolchain-funcs inherit autotools java-pkg-opt-2 python-r1 eutils toolchain-funcs