summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-01-14 10:48:44 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-01-14 10:48:44 +0000
commit961e21a1a5df25b4c5ba4c2a39a7d6f3f72b5571 (patch)
treecb47d08b3816d52a626d8a3ee074ff435108eeb7 /media-libs/qhull
parentVersion bump #384465 by teidakankan with updates by Justin Lecher. (diff)
downloadgentoo-2-961e21a1a5df25b4c5ba4c2a39a7d6f3f72b5571.tar.gz
gentoo-2-961e21a1a5df25b4c5ba4c2a39a7d6f3f72b5571.tar.bz2
gentoo-2-961e21a1a5df25b4c5ba4c2a39a7d6f3f72b5571.zip
Fix quotes
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/qhull')
-rw-r--r--media-libs/qhull/ChangeLog5
-rw-r--r--media-libs/qhull/qhull-2010.1-r2.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/qhull/ChangeLog b/media-libs/qhull/ChangeLog
index d1b99113bd87..2823ab165d43 100644
--- a/media-libs/qhull/ChangeLog
+++ b/media-libs/qhull/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/qhull
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/ChangeLog,v 1.44 2012/01/14 10:36:56 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/ChangeLog,v 1.45 2012/01/14 10:48:44 xarthisius Exp $
+
+ 14 Jan 2012; Kacper Kowalik <xarthisius@gentoo.org> qhull-2010.1-r2.ebuild:
+ Fix quotes
14 Jan 2012; Kacper Kowalik <xarthisius@gentoo.org>
-files/qhull-2003.1-makefile.patch, -qhull-2003.1-r1.ebuild,
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