diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:51:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:51:21 +0000 |
commit | 5204c54e4bce8c42eb7d7ff70742c0a2d50ef74e (patch) | |
tree | a3962622094ca2c606924d16d04281e23feeb54a /sys-cluster/maui | |
parent | whitespace (diff) | |
download | historical-5204c54e4bce8c42eb7d7ff70742c0a2d50ef74e.tar.gz historical-5204c54e4bce8c42eb7d7ff70742c0a2d50ef74e.tar.bz2 historical-5204c54e4bce8c42eb7d7ff70742c0a2d50ef74e.zip |
whitespace
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'sys-cluster/maui')
-rw-r--r-- | sys-cluster/maui/maui-3.2.6_p13-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/maui/maui-3.2.6_p13.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/maui/maui-3.2.6_p13-r1.ebuild b/sys-cluster/maui/maui-3.2.6_p13-r1.ebuild index 31db404b92c1..6d438b54d2cc 100644 --- a/sys-cluster/maui/maui-3.2.6_p13-r1.ebuild +++ b/sys-cluster/maui/maui-3.2.6_p13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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_p13-r1.ebuild,v 1.3 2006/09/25 05:56:33 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.2.6_p13-r1.ebuild,v 1.4 2007/06/26 02:51:21 mr_bones_ Exp $ inherit multilib @@ -23,7 +23,7 @@ src_compile() { # Torque on Gentoo installs libnet.a, which clobbers libnet.a from libnet. # (Stupid developers.) Unfortunately, libnet also installs libnet.so, which - # Torque doesn't clobber, so when running make we end up linking against + # Torque doesn't clobber, so when running make we end up linking against # .so rather than .a. Big problem. Fix it. sed -i -e "s~-lnet~/usr/$(get_libdir)/pbs/libnet.a~" Makefile diff --git a/sys-cluster/maui/maui-3.2.6_p13.ebuild b/sys-cluster/maui/maui-3.2.6_p13.ebuild index 1dbb759cc72b..8f828d841f44 100644 --- a/sys-cluster/maui/maui-3.2.6_p13.ebuild +++ b/sys-cluster/maui/maui-3.2.6_p13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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_p13.ebuild,v 1.1 2005/07/05 01:25:54 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.2.6_p13.ebuild,v 1.2 2007/06/26 02:51:21 mr_bones_ Exp $ DESCRIPTION="Maui Cluster Scheduler" HOMEPAGE="http://www.clusterresources.com/products/maui/" @@ -21,7 +21,7 @@ src_compile() { # Torque on Gentoo installs libnet.a, which clobbers libnet.a from libnet. # (Stupid developers.) Unfortunately, libnet also installs libnet.so, which - # Torque doesn't clobber, so when running make we end up linking against + # Torque doesn't clobber, so when running make we end up linking against # .so rather than .a. Big problem. Fix it. sed -i -e "s~-lnet~/usr/lib/torque/libnet.a~" Makefile |