From 63151e5ca206373ea7b1da33eb4816b46f302724 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 19 Feb 2016 17:25:37 +0200 Subject: [PATCH] Use noRunPath in ebuild for stable version. --HG-- branch : develop --- dist/ebuild/valentina-0.0.0(template_stable).ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/ebuild/valentina-0.0.0(template_stable).ebuild b/dist/ebuild/valentina-0.0.0(template_stable).ebuild index 8ff8a6bac..79d787d04 100644 --- a/dist/ebuild/valentina-0.0.0(template_stable).ebuild +++ b/dist/ebuild/valentina-0.0.0(template_stable).ebuild @@ -48,7 +48,7 @@ src_configure() { fi done - eqmake5 LOCALES="${locales}" CONFIG+=no_ccache CONFIG+=noDebugSymbols Valentina.pro -r + eqmake5 LOCALES="${locales}" CONFIG+=noRunPath CONFIG+=no_ccache CONFIG+=noDebugSymbols Valentina.pro -r } src_install() {