From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EEF40158086 for ; Tue, 7 Dec 2021 00:55:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20F59E079C; Tue, 7 Dec 2021 00:55:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C028E079C for ; Tue, 7 Dec 2021 00:55:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F03F9342D60 for ; Tue, 7 Dec 2021 00:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47E701A0 for ; Tue, 7 Dec 2021 00:55:26 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1638838488.7e5213b08ce4a0dd39e8582487cd31f06210400e.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pathological/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild X-VCS-Directories: games-puzzle/pathological/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 7e5213b08ce4a0dd39e8582487cd31f06210400e X-VCS-Branch: master Date: Tue, 7 Dec 2021 00:55:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a4528943-b9b4-4713-8549-f104d34fb4ac X-Archives-Hash: 84bbd8357f1f5d926304edc3714bacb3 commit: 7e5213b08ce4a0dd39e8582487cd31f06210400e Author: Ionen Wolkens gentoo org> AuthorDate: Tue Dec 7 00:53:26 2021 +0000 Commit: Ionen Wolkens gentoo 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 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/}")