diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2010-03-02 02:31:24 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2010-03-02 02:31:24 +0000 |
commit | 3a7a7481cf2a6df6b9f6ba2d6be2763d63670eb0 (patch) | |
tree | 13822afbf5ddcd4231d5aa665446df0ffb6f88fa /sys-cluster/maui/maui-3.2.6_p16.ebuild | |
parent | Update deps and remove unnecessary ldflags mangling. (diff) | |
download | gentoo-2-3a7a7481cf2a6df6b9f6ba2d6be2763d63670eb0.tar.gz gentoo-2-3a7a7481cf2a6df6b9f6ba2d6be2763d63670eb0.tar.bz2 gentoo-2-3a7a7481cf2a6df6b9f6ba2d6be2763d63670eb0.zip |
Update deps, fix repoman warning.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/maui/maui-3.2.6_p16.ebuild')
-rw-r--r-- | sys-cluster/maui/maui-3.2.6_p16.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/maui/maui-3.2.6_p16.ebuild b/sys-cluster/maui/maui-3.2.6_p16.ebuild index 9379bd16b68f..b922f92f9983 100644 --- a/sys-cluster/maui/maui-3.2.6_p16.ebuild +++ b/sys-cluster/maui/maui-3.2.6_p16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.2.6_p16.ebuild,v 1.4 2009/09/23 20:41:42 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.2.6_p16.ebuild,v 1.5 2010/03/02 02:31:24 jsbronder Exp $ inherit autotools eutils multilib @@ -8,7 +8,7 @@ DESCRIPTION="Maui Cluster Scheduler" HOMEPAGE="http://www.clusterresources.com/products/maui/" SRC_URI="http://www.clusterresources.com/downloads/maui/${P/_/}.tar.gz" IUSE="" -DEPEND="virtual/pbs" +DEPEND="sys-cluster/torque" RDEPEND="${DEPEND}" SLOT="0" LICENSE="maui" @@ -38,7 +38,7 @@ src_compile() { } src_install() { - make install INST_DIR=${D}/usr + make install INST_DIR="${D}"/usr cd docs dodoc README mauidocs.html |