From d0089063c457ef2adc7b01e7296c4988edb709a6 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 26 Sep 2012 19:04:59 -0700 Subject: prepalldocs: fix inverted eapi_has_docompress This broke in commit ab46499322311c1faa710c63d0a5339e49a9061a. --- bin/ebuild-helpers/prepalldocs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ebuild-helpers/prepalldocs b/bin/ebuild-helpers/prepalldocs index b76f08439..3094661f5 100755 --- a/bin/ebuild-helpers/prepalldocs +++ b/bin/ebuild-helpers/prepalldocs @@ -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 -- cgit v1.2.3-1-g7c22