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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E16621382C5 for ; Wed, 17 Feb 2021 22:04:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A130E0875; Wed, 17 Feb 2021 22:04:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2ECDE0875 for ; Wed, 17 Feb 2021 22:04:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F7893419EA for ; Wed, 17 Feb 2021 22:04:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 181734DE for ; Wed, 17 Feb 2021 22:04:46 +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: <1613599375.55c8970fe3ba6648c27b2a259f0657bbe2a025dc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgcrypt/libgcrypt-1.9.2.ebuild X-VCS-Directories: dev-libs/libgcrypt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 55c8970fe3ba6648c27b2a259f0657bbe2a025dc X-VCS-Branch: master Date: Wed, 17 Feb 2021 22:04:46 +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: 27367a76-a39d-4a71-9255-66ea6d58ac09 X-Archives-Hash: 5b6af225e43d84785ee67a607655a4d7 commit: 55c8970fe3ba6648c27b2a259f0657bbe2a025dc Author: Sam James gentoo org> AuthorDate: Wed Feb 17 22:02:49 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 17 22:02:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c8970f dev-libs/libgcrypt: drop obsolete patch in 1.9.2 Fixed upstream in 1.9.0. See: https://github.com/gpg/libgcrypt/commit/0f4545b441b6fbdd6e9c4e95f5f2a367483e78ad Thanks-to: Thomas Deutschmann gentoo.org> Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-libs/libgcrypt/libgcrypt-1.9.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/libgcrypt/libgcrypt-1.9.2.ebuild b/dev-libs/libgcrypt/libgcrypt-1.9.2.ebuild index f705df9a0bb..584154b6ff2 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.9.2.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.9.2.ebuild @@ -19,7 +19,6 @@ DEPEND="${RDEPEND}" BDEPEND="doc? ( virtual/texi2dvi )" PATCHES=( - "${FILESDIR}"/${PN}-1.6.1-uscore.patch "${FILESDIR}"/${PN}-multilib-syspath.patch )