diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-25 16:14:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-25 16:14:20 +0000 |
commit | 656d92fc0cfa6b5da308a4765d47fcd345d26459 (patch) | |
tree | 4fde83327a73e790b066ac02d8a0d06291d70984 /sys-cluster/pvm/pvm-3.4.5-r3.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-656d92fc0cfa6b5da308a4765d47fcd345d26459.tar.gz gentoo-2-656d92fc0cfa6b5da308a4765d47fcd345d26459.tar.bz2 gentoo-2-656d92fc0cfa6b5da308a4765d47fcd345d26459.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-cluster/pvm/pvm-3.4.5-r3.ebuild')
-rw-r--r-- | sys-cluster/pvm/pvm-3.4.5-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/pvm/pvm-3.4.5-r3.ebuild b/sys-cluster/pvm/pvm-3.4.5-r3.ebuild index 8de0091f55f7..2838c0b8211d 100644 --- a/sys-cluster/pvm/pvm-3.4.5-r3.ebuild +++ b/sys-cluster/pvm/pvm-3.4.5-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.5-r3.ebuild,v 1.2 2008/03/24 19:48:07 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.5-r3.ebuild,v 1.3 2008/03/25 16:14:20 mr_bones_ Exp $ inherit eutils multilib flag-o-matic toolchain-funcs @@ -55,8 +55,8 @@ src_compile() { export PVM_ROOT="${S}" - # libpvm3.a needs to be PIC so other apps can link against it. The - # build system sucks, so it's a huge pain to try to make only the + # libpvm3.a needs to be PIC so other apps can link against it. The + # build system sucks, so it's a huge pain to try to make only the # library PIC. if [[ $(get_libdir) = lib64 ]]; then append-flags -fPIC |