From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- dev-util/buildbot/buildbot-2.8.2-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-util/buildbot/buildbot-2.8.2-r1.ebuild') 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 } -- cgit v1.2.3