Skip to content

Commit

Permalink
x11-misc/compton: add python 3.6 target.
Browse files Browse the repository at this point in the history
Closes: gentoo#5668
  • Loading branch information
roarc0 authored and monsieurp committed Oct 27, 2017
1 parent 680bf7f commit 8c732cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions x11-misc/compton/compton-0.1_beta2.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion x11-misc/compton/compton-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8c732cd

Please sign in to comment.