Skip to content

Commit

Permalink
dev-python/lit: enable Python 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergstroem authored and mgorny committed Mar 27, 2017
1 parent 1adb2e7 commit 753a219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/lit/lit-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

PYTHON_COMPAT=( python2_7 )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 git-r3

DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
Expand Down

0 comments on commit 753a219

Please sign in to comment.