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 5BF0A1382C5 for ; Thu, 14 May 2020 07:34:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5C86E0830; Thu, 14 May 2020 07:34:14 +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 876E9E0830 for ; Thu, 14 May 2020 07:34:14 +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 8F4DA350A6F for ; Thu, 14 May 2020 07:34:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6885B211 for ; Thu, 14 May 2020 07:34:11 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1589441641.8b567ad7c1ae1b702b470961054d629b4962e14c.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/memcached/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/memcached/memcached-1.6.6.ebuild X-VCS-Directories: net-misc/memcached/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8b567ad7c1ae1b702b470961054d629b4962e14c X-VCS-Branch: master Date: Thu, 14 May 2020 07:34:11 +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: 4d6fca08-7941-4507-a324-be72e731b610 X-Archives-Hash: 89c00f7ec5d6b02c840a3dda82653edd commit: 8b567ad7c1ae1b702b470961054d629b4962e14c Author: Sergei Trofimovich gentoo org> AuthorDate: Thu May 14 07:33:46 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu May 14 07:34:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b567ad7 net-misc/memcached: drop upstreamed ia64 patch, bug #722918 Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/722918 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich gentoo.org> net-misc/memcached/memcached-1.6.6.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-misc/memcached/memcached-1.6.6.ebuild b/net-misc/memcached/memcached-1.6.6.ebuild index 513d593920b..3ff5cfe1d93 100644 --- a/net-misc/memcached/memcached-1.6.6.ebuild +++ b/net-misc/memcached/memcached-1.6.6.ebuild @@ -35,7 +35,6 @@ PATCHES=( "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch" "${FILESDIR}/${PN}-1.4.4-as-needed.patch" "${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch" - "${FILESDIR}/${PN}-1.6.5-ia64.patch" ) src_prepare() {