summaryrefslogtreecommitdiff
path: root/dev-util/krazy2/krazy2-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/krazy2/krazy2-9999.ebuild')
-rw-r--r--dev-util/krazy2/krazy2-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/krazy2/krazy2-9999.ebuild b/dev-util/krazy2/krazy2-9999.ebuild
index c60287a3c35..00f48a344c0 100644
--- a/dev-util/krazy2/krazy2-9999.ebuild
+++ b/dev-util/krazy2/krazy2-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit perl-module qt4-r2 cmake-utils multilib git-2
@@ -30,6 +30,8 @@ RDEPEND="${DEPEND}
CMAKE_USE_DIR="${S}/cppchecks"
+PATCHES=( "${FILESDIR}/${P}-libs.patch" )
+
src_prepare() {
sed -i -e 's/+= ordered/+= ordered nostrip/' \
src/src.pro || die "failed to apply nostrip"