From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1558743-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 8BFD0158089
	for <garchives@archives.gentoo.org>; Sat, 30 Sep 2023 09:00:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CFF822BC175;
	Sat, 30 Sep 2023 09:00:05 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id BBB332BC175
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Sep 2023 09:00:05 +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 11BD6335CD2
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Sep 2023 09:00:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D11B1124
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Sep 2023 09:00:02 +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: <1696064355.08f0de768fd792bccc12ec9fc828d5540b79ca12.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnl/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libnl/libnl-9999.ebuild
X-VCS-Directories: dev-libs/libnl/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 08f0de768fd792bccc12ec9fc828d5540b79ca12
X-VCS-Branch: master
Date: Sat, 30 Sep 2023 09:00:02 +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: b66c9362-c21f-4316-8b9c-5484c051a666
X-Archives-Hash: 5a9add1d92f990d5ef0b8cf18f479989

commit:     08f0de768fd792bccc12ec9fc828d5540b79ca12
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 08:59:05 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 08:59:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f0de76

dev-libs/libnl: drop patch merged upstream from 9999

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

 dev-libs/libnl/libnl-9999.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-libs/libnl/libnl-9999.ebuild b/dev-libs/libnl/libnl-9999.ebuild
index 5d2491e1a6f2..b80abc5153fd 100644
--- a/dev-libs/libnl/libnl-9999.ebuild
+++ b/dev-libs/libnl/libnl-9999.ebuild
@@ -65,10 +65,6 @@ MULTILIB_WRAPPED_HEADERS=(
 	/usr/include/libnl3/netlink/cli/utils.h
 )
 
-PATCHES=(
-	"${FILESDIR}"/${PN}-3.8.0-printf-non-bash.patch
-)
-
 src_prepare() {
 	default