summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/searchmonkey/searchmonkey-2.0.0-r1.ebuild8
1 files 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 34061ebf5259..917331f46e39 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() {