diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2016-02-19 10:42:54 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2016-02-19 10:42:54 +0100 |
commit | 1af0ad6b40d6a0ee4744f84f7a3e53992b2da743 (patch) | |
tree | bc5255a9bb81204ac47f8e19d6eb801a8a69f6a4 /media-gfx/valentina | |
parent | dev-qt/qtgui: remove old revision (diff) | |
download | gentoo-1af0ad6b40d6a0ee4744f84f7a3e53992b2da743.tar.gz gentoo-1af0ad6b40d6a0ee4744f84f7a3e53992b2da743.tar.bz2 gentoo-1af0ad6b40d6a0ee4744f84f7a3e53992b2da743.zip |
media-gfx/valentina: added CONFIG+=noStripDebugSymbols to both ebuilds
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-gfx/valentina')
-rw-r--r-- | media-gfx/valentina/valentina-0.4.2-r1.ebuild (renamed from media-gfx/valentina/valentina-0.4.2.ebuild) | 2 | ||||
-rw-r--r-- | media-gfx/valentina/valentina-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/valentina/valentina-0.4.2.ebuild b/media-gfx/valentina/valentina-0.4.2-r1.ebuild index a82b3f15595f..a3e8021d0772 100644 --- a/media-gfx/valentina/valentina-0.4.2.ebuild +++ b/media-gfx/valentina/valentina-0.4.2-r1.ebuild @@ -50,7 +50,7 @@ src_configure() { fi done - eqmake5 LOCALES="${locales}" CONFIG+=no_ccache Valentina.pro -r + eqmake5 LOCALES="${locales}" CONFIG+=noStripDebugSymbols CONFIG+=no_ccache Valentina.pro -r } src_install() { diff --git a/media-gfx/valentina/valentina-9999.ebuild b/media-gfx/valentina/valentina-9999.ebuild index bb08d8f66ef6..6a64afe5c9cd 100644 --- a/media-gfx/valentina/valentina-9999.ebuild +++ b/media-gfx/valentina/valentina-9999.ebuild @@ -45,7 +45,7 @@ src_configure() { fi done - eqmake5 LOCALES="${locales}" CONFIG+=no_ccache Valentina.pro -r + eqmake5 LOCALES="${locales}" CONFIG+=noStripDebugSymbols CONFIG+=no_ccache Valentina.pro -r } src_install() { |