diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-10-31 10:30:09 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-10-31 10:30:09 +0000 |
commit | 914af4ce87271e382a5360242123eb811ee8dab4 (patch) | |
tree | 2fff9a8c7a8642e7b0e15c4bb7ab7a787065c0d5 /sys-cluster | |
parent | Version bump alpha (diff) | |
download | gentoo-2-914af4ce87271e382a5360242123eb811ee8dab4.tar.gz gentoo-2-914af4ce87271e382a5360242123eb811ee8dab4.tar.bz2 gentoo-2-914af4ce87271e382a5360242123eb811ee8dab4.zip |
Fixed quoting
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/maui/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/maui/maui-3.3.1-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-cluster/maui/ChangeLog b/sys-cluster/maui/ChangeLog index 371c9d568c4b..f85453b8e4b8 100644 --- a/sys-cluster/maui/ChangeLog +++ b/sys-cluster/maui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/maui # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.24 2011/09/06 08:23:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.25 2011/10/31 10:30:09 jlec Exp $ + + 31 Oct 2011; Justin Lecher <jlec@gentoo.org> maui-3.3.1-r2.ebuild: + Fixed quoting 06 Sep 2011; Justin Lecher <jlec@gentoo.org> maui-3.2.6_p16.ebuild, maui-3.2.6_p21.ebuild, maui-3.2.6_p21-r1.ebuild, maui-3.3.ebuild, diff --git a/sys-cluster/maui/maui-3.3.1-r2.ebuild b/sys-cluster/maui/maui-3.3.1-r2.ebuild index 6ac77dbad153..1fddc03c8d61 100644 --- a/sys-cluster/maui/maui-3.3.1-r2.ebuild +++ b/sys-cluster/maui/maui-3.3.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild,v 1.3 2011/09/06 08:23:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild,v 1.4 2011/10/31 10:30:09 jlec Exp $ EAPI="4" @@ -40,8 +40,8 @@ src_prepare() { src_configure() { local myconf - use pbs && myconf="--with-pbs="${EPREFIX}"/usr" - use slurm && myconf="--with-wiki --with-key=${MAUI_KEY}" + use pbs && myconf="--with-pbs=${EPREFIX}/usr" + use slurm && myconf+=" --with-wiki --with-key=${MAUI_KEY}" econf \ --with-spooldir="${EPREFIX}"/var/spool/${PN} \ ${myconf} |