From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1618999-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 8C396158041
	for <garchives@archives.gentoo.org>; Tue,  9 Apr 2024 17:29:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0DB36E2A3A;
	Tue,  9 Apr 2024 17:29:02 +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 DEB29E2A3A
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Apr 2024 17:29:01 +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 DA4D63432FC
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Apr 2024 17:29:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 399DA16BC
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Apr 2024 17:28:57 +0000 (UTC)
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" <arthurzam@gentoo.org>
Message-ID: <1712683728.78055ff21f182cb8943f053b5934e5d295a48d52.arthurzam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-control-center/
X-VCS-Repository: repo/gentoo
X-VCS-Files: mate-base/mate-control-center/mate-control-center-1.28.0.ebuild
X-VCS-Directories: mate-base/mate-control-center/
X-VCS-Committer: arthurzam
X-VCS-Committer-Name: Arthur Zamarin
X-VCS-Revision: 78055ff21f182cb8943f053b5934e5d295a48d52
X-VCS-Branch: master
Date: Tue,  9 Apr 2024 17:28:57 +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: d4856d51-fa46-4f3b-854c-ebe97fa6a599
X-Archives-Hash: 8bf42aa627869b22d444b5ab9ff81cfc

commit:     78055ff21f182cb8943f053b5934e5d295a48d52
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Sun Apr  7 12:45:54 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 17:28:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78055ff2

mate-base/mate-control-center: drop uneeded patch

Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 mate-base/mate-control-center/mate-control-center-1.28.0.ebuild | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild b/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild
index a74dfcd9c48f..3a172d90a638 100644
--- a/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild
+++ b/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild
@@ -63,14 +63,6 @@ BDEPEND="${COMMON_DEPEND}
 	virtual/pkgconfig
 "
 
-PATCHES=(
-	# https://github.com/mate-desktop/mate-control-center/issues/701
-	# temoprarily disable ayatana appindicator support until it's fixed
-	# for 1.28.0 release
-	#"${FILESDIR}"/${PN}-1.26.0-ayatana-detection.patch
-	"${FILESDIR}/${PN}"-1.28.0-optional-systemd.patch
-)
-
 src_configure() {
 	mate_src_configure \
 		--disable-update-mimedb \