From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1C281382C5 for ; Sun, 7 Jun 2020 00:12:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 168BEE0ABB; Sun, 7 Jun 2020 00:12:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFD7EE0ABB for ; Sun, 7 Jun 2020 00:12:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB2DA34F265 for ; Sun, 7 Jun 2020 00:12:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85E4C288 for ; Sun, 7 Jun 2020 00:12:30 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1591488735.69f10f6bc72eb560a8aa7c3fc880eb2e785c1401.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wf-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/wf-shell/wf-shell-0.4.0-r1.ebuild gui-apps/wf-shell/wf-shell-0.4.0.ebuild gui-apps/wf-shell/wf-shell-9999.ebuild X-VCS-Directories: gui-apps/wf-shell/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 69f10f6bc72eb560a8aa7c3fc880eb2e785c1401 X-VCS-Branch: master Date: Sun, 7 Jun 2020 00:12:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6bcaf7eb-edb6-4a31-8203-a250749609fe X-Archives-Hash: ae7235f2d5ef9345d4fb6a1bcb96fc1b commit: 69f10f6bc72eb560a8aa7c3fc880eb2e785c1401 Author: Aisha Tammy aisha cc> AuthorDate: Sat Jun 6 20:03:48 2020 +0000 Commit: Aaron Bauman gentoo 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 aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/16090 Signed-off-by: Aaron Bauman 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 }