diff options
Diffstat (limited to 'dev-python/plyr/plyr-1.0.6.ebuild')
-rw-r--r-- | dev-python/plyr/plyr-1.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/plyr/plyr-1.0.6.ebuild b/dev-python/plyr/plyr-1.0.6.ebuild index 50781aa5e809..b4ad8f55d1d4 100644 --- a/dev-python/plyr/plyr-1.0.6.ebuild +++ b/dev-python/plyr/plyr-1.0.6.ebuild @@ -43,7 +43,7 @@ python_compile() { python_compile_all() { if use doc; then - emake -C docs html || die "Generating documentation failed" + emake -C docs html fi } |