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 8D3D2138334 for ; Fri, 28 Sep 2018 09:45:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEA62E09CF; Fri, 28 Sep 2018 09:45:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9879FE09CF for ; Fri, 28 Sep 2018 09:45:46 +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 3BB1A335CCC for ; Fri, 28 Sep 2018 09:45:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 990B13F1 for ; Fri, 28 Sep 2018 09:45:43 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1538127936.5d3e14893103b88673f9ff363a6e4de995225a4c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/brltty/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/brltty/brltty-5.2-r1.ebuild X-VCS-Directories: app-accessibility/brltty/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5d3e14893103b88673f9ff363a6e4de995225a4c X-VCS-Branch: master Date: Fri, 28 Sep 2018 09:45:43 +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: aee7da42-078f-4f26-aad6-3b3f974c50fe X-Archives-Hash: 6552b29b0ec678b8f1548962577451e0 commit: 5d3e14893103b88673f9ff363a6e4de995225a4c Author: Matt Turner gentoo org> AuthorDate: Fri Sep 28 09:43:16 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Sep 28 09:45:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3e1489 app-accessibility/brltty: Fix installation with USE=-api In commit 6326de87e9f6 ("app-accessibility/brltty: bump to EAPI 6") this || die was added, but there are no static libraries installed at least under some circimstances. app-accessibility/brltty/brltty-5.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-accessibility/brltty/brltty-5.2-r1.ebuild b/app-accessibility/brltty/brltty-5.2-r1.ebuild index 3622819ef62..cba023ffd53 100644 --- a/app-accessibility/brltty/brltty-5.2-r1.ebuild +++ b/app-accessibility/brltty/brltty-5.2-r1.ebuild @@ -169,7 +169,7 @@ src_install() { libdir="$(get_libdir)" mkdir -p "${D}"/usr/${libdir}/ - mv "${D}"/${libdir}/*.a "${D}"/usr/${libdir}/ || die + mv "${D}"/${libdir}/*.a "${D}"/usr/${libdir}/ gen_usr_ldscript libbrlapi.so cd Documents || die