diff options
author | Josh Grebe <squash@gentoo.org> | 2004-11-09 22:59:15 +0000 |
---|---|---|
committer | Josh Grebe <squash@gentoo.org> | 2004-11-09 22:59:15 +0000 |
commit | 360057fe5a5bfded794651f22cc0d2bce3d0a578 (patch) | |
tree | 9d1f3e017759227ed26a42925258cbeec8067b5b /sys-cluster/pvm/pvm-3.4.4-r2.ebuild | |
parent | Fixing digest (Manifest recommit) (diff) | |
download | gentoo-2-360057fe5a5bfded794651f22cc0d2bce3d0a578.tar.gz gentoo-2-360057fe5a5bfded794651f22cc0d2bce3d0a578.tar.bz2 gentoo-2-360057fe5a5bfded794651f22cc0d2bce3d0a578.zip |
Bug 69497 - Add pvm-3.4.4-r3.ebuild with non-x86 goodness
Diffstat (limited to 'sys-cluster/pvm/pvm-3.4.4-r2.ebuild')
-rw-r--r-- | sys-cluster/pvm/pvm-3.4.4-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/pvm/pvm-3.4.4-r2.ebuild b/sys-cluster/pvm/pvm-3.4.4-r2.ebuild index 1cbd8c6098ee..8cbd48242e39 100644 --- a/sys-cluster/pvm/pvm-3.4.4-r2.ebuild +++ b/sys-cluster/pvm/pvm-3.4.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r2.ebuild,v 1.6 2004/10/09 21:52:30 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r2.ebuild,v 1.7 2004/11/09 22:59:15 squash Exp $ inherit eutils @@ -13,7 +13,7 @@ DEPEND="" RDEPEND="virtual/libc" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~amd64 ~ppc64 ~ia64" +KEYWORDS="x86 ~ppc ~amd64 ~ppc64 ~ia64" S="${WORKDIR}/${MY_P%%.*}" src_unpack() { @@ -58,7 +58,7 @@ src_install() { #environment variables: echo PVM_ROOT=/usr/share/pvm3 > ${T}/98pvm - echo PVM_ARCH=LINUX >> ${T}/98pvm + echo PVM_ARCH=$(${D}/usr/share/pvm3/lib/pvmgetarch) >> ${T}/98pvm insinto /etc/env.d doins ${T}/98pvm } |