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
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')
-rw-r--r--dev-haskell/hmake/ChangeLog5
-rw-r--r--dev-haskell/hmake/Manifest10
-rw-r--r--dev-haskell/hmake/hmake-3.10.ebuild10
3 files changed, 14 insertions, 11 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/Manifest b/dev-haskell/hmake/Manifest
index 6441986857a8..18d6033dd91b 100644
--- a/dev-haskell/hmake/Manifest
+++ b/dev-haskell/hmake/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 190789a671acf967e8fa8d24ead14672 hmake-3.10.ebuild 1446
-MD5 926ad6f98e52bca3f430c451c071c1da ChangeLog 2274
+MD5 458a337aec610064f5c315112b5a3757 hmake-3.10.ebuild 1448
+MD5 f07083fcc033c17aa2752ffe81fa4fb2 ChangeLog 2395
MD5 e0ce59fd27b9382896cdb87d5fa48f89 metadata.xml 286
MD5 fdfe8526461bed837798b8d287cc82bb files/digest-hmake-3.10 62
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFC82+qOKSBj1ObwosRAo8NAKCXBbzdQ4udIdSx0E0Ck6D1rhMHoQCgnUQL
-myr5UlRUc0Y3i4pwfp22lxI=
-=qiUq
+iD8DBQFDAzMPOKSBj1ObwosRAvMxAKCCi8pQ0Pxyq71NqaEho2NyfblWfQCcCyPX
+At1XHEtRaod66WQZOBiOpa8=
+=SUtG
-----END PGP SIGNATURE-----
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"
}