Skip to content

Commit

Permalink
sys-apps/coreutils: Enable Python 3.6 support in ebuild
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.13, Repoman-2.3.4
  • Loading branch information
Whissi committed Nov 6, 2017
1 parent e60b952 commit d1c898d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-apps/coreutils/coreutils-8.28-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

EAPI="6"

PYTHON_COMPAT=( python{2_7,3_4,3_5} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )

inherit eutils flag-o-matic python-any-r1 toolchain-funcs

Expand Down

0 comments on commit d1c898d

Please sign in to comment.