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 D4818158094 for ; Wed, 5 Oct 2022 15:49:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE18DE0898; Wed, 5 Oct 2022 15:49:08 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E36BE0898 for ; Wed, 5 Oct 2022 15:49:08 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C84D340F7D for ; Wed, 5 Oct 2022 15:49:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3F615BF for ; Wed, 5 Oct 2022 15:49:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1664984915.000ecf84a67fc8a38b223e471246f8f341a0954f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/magicrescue/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/magicrescue/magicrescue-1.1.10-r2.ebuild app-forensics/magicrescue/magicrescue-1.1.10-r3.ebuild X-VCS-Directories: app-forensics/magicrescue/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 000ecf84a67fc8a38b223e471246f8f341a0954f X-VCS-Branch: master Date: Wed, 5 Oct 2022 15:49:05 +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: bdd5f2bf-b483-454e-9453-7057d101fd27 X-Archives-Hash: 5ab70275fefae5df91b0fc1c448cef6e commit: 000ecf84a67fc8a38b223e471246f8f341a0954f Author: Sam James gentoo org> AuthorDate: Wed Oct 5 15:48:35 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 5 15:48:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000ecf84 app-forensics/magicrescue: fix recipes path Closes: https://bugs.gentoo.org/875383 Signed-off-by: Sam James gentoo.org> .../{magicrescue-1.1.10-r2.ebuild => magicrescue-1.1.10-r3.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/app-forensics/magicrescue/magicrescue-1.1.10-r2.ebuild b/app-forensics/magicrescue/magicrescue-1.1.10-r3.ebuild similarity index 91% rename from app-forensics/magicrescue/magicrescue-1.1.10-r2.ebuild rename to app-forensics/magicrescue/magicrescue-1.1.10-r3.ebuild index 57f9325b02a0..27ad9af55f89 100644 --- a/app-forensics/magicrescue/magicrescue-1.1.10-r2.ebuild +++ b/app-forensics/magicrescue/magicrescue-1.1.10-r3.ebuild @@ -29,7 +29,6 @@ src_prepare() { default sed -i -e "\ - s:\$(INSTALLDIR)/share/magicrescue/recipes:\$(INSTALLDIR)/share/doc/${PF}/recipes:;\ s:\$(INSTALLDIR)/man/man1:\$(INSTALLDIR)/share/man/man1:;\ s:\$(INSTALLDIR)/share/magicrescue/tools:\$(INSTALLDIR)/bin:" Makefile.in || die "could not mangle Makefile.in" }