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 4BF761382A4 for ; Sun, 12 Jun 2016 17:52:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F4AAE0B48; Sun, 12 Jun 2016 17:52:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B433AE0B4B for ; Sun, 12 Jun 2016 17:52:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8843340B10 for ; Sun, 12 Jun 2016 17:52:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 842D62320 for ; Sun, 12 Jun 2016 17:52:26 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1465752244.15b49e49635bfae049a65c876f33a0ad633418d7.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librelp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/librelp/librelp-1.2.9.ebuild X-VCS-Directories: dev-libs/librelp/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 15b49e49635bfae049a65c876f33a0ad633418d7 X-VCS-Branch: master Date: Sun, 12 Jun 2016 17:52: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-Archives-Salt: 7f218a4b-e23c-4dc1-8f39-2186725f9d41 X-Archives-Hash: d762af6ded9c7a4583bef58d8ca5287d commit: 15b49e49635bfae049a65c876f33a0ad633418d7 Author: Thomas Deutschmann whissi de> AuthorDate: Sat Jun 11 23:24:13 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Jun 12 17:24:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b49e49 dev-libs/librelp: Add missing "die" Package-Manager: portage-2.3.0_rc1 Closes: https://github.com/gentoo/gentoo/pull/1658 Signed-off-by: Patrice Clement gentoo.org> dev-libs/librelp/librelp-1.2.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/librelp/librelp-1.2.9.ebuild b/dev-libs/librelp/librelp-1.2.9.ebuild index 96db26a..0f75f3b 100644 --- a/dev-libs/librelp/librelp-1.2.9.ebuild +++ b/dev-libs/librelp/librelp-1.2.9.ebuild @@ -52,5 +52,5 @@ src_install() { use doc && local HTML_DOCS=( doc/relp.html ) default - find "${ED}"usr/lib* -name '*.la' -delete + find "${ED}"usr/lib* -name '*.la' -delete || die }