diff options
author | 2012-01-14 10:48:44 +0000 | |
---|---|---|
committer | 2012-01-14 10:48:44 +0000 | |
commit | 8d4eae319495b35b0378c731b9c1f86f551025e2 (patch) | |
tree | 5d099a7b5a07609589f86ea64de4bf99b3a6275e /media-libs/qhull/qhull-2010.1-r2.ebuild | |
parent | Version bump #384465 by teidakankan with updates by Justin Lecher. (diff) | |
download | historical-8d4eae319495b35b0378c731b9c1f86f551025e2.tar.gz historical-8d4eae319495b35b0378c731b9c1f86f551025e2.tar.bz2 historical-8d4eae319495b35b0378c731b9c1f86f551025e2.zip |
Fix quotes
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'media-libs/qhull/qhull-2010.1-r2.ebuild')
-rw-r--r-- | media-libs/qhull/qhull-2010.1-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/qhull/qhull-2010.1-r2.ebuild b/media-libs/qhull/qhull-2010.1-r2.ebuild index 904773658eb7..d5525ccf1c54 100644 --- a/media-libs/qhull/qhull-2010.1-r2.ebuild +++ b/media-libs/qhull/qhull-2010.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-2010.1-r2.ebuild,v 1.7 2012/01/14 10:36:56 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-2010.1-r2.ebuild,v 1.8 2012/01/14 10:48:44 xarthisius Exp $ EAPI=3 @@ -22,8 +22,8 @@ PATCHES=( "${FILESDIR}/${P}-cmake-install.patch" "${FILESDIR}/${P}-overflows.pat src_configure() { append-flags -fno-strict-aliasing mycmakeargs=" - -DLIB_INSTALL_DIR=${EPREFIX}/usr/$(get_libdir) - -DDOC_INSTALL_DIR=${EPREFIX}/usr/share/doc/${PF} + -DLIB_INSTALL_DIR="${EPREFIX}"/usr/$(get_libdir) + -DDOC_INSTALL_DIR="${EPREFIX}"/usr/share/doc/${PF} $(cmake-utils_use_with static-libs STATIC_LIBS) $(cmake-utils_use_with doc DOCS)" cmake-utils_src_configure |