Skip to content

Commit

Permalink
sys-libs/cracklib: enable python3 support
Browse files Browse the repository at this point in the history
According to NEWS, python3 has been supported since v2.8.19.

Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69
  • Loading branch information
floppym committed May 29, 2017
1 parent d9e9200 commit b7ef521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-libs/cracklib/cracklib-2.9.6-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=5

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

inherit eutils distutils-r1 libtool multilib-minimal toolchain-funcs
Expand Down

0 comments on commit b7ef521

Please sign in to comment.