commit: 1e7f89dec21208c6096a5558d8bdf090aa1cf9f0 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Jan 14 12:41:55 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jan 14 12:45:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7f89de
app-text/searchmonkey: eqmake4 in src_configure not _compile Closes: https://bugs.gentoo.org/627788 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-text/searchmonkey/searchmonkey-2.0.0-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/searchmonkey/searchmonkey-2.0.0-r1.ebuild b/app-text/searchmonkey/searchmonkey-2.0.0-r1.ebuild index 34061ebf525..917331f46e3 100644 --- a/app-text/searchmonkey/searchmonkey-2.0.0-r1.ebuild +++ b/app-text/searchmonkey/searchmonkey-2.0.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils qmake-utils +inherit desktop qmake-utils MY_PN=${PN}2 MY_P=${PN}_v${PV} @@ -31,8 +31,8 @@ PATCHES=( "${FILESDIR}"/${P}-gcc6.patch ) -src_compile() { - eqmake4 +src_configure() { + eqmake4 searchmonkey_2_0.pro } src_install() {
