Skip to content

Commit

Permalink
media-libs/kvazaar: call econf in proper phase, bug #595934
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.1
  • Loading branch information
aballier committed Oct 3, 2016
1 parent fb1e647 commit c631b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-libs/kvazaar/kvazaar-0.8.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ src_prepare() {
eautoreconf
}

multilib_src_compile() {
multilib_src_configure() {
ECONF_SOURCE="${S}" \
econf \
--docdir "/usr/share/doc/${PF}" \
Expand Down
2 changes: 1 addition & 1 deletion media-libs/kvazaar/kvazaar-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ src_prepare() {
eautoreconf
}

multilib_src_compile() {
multilib_src_configure() {
ECONF_SOURCE="${S}" \
econf \
--docdir "/usr/share/doc/${PF}" \
Expand Down

0 comments on commit c631b18

Please sign in to comment.