From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1640456-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 2438015817D
	for <garchives@archives.gentoo.org>; Sat,  8 Jun 2024 20:06:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8C75D2BC080;
	Sat,  8 Jun 2024 20:06:27 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 608C82BC07F
	for <gentoo-commits@lists.gentoo.org>; Sat,  8 Jun 2024 20:06:27 +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 B0BD7341C4B
	for <gentoo-commits@lists.gentoo.org>; Sat,  8 Jun 2024 20:06:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 26AC71C8E
	for <gentoo-commits@lists.gentoo.org>; Sat,  8 Jun 2024 20:06:23 +0000 (UTC)
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" <julien@jroy.ca>
Message-ID: <1717876894.f8ec00f8a95d76341289467241736a512e1b4a18.julien@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/rsgain/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: media-sound/rsgain/rsgain-3.5.1.ebuild
X-VCS-Directories: media-sound/rsgain/
X-VCS-Committer: julien
X-VCS-Committer-Name: Julien Roy
X-VCS-Revision: f8ec00f8a95d76341289467241736a512e1b4a18
X-VCS-Branch: master
Date: Sat,  8 Jun 2024 20:06:23 +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: 27ed0acd-e574-4890-ba4e-b6a56c9efc0c
X-Archives-Hash: 4910c7f451ca9dc97e5105cfe5d30675
Message-ID: <20240608200623.4IHqKVhDFrepUjTo1DHgF8D-NT3RQY0E5_aCOfA1hNQ@z>

commit:     f8ec00f8a95d76341289467241736a512e1b4a18
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Jun  8 20:01:34 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jun  8 20:01:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8ec00f8

media-sound/rsgain: remove leading whitespace

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 media-sound/rsgain/rsgain-3.5.1.ebuild | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/media-sound/rsgain/rsgain-3.5.1.ebuild b/media-sound/rsgain/rsgain-3.5.1.ebuild
index 096202082..cdb9ec2c4 100644
--- a/media-sound/rsgain/rsgain-3.5.1.ebuild
+++ b/media-sound/rsgain/rsgain-3.5.1.ebuild
@@ -15,24 +15,24 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
 	dev-libs/inih
-        dev-libs/libfmt
-        media-libs/libebur128
-        media-libs/libogg
-        media-libs/libvorbis
-        media-libs/taglib
-        media-video/ffmpeg
+	dev-libs/libfmt
+	media-libs/libebur128
+	media-libs/libogg
+	media-libs/libvorbis
+	media-libs/taglib
+	media-video/ffmpeg
 "
 
 DEPEND="${RDEPEND}"
 
 src_prepare() {
-        cmake_src_prepare
+	cmake_src_prepare
 }
 
 src_configure() {
-        cmake_src_configure
+	cmake_src_configure
 }
 
 src_install() {
-        cmake_src_install
+	cmake_src_install
 }