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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89148138350 for ; Thu, 6 Feb 2020 04:56:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8B8EE0875; Thu, 6 Feb 2020 04:56:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE0EDE0875 for ; Thu, 6 Feb 2020 04:56:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFC2434E7D5 for ; Thu, 6 Feb 2020 04:56:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D5422B for ; Thu, 6 Feb 2020 04:56:09 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1580964851.70d37bf7e17f40f7953badc52302065bcc98d3f1.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sxiv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sxiv/sxiv-26.ebuild media-gfx/sxiv/sxiv-9999.ebuild X-VCS-Directories: media-gfx/sxiv/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 70d37bf7e17f40f7953badc52302065bcc98d3f1 X-VCS-Branch: master Date: Thu, 6 Feb 2020 04:56:09 +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: 034d22ce-2c4b-4975-b240-4fb759085f2f X-Archives-Hash: e3371794dffc1aef3264213f562252dc commit: 70d37bf7e17f40f7953badc52302065bcc98d3f1 Author: Tim Harder gentoo org> AuthorDate: Thu Feb 6 04:54:11 2020 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Feb 6 04:54:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d37bf7 media-gfx/sxiv: fix build failure due to install phase rebuild Closes: https://bugs.gentoo.org/708450 Signed-off-by: Tim Harder gentoo.org> media-gfx/sxiv/sxiv-26.ebuild | 2 ++ media-gfx/sxiv/sxiv-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/media-gfx/sxiv/sxiv-26.ebuild b/media-gfx/sxiv/sxiv-26.ebuild index ff78c92751b..890ffab338b 100644 --- a/media-gfx/sxiv/sxiv-26.ebuild +++ b/media-gfx/sxiv/sxiv-26.ebuild @@ -29,6 +29,8 @@ RDEPEND=" " DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}"/${PN}-25-makefile.patch ) + src_prepare() { restore_config config.h default diff --git a/media-gfx/sxiv/sxiv-9999.ebuild b/media-gfx/sxiv/sxiv-9999.ebuild index ff78c92751b..890ffab338b 100644 --- a/media-gfx/sxiv/sxiv-9999.ebuild +++ b/media-gfx/sxiv/sxiv-9999.ebuild @@ -29,6 +29,8 @@ RDEPEND=" " DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}"/${PN}-25-makefile.patch ) + src_prepare() { restore_config config.h default