From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1490482-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) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 5FB0C15802F
	for <garchives@archives.gentoo.org>; Sat, 25 Feb 2023 21:15:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7351DE03EC;
	Sat, 25 Feb 2023 21:15:53 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 37450E03EC
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 Feb 2023 21:15:52 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 09A4D335D6F
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 Feb 2023 21:15:52 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 54F8E8C1
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 Feb 2023 21:15:50 +0000 (UTC)
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" <cyber+gentoo@sysrq.in>
Message-ID: <1677358050.ce6459f16b313ca129e5f5f974ad111eb4602ae2.cybertailor@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-apps/gotosocial/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: www-apps/gotosocial/gotosocial-0.7.1.ebuild
X-VCS-Directories: www-apps/gotosocial/
X-VCS-Committer: cybertailor
X-VCS-Committer-Name: Anna Vyalkova
X-VCS-Revision: ce6459f16b313ca129e5f5f974ad111eb4602ae2
X-VCS-Branch: dev
Date: Sat, 25 Feb 2023 21:15:50 +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: ddfbcb08-b397-46dd-96b1-54eb2fd94477
X-Archives-Hash: 7a62348fe386612a7be556ec83168119

commit:     ce6459f16b313ca129e5f5f974ad111eb4602ae2
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Feb 25 20:45:04 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Feb 25 20:47:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce6459f1

www-apps/gotosocial: drop silly thing

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 www-apps/gotosocial/gotosocial-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/gotosocial/gotosocial-0.7.1.ebuild b/www-apps/gotosocial/gotosocial-0.7.1.ebuild
index ab55a004b..1c68e65f3 100644
--- a/www-apps/gotosocial/gotosocial-0.7.1.ebuild
+++ b/www-apps/gotosocial/gotosocial-0.7.1.ebuild
@@ -76,7 +76,7 @@ src_test() {
 	GOFLAGS="${GOFLAGS//-v/}"
 	GOFLAGS="${GOFLAGS//-x/}"
 
-	ego test -vet off ./... | tee /dev/null
+	ego test -vet off ./...
 }
 
 src_install() {