Skip to content

Commit

Permalink
app-misc/recoll: don't call qmake directly
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
kensington committed Oct 18, 2015
1 parent 0214a66 commit eb44809
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app-misc/recoll/recoll-1.17.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
EAPI="4"

PYTHON_DEPEND="2"
inherit toolchain-funcs qt4-r2 linux-info python
inherit toolchain-funcs qmake-utils qt4-r2 linux-info python

DESCRIPTION="A personal full text search package"
HOMEPAGE="http://www.lesbonscomptes.com/recoll/"
Expand Down Expand Up @@ -103,7 +103,7 @@ src_prepare() {
src_configure() {
local qtconf

use qt4 && qtconf="QMAKEPATH=/usr/bin/qmake"
use qt4 && qtconf="QMAKEPATH=$(qt4_get_bindir)/qmake"

econf \
$(use_with spell aspell) \
Expand Down
6 changes: 3 additions & 3 deletions app-misc/recoll/recoll-1.19.5.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="4"

PYTHON_DEPEND="2"
inherit toolchain-funcs qt4-r2 linux-info python readme.gentoo
inherit toolchain-funcs qmake-utils qt4-r2 linux-info python readme.gentoo

DESCRIPTION="A personal full text search package"
HOMEPAGE="http://www.lesbonscomptes.com/recoll/"
Expand Down Expand Up @@ -116,7 +116,7 @@ src_configure() {
local qtconf

if use qt4 || use webkit; then
qtconf="QMAKEPATH=/usr/bin/qmake"
qtconf="QMAKEPATH=$(qt4_get_bindir)/qmake"
fi

econf \
Expand Down

0 comments on commit eb44809

Please sign in to comment.