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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1581615A7D9 for ; Thu, 16 Mar 2023 08:41:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A778AE07FE; Thu, 16 Mar 2023 08:41:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 937CAE07FE for ; Thu, 16 Mar 2023 08:41:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D180B340AC0 for ; Thu, 16 Mar 2023 08:41:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 634F18F0 for ; Thu, 16 Mar 2023 08:41:51 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1678871422.452c852a3490db23476a1d0d314cd3f452d36e73.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify-adblock/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/spotify-adblock/spotify-adblock-1.0.1.ebuild media-sound/spotify-adblock/spotify-adblock-1.0.2.ebuild X-VCS-Directories: media-sound/spotify-adblock/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 452c852a3490db23476a1d0d314cd3f452d36e73 X-VCS-Branch: master Date: Thu, 16 Mar 2023 08:41:51 +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: adf297ad-5371-4ba4-8722-bc6033c2a7ae X-Archives-Hash: 74c46888a5a257470528e2feb2401ebe commit: 452c852a3490db23476a1d0d314cd3f452d36e73 Author: Nicola Smaniotto gmail com> AuthorDate: Wed Mar 15 09:10:22 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Mar 15 09:10:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=452c852a media-sound/spotify-adblock: handle the debug USE flag Closes: https://bugs.gentoo.org/901309 Signed-off-by: Nicola Smaniotto gmail.com> media-sound/spotify-adblock/spotify-adblock-1.0.1.ebuild | 2 +- media-sound/spotify-adblock/spotify-adblock-1.0.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/spotify-adblock/spotify-adblock-1.0.1.ebuild b/media-sound/spotify-adblock/spotify-adblock-1.0.1.ebuild index 6a30973e9..6dff05976 100644 --- a/media-sound/spotify-adblock/spotify-adblock-1.0.1.ebuild +++ b/media-sound/spotify-adblock/spotify-adblock-1.0.1.ebuild @@ -59,7 +59,7 @@ src_install(){ dobin "${T}/spotify-adblock" # library - newlib.so target/release/libspotifyadblock.so ${PN}.so + newlib.so target/$(usex debug debug release)/libspotifyadblock.so ${PN}.so # config insinto "/etc/${PN}" diff --git a/media-sound/spotify-adblock/spotify-adblock-1.0.2.ebuild b/media-sound/spotify-adblock/spotify-adblock-1.0.2.ebuild index 017a35ea2..235769524 100644 --- a/media-sound/spotify-adblock/spotify-adblock-1.0.2.ebuild +++ b/media-sound/spotify-adblock/spotify-adblock-1.0.2.ebuild @@ -59,7 +59,7 @@ src_install(){ dobin "${T}/spotify-adblock" # library - newlib.so target/release/libspotifyadblock.so ${PN}.so + newlib.so target/$(usex debug debug release)/libspotifyadblock.so ${PN}.so # config insinto "/etc/${PN}"