From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1539764-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 2A0D015800A
	for <garchives@archives.gentoo.org>; Mon, 24 Jul 2023 02:00:11 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5F39BE07DB;
	Mon, 24 Jul 2023 02:00:10 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 341EEE07D0
	for <gentoo-commits@lists.gentoo.org>; Mon, 24 Jul 2023 02:00:10 +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 ED363340861
	for <gentoo-commits@lists.gentoo.org>; Mon, 24 Jul 2023 02:00:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 33AE4B9E
	for <gentoo-commits@lists.gentoo.org>; Mon, 24 Jul 2023 02:00:07 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1690163974.0e2f9411bbf99dbe51c1d8661b8d027eb83b379d.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libblockdev/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-libs/libblockdev/libblockdev-3.0.2.ebuild
X-VCS-Directories: sys-libs/libblockdev/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 0e2f9411bbf99dbe51c1d8661b8d027eb83b379d
X-VCS-Branch: master
Date: Mon, 24 Jul 2023 02:00:07 +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: 70220813-051a-4335-a0ca-bd5f34e7e853
X-Archives-Hash: 4f77e1b8bab5fc49c36d7184ad852abf

commit:     0e2f9411bbf99dbe51c1d8661b8d027eb83b379d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 01:59:34 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 01:59:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2f9411

sys-libs/libblockdev: drop obsolete patch

Fixes: 509880352d4898ce16e318c19aa6bfbeea8ceea6
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/libblockdev/libblockdev-3.0.2.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sys-libs/libblockdev/libblockdev-3.0.2.ebuild b/sys-libs/libblockdev/libblockdev-3.0.2.ebuild
index f5bc2e4fb5e5..f1cf573a4058 100644
--- a/sys-libs/libblockdev/libblockdev-3.0.2.ebuild
+++ b/sys-libs/libblockdev/libblockdev-3.0.2.ebuild
@@ -69,10 +69,6 @@ BDEPEND+="
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
 		escrow? ( cryptsetup )"
 
-PATCHES=(
-	"${FILESDIR}"/${PN}-3.0.1-sh_tests.patch
-)
-
 pkg_setup() {
 	python-single-r1_pkg_setup
 }