From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1635181-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 575111581D3
	for <garchives@archives.gentoo.org>; Sat, 25 May 2024 12:40:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 76AABE2A04;
	Sat, 25 May 2024 12:40:32 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 3DA47E2A04
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 May 2024 12:40:32 +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 64B92335C11
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 May 2024 12:40:31 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E4911AE0
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 May 2024 12:40:29 +0000 (UTC)
From: "Alexander Weber" <web.alexander@web.de>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Weber" <web.alexander@web.de>
Message-ID: <1716640749.2b2fb2cccfd367f2bf6f50e9141e24b18337b57c.web.alexander@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/ReGreet/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: gui-apps/ReGreet/ReGreet-9999.ebuild
X-VCS-Directories: gui-apps/ReGreet/
X-VCS-Committer: web.alexander
X-VCS-Committer-Name: Alexander Weber
X-VCS-Revision: 2b2fb2cccfd367f2bf6f50e9141e24b18337b57c
X-VCS-Branch: dev
Date: Sat, 25 May 2024 12:40:29 +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: 966b0465-7419-474e-ba5c-34086ea11a47
X-Archives-Hash: 3cdfe41971840002aa34293699dbb075

commit:     2b2fb2cccfd367f2bf6f50e9141e24b18337b57c
Author:     Alexander Weber <web.alexander <AT> web <DOT> de>
AuthorDate: Sat May 25 12:37:13 2024 +0000
Commit:     Alexander Weber <web.alexander <AT> web <DOT> de>
CommitDate: Sat May 25 12:39:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b2fb2cc

gui-apps/ReGreet-9999: Remove patch already in upstream
fix some white spaces

Signed-off-by: Alexander Weber <web.alexander <AT> web.de>

 gui-apps/ReGreet/ReGreet-9999.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gui-apps/ReGreet/ReGreet-9999.ebuild b/gui-apps/ReGreet/ReGreet-9999.ebuild
index 27cc380fb..27369bc3a 100644
--- a/gui-apps/ReGreet/ReGreet-9999.ebuild
+++ b/gui-apps/ReGreet/ReGreet-9999.ebuild
@@ -231,18 +231,16 @@ RDEPEND="
 	gui-libs/gtk
 	gui-libs/greetd
 	dev-libs/glib
- 	media-libs/graphene
- 	x11-libs/cairo
- 	x11-libs/gdk-pixbuf
- 	x11-libs/pango
+	media-libs/graphene
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf
+	x11-libs/pango
 "
 BDEPEND="
 	virtual/rust
 "
 IUSE="systemd openrc"
 
-PATCHES="${FILESDIR}/ReGreet-0.1.1-cargo-lock-fix.diff"
-
 QA_FLAGS_IGNORED="usr/bin/regreet"
 
 src_unpack() {