summaryrefslogtreecommitdiff
path: root/dev-util/buildbot/buildbot-2.8.2-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/buildbot/buildbot-2.8.2-r1.ebuild')
-rw-r--r--dev-util/buildbot/buildbot-2.8.2-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/buildbot/buildbot-2.8.2-r1.ebuild b/dev-util/buildbot/buildbot-2.8.2-r1.ebuild
index 293a54f89f28..b0700a3d10e5 100644
--- a/dev-util/buildbot/buildbot-2.8.2-r1.ebuild
+++ b/dev-util/buildbot/buildbot-2.8.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -98,10 +98,10 @@ src_compile() {
if use doc; then
einfo "Generation of documentation"
- pushd docs > /dev/null
+ pushd docs > /dev/null || die
#'man' target is currently broken
emake html
- popd > /dev/null
+ popd > /dev/null || die
fi
}