prepalldocs: fix inverted eapi_has_docompress
authorZac Medico <zmedico@gentoo.org>
Thu, 27 Sep 2012 02:04:59 +0000 (19:04 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 27 Sep 2012 02:04:59 +0000 (19:04 -0700)
This broke in commit ab46499322311c1faa710c63d0a5339e49a9061a.

bin/ebuild-helpers/prepalldocs

index b76f0843992d532b0c71929cd4f54ed07c3b1ce3..3094661f5fbb7ff8a0633fc061108bbfa3287460 100755 (executable)
@@ -4,7 +4,7 @@
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 
-if ___eapi_has_docompress; then
+if ___eapi_has_docompress; then
        die "'${0##*/}' has been banned for EAPI '$EAPI'"
        exit 1
 fi