summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2009-12-06 03:52:44 +0000
committerJustin Bronder <jsbronder@gentoo.org>2009-12-06 03:52:44 +0000
commit7d5eaf22dd9c5db15df8984677bd82a85b0d2d11 (patch)
tree230ae35f3e330fca155e01f2a936f74dbcdd2668 /app-misc/wipe
parentAdd blocker for app-misc/wipe, #295841 (diff)
downloadgentoo-2-7d5eaf22dd9c5db15df8984677bd82a85b0d2d11.tar.gz
gentoo-2-7d5eaf22dd9c5db15df8984677bd82a85b0d2d11.tar.bz2
gentoo-2-7d5eaf22dd9c5db15df8984677bd82a85b0d2d11.zip
Add blocker for sys-cluster/lam-mpi, #295841
(Portage version: 2.2_rc55/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/wipe')
-rw-r--r--app-misc/wipe/ChangeLog8
-rw-r--r--app-misc/wipe/wipe-2.2.20050509.ebuild5
2 files changed, 10 insertions, 3 deletions
diff --git a/app-misc/wipe/ChangeLog b/app-misc/wipe/ChangeLog
index d90a8cdb92fb..733c6754137c 100644
--- a/app-misc/wipe/ChangeLog
+++ b/app-misc/wipe/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/wipe
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wipe/ChangeLog,v 1.22 2009/06/19 22:11:58 ranger Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/wipe/ChangeLog,v 1.23 2009/12/06 03:52:44 jsbronder Exp $
+
+ 06 Dec 2009; Justin Bronder <jsbronder@gentoo.org>
+ wipe-2.2.20050509.ebuild:
+ Add blocker for sys-cluster/lam-mpi, #295841
19 Jun 2009; Brent Baude <ranger@gentoo.org> wipe-2.2.20050509.ebuild:
keyworded ~arch for ppc64, bug 272584
diff --git a/app-misc/wipe/wipe-2.2.20050509.ebuild b/app-misc/wipe/wipe-2.2.20050509.ebuild
index 7d9119ad8b5c..89989c346225 100644
--- a/app-misc/wipe/wipe-2.2.20050509.ebuild
+++ b/app-misc/wipe/wipe-2.2.20050509.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wipe/wipe-2.2.20050509.ebuild,v 1.8 2009/06/19 22:11:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/wipe/wipe-2.2.20050509.ebuild,v 1.9 2009/12/06 03:52:44 jsbronder Exp $
inherit versionator toolchain-funcs
@@ -17,6 +17,9 @@ SLOT="0"
KEYWORDS="amd64 ppc ~ppc64 sparc x86"
IUSE=""
+DEPEND="!sys-cluster/lam-mpi"
+RDEPEND="${DEPEND}"
+
src_compile() {
econf
sed -i -e "s:-pipe -O2:${CFLAGS}:" "${S}"/Makefile || die "sed failed"