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 0593A1396D0 for ; Thu, 31 Aug 2017 17:56:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 400441FC005; Thu, 31 Aug 2017 17:56:24 +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 189751FC005 for ; Thu, 31 Aug 2017 17:56:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2D2A833BE69 for ; Thu, 31 Aug 2017 17:56:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3A358939 for ; Thu, 31 Aug 2017 17:56:21 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1504202130.04be95246d81880980b1052290007745d634d382.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psycopg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/psycopg/psycopg-2.7.3.ebuild X-VCS-Directories: dev-python/psycopg/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 04be95246d81880980b1052290007745d634d382 X-VCS-Branch: master Date: Thu, 31 Aug 2017 17:56:21 +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-Archives-Salt: eb4f5c15-cdaf-4cfa-b748-c60979edb948 X-Archives-Hash: ba8d7b73127a67ecff41efe584192f02 commit: 04be95246d81880980b1052290007745d634d382 Author: Matthew Thode gentoo org> AuthorDate: Thu Aug 31 17:54:30 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Aug 31 17:55:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04be9524 dev-python/psycopg: remove patch to fix build and bug 629476 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/psycopg/psycopg-2.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/psycopg/psycopg-2.7.3.ebuild b/dev-python/psycopg/psycopg-2.7.3.ebuild index 2465308ab2f..8571410b80b 100644 --- a/dev-python/psycopg/psycopg-2.7.3.ebuild +++ b/dev-python/psycopg/psycopg-2.7.3.ebuild @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} RESTRICT="test" # Remove py3.2 entry from intersphinx setting -PATCHES=( "${FILESDIR}/"${PN}-2.4.2-setup.py.patch ) +PATCHES=( ) S="${WORKDIR}/${MY_P}"