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 54A44138334 for ; Fri, 3 Aug 2018 20:57:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DE94E07DF; Fri, 3 Aug 2018 20:57:11 +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 0D90FE07DF for ; Fri, 3 Aug 2018 20:57:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C6321335CBF for ; Fri, 3 Aug 2018 20:57:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53E92348 for ; Fri, 3 Aug 2018 20:57:06 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1533329810.edc0f3c9e1579243699ab7603752375b90b6fcf3.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-db/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild X-VCS-Directories: dev-ada/gnatcoll-db/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: edc0f3c9e1579243699ab7603752375b90b6fcf3 X-VCS-Branch: master Date: Fri, 3 Aug 2018 20:57:06 +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: 837b53fb-2491-4b7a-9526-94cf4d11b793 X-Archives-Hash: e8e5471185241fe39f80ca0cee49d80e commit: edc0f3c9e1579243699ab7603752375b90b6fcf3 Author: Tupone Alfredo gentoo org> AuthorDate: Fri Aug 3 20:56:50 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Aug 3 20:56:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc0f3c9 dev-ada/gnatcoll-db: fix install when there is no library Closes: https://bugs.gentoo.org/662728 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild b/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild index a9b22807ce1..912baaa0095 100644 --- a/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild +++ b/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild @@ -99,6 +99,6 @@ src_install() { build $dir $lib ${dir} fi done - rm -r "${D}"/usr/share/gpr/manifests || die + rm -rf "${D}"/usr/share/gpr/manifests einstalldocs }