diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-09-08 03:24:17 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-09-08 19:40:15 +0200 |
commit | 7659f3413368ddb2fb02687364111d405f8b0888 (patch) | |
tree | 62989cc8f461870581783d9aa38d86503e355fd6 /dev-python/python-eventlib/python-eventlib-0.2.1.ebuild | |
parent | 798a2879c2bd0255f6da5a46cb01202ba3086cdd (diff) | |
download | gentoo-7659f3413368ddb2fb02687364111d405f8b0888.tar.gz gentoo-7659f3413368ddb2fb02687364111d405f8b0888.tar.xz |
dev-python/python-eventlib: fix build with libressl
Diffstat (limited to 'dev-python/python-eventlib/python-eventlib-0.2.1.ebuild')
-rw-r--r-- | dev-python/python-eventlib/python-eventlib-0.2.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/python-eventlib/python-eventlib-0.2.1.ebuild b/dev-python/python-eventlib/python-eventlib-0.2.1.ebuild index 3dab2cae473..e5be68ebf75 100644 --- a/dev-python/python-eventlib/python-eventlib-0.2.1.ebuild +++ b/dev-python/python-eventlib/python-eventlib-0.2.1.ebuild @@ -23,3 +23,5 @@ RDEPEND=" dev-python/greenlet[${PYTHON_USEDEP}] dev-python/twisted-core[${PYTHON_USEDEP}] " + +PATCHES=( "${FILESDIR}/${P}-libressl.patch" ) |