From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/jisx0213-fonts/
Date: Tue, 7 Dec 2021 07:55:51 +0000 (UTC) [thread overview]
Message-ID: <1638863744.bb5c3efece5823f98dd35eb61ddc72f4d2ee7660.sam@gentoo> (raw)
commit: bb5c3efece5823f98dd35eb61ddc72f4d2ee7660
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 7 07:55:37 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 7 07:55:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5c3efe
media-fonts/jisx0213-fonts: add missing || dies
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r3.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r3.ebuild b/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r3.ebuild
index 353b9ba77fe9..1ba7e949cfd2 100644
--- a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r3.ebuild
+++ b/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r3.ebuild
@@ -36,9 +36,9 @@ FONTDIR="/usr/share/fonts/${FONT_PN}"
src_compile() {
einfo "Making bold and italic faces..."
for bdf in *.bdf; do
- mkbold -r -L ${bdf} >${bdf%.bdf}b.bdf
- mkitalic ${bdf} >${bdf%.bdf}i.bdf
- mkbolditalic -r -L ${bdf} >${bdf%.bdf}bi.bdf
+ mkbold -r -L ${bdf} >${bdf%.bdf}b.bdf || die
+ mkitalic ${bdf} >${bdf%.bdf}i.bdf || die
+ mkbolditalic -r -L ${bdf} >${bdf%.bdf}bi.bdf || die
done
font-ebdftopcf_src_compile
}
next reply other threads:[~2021-12-07 7:55 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-07 7:55 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-03-03 12:43 [gentoo-commits] repo/gentoo:master commit in: media-fonts/jisx0213-fonts/ Akinori Hattori
2022-02-15 18:31 Matt Turner
2021-12-08 9:18 Sam James
2021-12-08 6:17 Sam James
2021-12-07 2:17 Sam James
2021-12-07 0:31 Sam James
2021-12-06 21:11 Jakov Smolić
2021-11-20 10:23 Arthur Zamarin
2021-11-19 11:36 Sam James
2021-11-04 17:07 Sam James
2021-10-28 15:04 Sam James
2021-10-27 12:45 Akinori Hattori
2021-03-21 19:06 Andreas Sturmlechner
2017-12-12 14:03 Akinori Hattori
2017-12-12 14:03 Akinori Hattori
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=1638863744.bb5c3efece5823f98dd35eb61ddc72f4d2ee7660.sam@gentoo \
--to=sam@gentoo.org \
--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