public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wf-shell/
Date: Sun,  7 Jun 2020 00:12:30 +0000 (UTC)	[thread overview]
Message-ID: <1591488735.69f10f6bc72eb560a8aa7c3fc880eb2e785c1401.bman@gentoo> (raw)

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	other threads:[~2020-06-07  0:12 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-07  0:12 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-24 17:06 [gentoo-commits] repo/gentoo:master commit in: gui-apps/wf-shell/ Viorel Munteanu
2024-08-24 17:06 Viorel Munteanu
2024-08-24 17:06 Viorel Munteanu
2024-05-23 16:10 Matt Turner
2024-04-24 14:41 Sam James
2024-03-17  9:15 Arthur Zamarin
2024-03-16 19:24 Arthur Zamarin
2024-03-16 19:24 Arthur Zamarin
2024-03-16 19:24 Arthur Zamarin
2024-01-21  5:04 Sam James
2024-01-19 13:58 Ben Kohler
2024-01-19 13:55 Ben Kohler
2023-12-17 19:55 Arthur Zamarin
2023-05-29 12:23 Andreas Sturmlechner
2023-05-29 12:23 Andreas Sturmlechner
2021-06-18  6:27 Agostino Sarubbo
2021-02-10 13:36 Joonas Niilola
2020-11-18 16:25 Sam James
2020-11-13 21:04 Aaron Bauman
2020-11-09 18:05 Aaron Bauman
2020-08-17  1:36 Aaron Bauman
2020-05-17 15:55 Aaron Bauman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1591488735.69f10f6bc72eb560a8aa7c3fc880eb2e785c1401.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox