Skip to content

Commit

Permalink
app-office/calligra: Fix missing NEEDED entries
Browse files Browse the repository at this point in the history
Adding QA_DT_NEEDED=usr/lib64/libkoversion.so.14.0.0

Gentoo-bug: 613414
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
a17r committed Mar 24, 2017
1 parent 72326d7 commit 49c8620
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app-office/calligra/calligra-2.9.11-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 49c8620

Please sign in to comment.