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 DA9A6139694 for ; Fri, 24 Mar 2017 15:25:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EC4AE0BC2; Fri, 24 Mar 2017 15:25:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E5BECE0BC2 for ; Fri, 24 Mar 2017 15:25:14 +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 E6C4F341650 for ; Fri, 24 Mar 2017 15:25:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 560977371 for ; Fri, 24 Mar 2017 15:25:10 +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: <1490368990.49c862060915b1c844f73cc10016ae427ee8b8e4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calligra/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/calligra/calligra-2.9.11-r1.ebuild X-VCS-Directories: app-office/calligra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 49c862060915b1c844f73cc10016ae427ee8b8e4 X-VCS-Branch: master Date: Fri, 24 Mar 2017 15:25:10 +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: 19eeb288-8581-4510-a0fa-36535bc7d248 X-Archives-Hash: 237b257c9a5ca42f5c5def60ffa1f50c commit: 49c862060915b1c844f73cc10016ae427ee8b8e4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 24 15:23:10 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 24 15:23:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c86206 app-office/calligra: Fix missing NEEDED entries Adding QA_DT_NEEDED=usr/lib64/libkoversion.so.14.0.0 Gentoo-bug: 613414 Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-office/calligra/calligra-2.9.11-r1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app-office/calligra/calligra-2.9.11-r1.ebuild b/app-office/calligra/calligra-2.9.11-r1.ebuild index a67a0fe9ec1..deb7957310e 100644 --- a/app-office/calligra/calligra-2.9.11-r1.ebuild +++ b/app-office/calligra/calligra-2.9.11-r1.ebuild @@ -219,3 +219,10 @@ src_configure() { kde4-base_src_configure } + +src_install() { + kde4-base_src_install + + # bug 613414 + QA_DT_NEEDED="usr/lib64/libkoversion.so.14.0.0" +}