Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/valentina/
Date: Fri, 19 Feb 2016 09:43:18
Message-Id: 1455874974.1af0ad6b40d6a0ee4744f84f7a3e53992b2da743.fordfrog@gentoo
1 commit: 1af0ad6b40d6a0ee4744f84f7a3e53992b2da743
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 19 09:42:54 2016 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 19 09:42:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af0ad6b
7
8 media-gfx/valentina: added CONFIG+=noStripDebugSymbols to both ebuilds
9
10 Package-Manager: portage-2.2.27
11
12 .../valentina/{valentina-0.4.2.ebuild => valentina-0.4.2-r1.ebuild} | 2 +-
13 media-gfx/valentina/valentina-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-gfx/valentina/valentina-0.4.2.ebuild b/media-gfx/valentina/valentina-0.4.2-r1.ebuild
17 similarity index 92%
18 rename from media-gfx/valentina/valentina-0.4.2.ebuild
19 rename to media-gfx/valentina/valentina-0.4.2-r1.ebuild
20 index a82b3f1..a3e8021 100644
21 --- a/media-gfx/valentina/valentina-0.4.2.ebuild
22 +++ b/media-gfx/valentina/valentina-0.4.2-r1.ebuild
23 @@ -50,7 +50,7 @@ src_configure() {
24 fi
25 done
26
27 - eqmake5 LOCALES="${locales}" CONFIG+=no_ccache Valentina.pro -r
28 + eqmake5 LOCALES="${locales}" CONFIG+=noStripDebugSymbols CONFIG+=no_ccache Valentina.pro -r
29 }
30
31 src_install() {
32
33 diff --git a/media-gfx/valentina/valentina-9999.ebuild b/media-gfx/valentina/valentina-9999.ebuild
34 index bb08d8f..6a64afe 100644
35 --- a/media-gfx/valentina/valentina-9999.ebuild
36 +++ b/media-gfx/valentina/valentina-9999.ebuild
37 @@ -45,7 +45,7 @@ src_configure() {
38 fi
39 done
40
41 - eqmake5 LOCALES="${locales}" CONFIG+=no_ccache Valentina.pro -r
42 + eqmake5 LOCALES="${locales}" CONFIG+=noStripDebugSymbols CONFIG+=no_ccache Valentina.pro -r
43 }
44
45 src_install() {