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
This commit is contained in:
Mike Gilbert
2017-05-14 18:33:26 -04:00
parent 2b67b42dde
commit e7878326f5
2 changed files with 59 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/pygit2-0.25.1-cffi-1.10.patch
)
python_test() {
esetup.py test
}