commit: 49c862060915b1c844f73cc10016ae427ee8b8e4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 15:23:10 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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"
+}