Package-Manager: Portage-2.3.6, Repoman-2.3.1
-diff --git a/kimera.pro b/kimera.pro
-index 0d4f0be..a2b63da 100644
--- a/kimera.pro
+++ b/kimera.pro
@@ -90,7 +90,7 @@ SOURCES = \
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=3
DOCS="AUTHORS README*"
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-underlinking.patch
+}
+
src_configure() {
local myconf="target.path=/usr/$(get_libdir)/${P}"
use anthy || myconf="${myconf} no_anthy=1"
eqmake4 kimera.pro ${myconf}
}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-underlinking.patch
-}