summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Loeh <kosmikus@gentoo.org>2005-08-17 12:51:36 +0000
committerAndres Loeh <kosmikus@gentoo.org>2005-08-17 12:51:36 +0000
commit070c77006638e4b08272ed468d3232c8a804d89e (patch)
treeda1dc00286df83a53d6d6b5aa83c07d6869185a9 /dev-haskell/hmake/hmake-3.10.ebuild
parentremove bogus ChangeLog entry (diff)
downloadhistorical-070c77006638e4b08272ed468d3232c8a804d89e.tar.gz
historical-070c77006638e4b08272ed468d3232c8a804d89e.tar.bz2
historical-070c77006638e4b08272ed468d3232c8a804d89e.zip
Added dependency on sandbox-1.2.12 due to bug #97441.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-haskell/hmake/hmake-3.10.ebuild')
-rw-r--r--dev-haskell/hmake/hmake-3.10.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-haskell/hmake/hmake-3.10.ebuild b/dev-haskell/hmake/hmake-3.10.ebuild
index c456ba0909ba..7a6428f4a2cc 100644
--- a/dev-haskell/hmake/hmake-3.10.ebuild
+++ b/dev-haskell/hmake/hmake-3.10.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/dev-haskell/hmake/hmake-3.10.ebuild,v 1.2 2005/08/05 13:47:39 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild,v 1.3 2005/08/17 12:51:36 kosmikus Exp $
inherit base fixheadtails
@@ -17,7 +17,10 @@ DEPEND="virtual/ghc
sys-libs/readline"
RDEPEND="sys-libs/readline
virtual/libc
- dev-libs/gmp"
+ dev-libs/gmp
+ >=sys-apps/sandbox-1.2.12"
+
+# sandbox dependency due to bug #97441, #101433
# if using readline, hmake depends also on ncurses; but
# readline already has this dependency
@@ -44,9 +47,6 @@ src_compile() {
--mandir=/usr/share/man/man1 \
${buildwith} || die "./configure failed"
- # workaround for sandbox bug (#97441, #101433)
- addpredict /usr/bin/ghc
-
# emake tested; does not work
emake -j1 || die "make failed"
}