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 79E4B139083 for ; Thu, 7 Dec 2017 08:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E792E0CAE; Thu, 7 Dec 2017 08:27:04 +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 651BCE0CAE for ; Thu, 7 Dec 2017 08:27:04 +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 4A23E33BEC7 for ; Thu, 7 Dec 2017 08:27:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94325AE6B for ; Thu, 7 Dec 2017 08:27:01 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1512635208.6a564498e179df4112a2a165d90c66eb75289bb8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/firebird/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/firebird/firebird-2.5.7.27050.0.ebuild X-VCS-Directories: dev-db/firebird/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6a564498e179df4112a2a165d90c66eb75289bb8 X-VCS-Branch: master Date: Thu, 7 Dec 2017 08:27:01 +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-Archives-Salt: 5ecd0c58-fe22-489b-861e-95fca3e60e5f X-Archives-Hash: c6cb66f57fa959add07c35d1fab1f58b commit: 6a564498e179df4112a2a165d90c66eb75289bb8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 7 08:26:48 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 7 08:26:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a564498 dev-db/firebird: Add missing die Package-Manager: Portage-2.3.13, Repoman-2.3.4 dev-db/firebird/firebird-2.5.7.27050.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/firebird/firebird-2.5.7.27050.0.ebuild b/dev-db/firebird/firebird-2.5.7.27050.0.ebuild index 74bd1f31074..68a0c71d850 100644 --- a/dev-db/firebird/firebird-2.5.7.27050.0.ebuild +++ b/dev-db/firebird/firebird-2.5.7.27050.0.ebuild @@ -82,7 +82,7 @@ src_prepare() { find . -name \*.sh -exec chmod +x {} + || die rm -r extern/{btyacc,editline,icu} || die - mv configure.in configure.ac || "failed to mv configure.in configure.ac" + mv configure.in configure.ac || die "failed to mv configure.in configure.ac" eautoreconf }