summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2011-12-23 05:59:46 +0000
committerMike Gilbert <floppym@gentoo.org>2011-12-23 05:59:46 +0000
commit88758140d6cb8c902dc8e9da7bc15e16316875a2 (patch)
treebcd885446b428c6ecb4a94078501dcd738744776 /dev-python/pycxx
parentAdd patch to fix the hash_handler prototype under python-3.2. Should resolve ... (diff)
downloadgentoo-2-88758140d6cb8c902dc8e9da7bc15e16316875a2.tar.gz
gentoo-2-88758140d6cb8c902dc8e9da7bc15e16316875a2.tar.bz2
gentoo-2-88758140d6cb8c902dc8e9da7bc15e16316875a2.zip
Add upstream bug url for last change.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pycxx')
-rw-r--r--dev-python/pycxx/ChangeLog6
-rw-r--r--dev-python/pycxx/files/pycxx-6.2.3-python-3.2-Py_hash_t.patch1
-rw-r--r--dev-python/pycxx/pycxx-6.2.3-r3.ebuild3
3 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/pycxx/ChangeLog b/dev-python/pycxx/ChangeLog
index 3b030ce484b0..52a79659466e 100644
--- a/dev-python/pycxx/ChangeLog
+++ b/dev-python/pycxx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pycxx
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/ChangeLog,v 1.36 2011/12/23 05:30:44 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/ChangeLog,v 1.37 2011/12/23 05:59:45 floppym Exp $
+
+ 23 Dec 2011; Mike Gilbert <floppym@gentoo.org>
+ files/pycxx-6.2.3-python-3.2-Py_hash_t.patch, pycxx-6.2.3-r3.ebuild:
+ Add upstream bug url for last change.
*pycxx-6.2.3-r3 (23 Dec 2011)
diff --git a/dev-python/pycxx/files/pycxx-6.2.3-python-3.2-Py_hash_t.patch b/dev-python/pycxx/files/pycxx-6.2.3-python-3.2-Py_hash_t.patch
index 6b9d54d3a477..c2bb0b78fdb4 100644
--- a/dev-python/pycxx/files/pycxx-6.2.3-python-3.2-Py_hash_t.patch
+++ b/dev-python/pycxx/files/pycxx-6.2.3-python-3.2-Py_hash_t.patch
@@ -1,3 +1,4 @@
+https://sourceforge.net/tracker/?func=detail&aid=3464317&group_id=3180&atid=303180
--- Src/Python3/cxx_extensions.cxx
+++ Src/Python3/cxx_extensions.cxx
@@ -225,7 +225,11 @@
diff --git a/dev-python/pycxx/pycxx-6.2.3-r3.ebuild b/dev-python/pycxx/pycxx-6.2.3-r3.ebuild
index 8d6fc612fe6d..819c38751fb1 100644
--- a/dev-python/pycxx/pycxx-6.2.3-r3.ebuild
+++ b/dev-python/pycxx/pycxx-6.2.3-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/pycxx-6.2.3-r3.ebuild,v 1.1 2011/12/23 05:30:44 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/pycxx-6.2.3-r3.ebuild,v 1.2 2011/12/23 05:59:45 floppym Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -25,6 +25,7 @@ src_prepare() {
epatch "${FILESDIR}/${P}-python-3.2.patch"
# Bug 369329.
+ # https://sourceforge.net/tracker/?func=detail&aid=3464317&group_id=3180&atid=303180
epatch "${FILESDIR}/${P}-python-3.2-Py_hash_t.patch"
sed -e "/^#include/s:/Python[23]/:/:" -i CXX/*/*.hxx || die "sed failed"