Skip to content

Commit

Permalink
dev-util/pkgcheck: remove unnecessary man page conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Jan 24, 2016
1 parent 68b15e4 commit d78596b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-util/pkgcheck/pkgcheck-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pkg_setup() {
}

python_compile_all() {
[[ ${PV} == *9999 ]] && esetup.py build_man
esetup.py build_man
}

python_test() {
Expand Down

0 comments on commit d78596b

Please sign in to comment.