mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
x11-misc/compton: add python 3.6 target.
Closes: https://github.com/gentoo/gentoo/pull/5668
This commit is contained in:
committed by
Patrice Clement
parent
680bf7fcbb
commit
8c732cd6a3
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user