summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2017-05-14 18:33:26 -0400
committerMike Gilbert <floppym@gentoo.org>2017-05-14 18:33:26 -0400
commite7878326f5127b3bb61c8ba69428f2ce2ffeec61 (patch)
treefe827a3e94036a32d1c3eca2bd9caeeeba269060 /dev-python/pygit2/pygit2-0.25.1.ebuild
parentdev-python/paver: add python 3.5/3.6 (diff)
downloadgentoo-e7878326f5127b3bb61c8ba69428f2ce2ffeec61.tar.gz
gentoo-e7878326f5127b3bb61c8ba69428f2ce2ffeec61.tar.bz2
gentoo-e7878326f5127b3bb61c8ba69428f2ce2ffeec61.zip
dev-python/pygit2: backport cffi-1.10 fix
Bug: https://bugs.gentoo.org/618470 Package-Manager: Portage-2.3.5_p32, Repoman-2.3.2_p62
Diffstat (limited to 'dev-python/pygit2/pygit2-0.25.1.ebuild')
-rw-r--r--dev-python/pygit2/pygit2-0.25.1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/pygit2/pygit2-0.25.1.ebuild b/dev-python/pygit2/pygit2-0.25.1.ebuild
index a88aff4993c4..35a8f52ddc96 100644
--- a/dev-python/pygit2/pygit2-0.25.1.ebuild
+++ b/dev-python/pygit2/pygit2-0.25.1.ebuild
@@ -21,6 +21,10 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
+PATCHES=(
+ "${FILESDIR}"/pygit2-0.25.1-cffi-1.10.patch
+)
+
python_test() {
esetup.py test
}