diff options
Diffstat (limited to 'app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild')
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild index 02b87bc96c5d..c47b880a86ec 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild,v 1.2 2013/05/11 22:00:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild,v 1.3 2013/07/30 16:43:35 ssuominen Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -39,6 +39,10 @@ pkg_setup() { fi } +src_prepare() { + epatch "${FILESDIR}"/${P}-cython.patch +} + src_configure() { use python && python_export_best |