From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 90D2913888F for ; Mon, 5 Oct 2015 17:05:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98D35E080E; Mon, 5 Oct 2015 17:05:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CD84E0826 for ; Mon, 5 Oct 2015 17:05:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC684340712 for ; Mon, 5 Oct 2015 17:05:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2109F763 for ; Mon, 5 Oct 2015 17:05:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1443686983.dc75c9d60d5ed9e19693d7608f47d079ce5cf4b2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/rng-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/rng-tools/rng-tools-5-r2.ebuild X-VCS-Directories: sys-apps/rng-tools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dc75c9d60d5ed9e19693d7608f47d079ce5cf4b2 X-VCS-Branch: master Date: Mon, 5 Oct 2015 17:05:41 +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: eecd7ef8-dc90-466c-aa7f-7c9279d22f9d X-Archives-Hash: cfeadd3d1777380b3a6bedfad1519111 commit: dc75c9d60d5ed9e19693d7608f47d079ce5cf4b2 Author: Gokturk Yuksek binghamton edu> AuthorDate: Tue Sep 22 10:21:08 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 1 08:09:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc75c9d6 sys-apps/rng-tools: handle if redirecting output to a file fails in ebuild Use '|| die' to handle if redirecting output to a file fails. Package-Manager: portage-2.2.20.1 sys-apps/rng-tools/rng-tools-5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/rng-tools/rng-tools-5-r2.ebuild b/sys-apps/rng-tools/rng-tools-5-r2.ebuild index f32feff..61e60b0 100644 --- a/sys-apps/rng-tools/rng-tools-5-r2.ebuild +++ b/sys-apps/rng-tools/rng-tools-5-r2.ebuild @@ -21,7 +21,7 @@ RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-rngd )" src_prepare() { - echo 'bin_PROGRAMS = randstat' >> contrib/Makefile.am + echo 'bin_PROGRAMS = randstat' >> contrib/Makefile.am || die epatch "${FILESDIR}"/test-for-argp.patch epatch "${FILESDIR}"/${P}-fix-textrels-on-PIC-x86.patch #469962 epatch "${FILESDIR}"/${P}-man-fill-watermark.patch #555094