diff options
Diffstat (limited to 'dev-python/python-ldap/python-ldap-2.4.12.ebuild')
-rw-r--r-- | dev-python/python-ldap/python-ldap-2.4.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-ldap/python-ldap-2.4.12.ebuild b/dev-python/python-ldap/python-ldap-2.4.12.ebuild index c7c1d01625b1..244926f6a337 100644 --- a/dev-python/python-ldap/python-ldap-2.4.12.ebuild +++ b/dev-python/python-ldap/python-ldap-2.4.12.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/dev-python/python-ldap/python-ldap-2.4.12.ebuild,v 1.1 2013/06/03 06:18:37 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.12.ebuild,v 1.2 2013/06/27 14:29:10 xmw Exp $ EAPI=5 @@ -29,7 +29,7 @@ DEPEND="${RDEPEND} python_prepare_all() { sed -e "s:^library_dirs =.*:library_dirs = /usr/$(get_libdir) /usr/$(get_libdir)/sasl2:" \ - -e "s:^include_dirs =.*:include_dirs = ${EPREFIX}/usr/include ${EPREFIX}/usr/include/sasl:" \ + -e "s:^include_dirs =.*:include_dirs = \"${EPREFIX}\"/usr/include \"${EPREFIX}\"/usr/include/sasl:" \ -i setup.cfg || die "error fixing setup.cfg" local mylibs="ldap" |