summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-05-24 23:06:13 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-05-24 23:06:13 +0000
commit673c673e29f1a2bf4db08a7565ab1d7b3848fccb (patch)
tree42dfe7a78af3336b57f9ac2c75336c444e884df7 /sys-cluster/pvm
parentRevision bump for security bug 93782; tidy old vulnerable versions. (diff)
downloadgentoo-2-673c673e29f1a2bf4db08a7565ab1d7b3848fccb.tar.gz
gentoo-2-673c673e29f1a2bf4db08a7565ab1d7b3848fccb.tar.bz2
gentoo-2-673c673e29f1a2bf4db08a7565ab1d7b3848fccb.zip
(#86959) Try unsetting PVM_ARCH in src_compile() to get around problem with switching arch names and an /etc/env.d file screwing things up.
Diffstat (limited to 'sys-cluster/pvm')
-rw-r--r--sys-cluster/pvm/ChangeLog6
-rw-r--r--sys-cluster/pvm/pvm-3.4.5.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-cluster/pvm/ChangeLog b/sys-cluster/pvm/ChangeLog
index de6f3aaa170e..9abb8da992a5 100644
--- a/sys-cluster/pvm/ChangeLog
+++ b/sys-cluster/pvm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/pvm
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/ChangeLog,v 1.18 2005/04/01 17:11:12 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/ChangeLog,v 1.19 2005/05/24 23:06:13 spyderous Exp $
+
+ 24 May 2005; Donnie Berkholz <spyderous@gentoo.org>; pvm-3.4.5.ebuild:
+ (#86959) Try unsetting PVM_ARCH in src_compile() to get around problem with
+ switching arch names and an /etc/env.d file screwing things up.
01 Apr 2005; Aron Griffis <agriffis@gentoo.org> pvm-3.4.4-r3.ebuild:
stable on ia64
diff --git a/sys-cluster/pvm/pvm-3.4.5.ebuild b/sys-cluster/pvm/pvm-3.4.5.ebuild
index 9d5c57127d85..b8c095efdd05 100644
--- a/sys-cluster/pvm/pvm-3.4.5.ebuild
+++ b/sys-cluster/pvm/pvm-3.4.5.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/pvm/pvm-3.4.5.ebuild,v 1.1 2005/02/22 06:45:40 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.5.ebuild,v 1.2 2005/05/24 23:06:13 spyderous Exp $
inherit eutils
@@ -38,6 +38,8 @@ src_unpack() {
}
src_compile() {
+ unset PVM_ARCH
+
export PVM_ROOT="${S}"
emake || die
}