From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1465587-garchives=archives.gentoo.org@lists.gentoo.org>
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 D3CA4158021
	for <garchives@archives.gentoo.org>; Sat, 10 Dec 2022 02:52:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 111CBE0837;
	Sat, 10 Dec 2022 02:52:13 +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 EBA01E0837
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Dec 2022 02:52:12 +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 C937F340C96
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Dec 2022 02:52:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D8EBE5BF
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Dec 2022 02:52:09 +0000 (UTC)
From: "Adam Pimentel" <adam.pimentel@protonmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Adam Pimentel" <adam.pimentel@protonmail.com>
Message-ID: <1670640715.0256c98806dd8d9d7b041c03bcd8deec2423d5d4.adam.pimentel@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/feather/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: net-p2p/feather/feather-2.1.0.ebuild
X-VCS-Directories: net-p2p/feather/
X-VCS-Committer: adam.pimentel
X-VCS-Committer-Name: Adam Pimentel
X-VCS-Revision: 0256c98806dd8d9d7b041c03bcd8deec2423d5d4
X-VCS-Branch: dev
Date: Sat, 10 Dec 2022 02:52:09 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 250d6b0c-7e69-43be-9721-69e330707eff
X-Archives-Hash: e4b4304805ad0fab3c9c9f95b61946bf

commit:     0256c98806dd8d9d7b041c03bcd8deec2423d5d4
Author:     Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
AuthorDate: Sat Dec 10 02:51:55 2022 +0000
Commit:     Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
CommitDate: Sat Dec 10 02:51:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0256c988

Revert "net-p2p/feather: use debug build for FEATURES=nostrip"

This reverts commit 09dc88d356ae466647f5a42c47585e0f1b5070b3.

Signed-off-by: Adam Pimentel <adam.pimentel <AT> protonmail.com>

 net-p2p/feather/feather-2.1.0.ebuild | 48 +++++++++++-------------------------
 1 file changed, 15 insertions(+), 33 deletions(-)

diff --git a/net-p2p/feather/feather-2.1.0.ebuild b/net-p2p/feather/feather-2.1.0.ebuild
index 3124fddfc..a8b19d2ae 100644
--- a/net-p2p/feather/feather-2.1.0.ebuild
+++ b/net-p2p/feather/feather-2.1.0.ebuild
@@ -79,39 +79,21 @@ src_prepare() {
 }
 
 src_configure() {
-	if has nostrip $FEATURES ; then
-		local mycmakeargs=(
-			-DCMAKE_BUILD_TYPE=Debug
-			-DARCH=x86-64
-			-DBUILD_64=ON
-			-DBUILD_TAG="linux-x64"
-			-DDONATE_BEG=OFF
-			-DMANUAL_SUBMODULES=1
-			-DSTATIC=OFF
-			-DSELF_CONTAINED=OFF
-			-DUSE_DEVICE_TREZOR=OFF
-			-DXMRIG=$(usex xmrig)
-			-DWITH_SCANNER=$(usex qrcode)
-			-DCMAKE_DISABLE_FIND_PACKAGE_Git=ON #disables fetching/checking git submodules
-			-DVERSION_IS_RELEASE=true
-		)
-	else
-		local mycmakeargs=(
-			-DCMAKE_BUILD_TYPE=Release
-			-DARCH=x86-64
-			-DBUILD_64=ON
-			-DBUILD_TAG="linux-x64"
-			-DDONATE_BEG=OFF
-			-DMANUAL_SUBMODULES=1
-			-DSTATIC=OFF
-			-DSELF_CONTAINED=OFF
-			-DUSE_DEVICE_TREZOR=OFF
-			-DXMRIG=$(usex xmrig)
-			-DWITH_SCANNER=$(usex qrcode)
-			-DCMAKE_DISABLE_FIND_PACKAGE_Git=ON #disables fetching/checking git submodules
-			-DVERSION_IS_RELEASE=true
-		)
-	fi
+	local mycmakeargs=(
+		-DARCH=x86-64
+		-DBUILD_64=ON
+		-DBUILD_TAG="linux-x64"
+		-DDONATE_BEG=OFF
+		-DMANUAL_SUBMODULES=1
+		-DSTATIC=OFF
+		-DSELF_CONTAINED=OFF
+		-DUSE_DEVICE_TREZOR=OFF
+		-DXMRIG=$(usex xmrig)
+		-DWITH_SCANNER=$(usex qrcode)
+		-DCMAKE_DISABLE_FIND_PACKAGE_Git=ON #disables fetching/checking git submodules
+		-DVERSION_IS_RELEASE=true
+	)
+
 	cmake_src_configure
 }