Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psycopg/
Date: Thu, 31 Aug 2017 17:56:25
Message-Id: 1504202130.04be95246d81880980b1052290007745d634d382.prometheanfire@gentoo
1 commit: 04be95246d81880980b1052290007745d634d382
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 17:54:30 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 17:55:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04be9524
7
8 dev-python/psycopg: remove patch to fix build and bug 629476
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/psycopg/psycopg-2.7.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/psycopg/psycopg-2.7.3.ebuild b/dev-python/psycopg/psycopg-2.7.3.ebuild
16 index 2465308ab2f..8571410b80b 100644
17 --- a/dev-python/psycopg/psycopg-2.7.3.ebuild
18 +++ b/dev-python/psycopg/psycopg-2.7.3.ebuild
19 @@ -28,7 +28,7 @@ DEPEND="${RDEPEND}
20
21 RESTRICT="test"
22 # Remove py3.2 entry from intersphinx setting
23 -PATCHES=( "${FILESDIR}/"${PN}-2.4.2-setup.py.patch )
24 +PATCHES=( )
25
26 S="${WORKDIR}/${MY_P}"