diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-24 16:23:10 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-24 16:23:10 +0100 |
commit | 49c862060915b1c844f73cc10016ae427ee8b8e4 (patch) | |
tree | 2b66ec9097b5200b66390f355d9e3912d7715ae5 /app-office/calligra | |
parent | sys-apps/razercfg: version bump (diff) | |
download | gentoo-49c862060915b1c844f73cc10016ae427ee8b8e4.tar.gz gentoo-49c862060915b1c844f73cc10016ae427ee8b8e4.tar.bz2 gentoo-49c862060915b1c844f73cc10016ae427ee8b8e4.zip |
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
Diffstat (limited to 'app-office/calligra')
-rw-r--r-- | app-office/calligra/calligra-2.9.11-r1.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-office/calligra/calligra-2.9.11-r1.ebuild b/app-office/calligra/calligra-2.9.11-r1.ebuild index a67a0fe9ec1d..deb7957310eb 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" +} |