From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pathological/
Date: Tue, 7 Dec 2021 00:55:26 +0000 (UTC) [thread overview]
Message-ID: <1638838488.7e5213b08ce4a0dd39e8582487cd31f06210400e.ionen@gentoo> (raw)
commit: 7e5213b08ce4a0dd39e8582487cd31f06210400e
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 7 00:53:26 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Dec 7 00:54:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5213b0
games-puzzle/pathological: add missing || die
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild b/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild
index 0c32cefd318d..a16de8ecbe0d 100644
--- a/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild
+++ b/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild
@@ -36,7 +36,8 @@ PATCHES=(
src_prepare() {
# debian's patches add python3 support and sanitize other aspects
# use_ogg_music: excluded given .xm files are fine
- local debian=($(<"${WORKDIR}"/debian/patches/series))
+ local debian
+ debian=($(<"${WORKDIR}"/debian/patches/series)) || die
debian=(${debian[@]/60_use_ogg_music.patch/})
PATCHES+=("${debian[@]/#/${WORKDIR}/debian/patches/}")
next reply other threads:[~2021-12-07 0:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-07 0:55 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-05 23:44 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pathological/ Ionen Wolkens
2023-01-17 6:03 Ionen Wolkens
2021-11-14 0:45 Ionen Wolkens
2021-06-02 5:28 Ionen Wolkens
2021-05-23 17:51 Sergei Trofimovich
2020-02-09 16:25 Michał Górny
2019-12-27 11:49 Pacho Ramos
2019-12-27 11:05 Pacho Ramos
2019-12-26 15:38 David Seifert
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=1638838488.7e5213b08ce4a0dd39e8582487cd31f06210400e.ionen@gentoo \
--to=ionen@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