diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2008-09-29 21:56:33 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2008-09-29 21:56:33 +0000 |
commit | 2b07bc9b7cb34509d97c607eea32625c11c4c48b (patch) | |
tree | a8d06e4888fd1a4c2cb0fd437fbe6f2dcbc0d82a /dev-util/darcs | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-2b07bc9b7cb34509d97c607eea32625c11c4c48b.tar.gz gentoo-2-2b07bc9b7cb34509d97c607eea32625c11c4c48b.tar.bz2 gentoo-2-2b07bc9b7cb34509d97c607eea32625c11c4c48b.zip |
Patch dev-util/darcs-1.0.9 to add support for >=dev-lang/ghc-6.8
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/darcs')
-rw-r--r-- | dev-util/darcs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/darcs/darcs-1.0.9.ebuild | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-util/darcs/ChangeLog b/dev-util/darcs/ChangeLog index a8c0b9d509dc..cc52e0028084 100644 --- a/dev-util/darcs/ChangeLog +++ b/dev-util/darcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/darcs # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/ChangeLog,v 1.90 2008/09/29 21:11:45 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/ChangeLog,v 1.91 2008/09/29 21:56:33 kolmodin Exp $ + + 29 Sep 2008; Lennart Kolmodin <kolmodin@gentoo.org> darcs-1.0.9.ebuild: + Patch darcs-1.0.9 to add support for ghc-6.8.x *darcs-2.1.0_pre2 (29 Sep 2008) diff --git a/dev-util/darcs/darcs-1.0.9.ebuild b/dev-util/darcs/darcs-1.0.9.ebuild index aa5d011cbf2f..ddcd43670969 100644 --- a/dev-util/darcs/darcs-1.0.9.ebuild +++ b/dev-util/darcs/darcs-1.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.9.ebuild,v 1.13 2008/06/17 00:19:51 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.9.ebuild,v 1.14 2008/09/29 21:56:33 kolmodin Exp $ inherit base autotools eutils @@ -17,7 +17,6 @@ IUSE="doc" DEPEND=">=net-misc/curl-7.10.2 >=dev-lang/ghc-6.2.2 - <dev-lang/ghc-6.8 =dev-haskell/quickcheck-1* dev-haskell/mtl dev-haskell/html @@ -43,7 +42,13 @@ pkg_setup() { src_unpack() { base_src_unpack + # For GHC 6.8* compatibility, make sure + # * the new openFd/fdToHandle API is found + # * to use the containers package, if it exists + # Works with all GHC versions cd "${S}" + epatch "${FILESDIR}/${PN}-1.1.0pre1-ghc68.patch" + epatch "${FILESDIR}/${P}-bashcomp.patch" # If we're going to use the CFLAGS with GHC's -optc flag then we'd better |