x11-misc/compton: add python 3.6 target.

Closes: https://github.com/gentoo/gentoo/pull/5668
This commit is contained in:
Alessandro Rosetti
2017-09-09 09:52:21 +02:00
committed by Patrice Clement
parent 680bf7fcbb
commit 8c732cd6a3
2 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=6
PYTHON_COMPAT=( python3_{4,5} )
PYTHON_COMPAT=( python3_{4,5,6} )
inherit toolchain-funcs python-r1
DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python3_{4,5} )
PYTHON_COMPAT=( python3_{4,5,6} )
inherit toolchain-funcs python-r1 git-r3
DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"