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
commit0561b85a3d31b87104f30fc155344dcdaa71ecec (patch)
treef8fce14abe41c2760ee076e0660d4b4528e811be /dev-haskell/hmake
parentremove bogus ChangeLog entry (diff)
downloadgentoo-2-0561b85a3d31b87104f30fc155344dcdaa71ecec.tar.gz
gentoo-2-0561b85a3d31b87104f30fc155344dcdaa71ecec.tar.bz2
gentoo-2-0561b85a3d31b87104f30fc155344dcdaa71ecec.zip
Added dependency on sandbox-1.2.12 due to bug #97441.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-haskell/hmake')
-rw-r--r--dev-haskell/hmake/ChangeLog5
-rw-r--r--dev-haskell/hmake/hmake-3.10.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-haskell/hmake/ChangeLog b/dev-haskell/hmake/ChangeLog
index 582418c1f0f1..3fcdbdfcd1ac 100644
--- a/dev-haskell/hmake/ChangeLog
+++ b/dev-haskell/hmake/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hmake
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.16 2005/08/05 13:54:23 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.17 2005/08/17 12:51:36 kosmikus Exp $
+
+ 17 Aug 2005; Andres Loeh <loeh@gentoo.org> hmake-3.10.ebuild:
+ Added dependency on sandbox-1.2.12 due to bug #97441.
05 Aug 2005; Andres Loeh <kosmikus@gentoo.org> -hmake-3.08.ebuild,
-hmake-3.09.ebuild:
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"
}