public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/sionlib/
Date: Mon, 26 Apr 2021 19:57:05 +0000 (UTC)	[thread overview]
Message-ID: <1619467023.8c35571c6b354d6cd8546d17ada65e3525c94672.Alessandro-Barbieri@gentoo> (raw)

commit:     8c35571c6b354d6cd8546d17ada65e3525c94672
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Apr 26 19:07:12 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Apr 26 19:57:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c35571c

sys-cluster/sionlib: fix doc building

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sys-cluster/sionlib/sionlib-1.7.6.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/sionlib/sionlib-1.7.6.ebuild b/sys-cluster/sionlib/sionlib-1.7.6.ebuild
index 50b58c797..cc8336e88 100644
--- a/sys-cluster/sionlib/sionlib-1.7.6.ebuild
+++ b/sys-cluster/sionlib/sionlib-1.7.6.ebuild
@@ -83,8 +83,10 @@ src_configure() {
 src_compile() {
 	export VARTEXFONTS="${T}/fonts"
 	default
-	use doc && doxygen -u doxy || die
-	use doc && doxygen doxy || die
+	if use doc ; then
+		doxygen -u doxy || die
+		doxygen doxy || die
+	fi
 }
 
 src_install() {


             reply	other threads:[~2021-04-26 19:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-26 19:57 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-10  3:58 [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/sionlib/ Alessandro Barbieri
2022-05-28 12:53 Alessandro Barbieri
2021-07-26 23:28 Alessandro Barbieri
2021-07-26 23:28 Alessandro Barbieri
2021-06-11 15:23 Alessandro Barbieri
2021-05-18 22:13 Anna Vyalkova
2021-05-16 16:11 Anna Vyalkova
2021-05-16 14:06 Anna Vyalkova
2021-04-26 19:57 Alessandro Barbieri
2021-04-25 23:29 Alessandro Barbieri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1619467023.8c35571c6b354d6cd8546d17ada65e3525c94672.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox