commit:     69f10f6bc72eb560a8aa7c3fc880eb2e785c1401
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Jun  6 20:03:48 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun  7 00:12:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f10f6b

gui-apps/wf-shell: remove debug symbols

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/16090
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 .../wf-shell/{wf-shell-0.4.0.ebuild => wf-shell-0.4.0-r1.ebuild} | 9 ++-------
 gui-apps/wf-shell/wf-shell-9999.ebuild                           | 9 ++-------
 2 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/gui-apps/wf-shell/wf-shell-0.4.0.ebuild 
b/gui-apps/wf-shell/wf-shell-0.4.0-r1.ebuild
similarity index 85%
rename from gui-apps/wf-shell/wf-shell-0.4.0.ebuild
rename to gui-apps/wf-shell/wf-shell-0.4.0-r1.ebuild
index ab448db2642..21fc54e4ef7 100644
--- a/gui-apps/wf-shell/wf-shell-0.4.0.ebuild
+++ b/gui-apps/wf-shell/wf-shell-0.4.0-r1.ebuild
@@ -18,12 +18,12 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="+pulseaudio debug"
+IUSE="+pulseaudio"
 
 DEPEND="
        dev-cpp/gtkmm:3.0=[wayland]
        dev-libs/gobject-introspection
-       ~gui-wm/wayfire-${PV}[debug=]
+       ~gui-wm/wayfire-${PV}
        >=gui-libs/gtk-layer-shell-0.1
        pulseaudio? ( media-sound/pulseaudio )
 "
@@ -40,10 +40,5 @@ src_configure () {
        local emesonargs=(
                "$(meson_feature pulseaudio pulse)"
        )
-       if use debug; then
-               emesonargs+=(
-                       "-Db_sanitize=address,undefined"
-               )
-       fi
        meson_src_configure
 }

diff --git a/gui-apps/wf-shell/wf-shell-9999.ebuild 
b/gui-apps/wf-shell/wf-shell-9999.ebuild
index ab448db2642..21fc54e4ef7 100644
--- a/gui-apps/wf-shell/wf-shell-9999.ebuild
+++ b/gui-apps/wf-shell/wf-shell-9999.ebuild
@@ -18,12 +18,12 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="+pulseaudio debug"
+IUSE="+pulseaudio"
 
 DEPEND="
        dev-cpp/gtkmm:3.0=[wayland]
        dev-libs/gobject-introspection
-       ~gui-wm/wayfire-${PV}[debug=]
+       ~gui-wm/wayfire-${PV}
        >=gui-libs/gtk-layer-shell-0.1
        pulseaudio? ( media-sound/pulseaudio )
 "
@@ -40,10 +40,5 @@ src_configure () {
        local emesonargs=(
                "$(meson_feature pulseaudio pulse)"
        )
-       if use debug; then
-               emesonargs+=(
-                       "-Db_sanitize=address,undefined"
-               )
-       fi
        meson_src_configure
 }

Reply via email to