From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 44AFB158094 for ; Fri, 30 Sep 2022 03:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 363602BC063; Fri, 30 Sep 2022 03:49:13 +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 21E112BC063 for ; Fri, 30 Sep 2022 03:49:13 +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 5CB1134128B for ; Fri, 30 Sep 2022 03:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F09C95EB for ; Fri, 30 Sep 2022 03:49:10 +0000 (UTC) From: "Sam James" 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" Message-ID: <1664509679.ba2797e42020599bb5ec55bc3cc5891b2c6d5caa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.16.5.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ba2797e42020599bb5ec55bc3cc5891b2c6d5caa X-VCS-Branch: master Date: Fri, 30 Sep 2022 03:49:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6332184c-b66f-45f6-ae87-1e5a0055b9e0 X-Archives-Hash: 0fc4ec62e69ae6dbb16858581e99d4de commit: ba2797e42020599bb5ec55bc3cc5891b2c6d5caa Author: Sam James gentoo org> AuthorDate: Fri Sep 30 03:17:40 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 30 03:47:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2797e4 net-fs/samba: drop obsolete patch Signed-off-by: Sam James gentoo.org> net-fs/samba/samba-4.16.5.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-fs/samba/samba-4.16.5.ebuild b/net-fs/samba/samba-4.16.5.ebuild index 5682cc16258b..4caf13dffc76 100644 --- a/net-fs/samba/samba-4.16.5.ebuild +++ b/net-fs/samba/samba-4.16.5.ebuild @@ -147,7 +147,6 @@ PATCHES=( "${FILESDIR}/${PN}-4.16.1-netdb-defines.patch" "${FILESDIR}/${PN}-4.16.2-fix-musl-without-innetgr.patch" "${FILESDIR}/ldb-2.5.2-skip-wav-tevent-check.patch" - "${FILESDIR}/${P}-glibc-2.36.patch" "${FILESDIR}/${PN}-4.15.9-libunwind-automagic.patch" )