diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-03-10 16:04:21 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-03-10 16:04:21 +0000 |
commit | 9c0aeebde360cf9c369d96369fa5c378d2fde54d (patch) | |
tree | 6e30c3826a9648f815093f623b0d01803320f731 /dev-util/bustle/bustle-0.4.0.ebuild | |
parent | Fix DEPS, remove setuptools which aren't needed (diff) | |
download | gentoo-2-9c0aeebde360cf9c369d96369fa5c378d2fde54d.tar.gz gentoo-2-9c0aeebde360cf9c369d96369fa5c378d2fde54d.tar.bz2 gentoo-2-9c0aeebde360cf9c369d96369fa5c378d2fde54d.zip |
Fix build failure against forthcoming ghc-7.4
(Portage version: 2.2.0_alpha90_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/bustle/bustle-0.4.0.ebuild')
-rw-r--r-- | dev-util/bustle/bustle-0.4.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-util/bustle/bustle-0.4.0.ebuild b/dev-util/bustle/bustle-0.4.0.ebuild index 54a6387c0805..b6ddd04635c1 100644 --- a/dev-util/bustle/bustle-0.4.0.ebuild +++ b/dev-util/bustle/bustle-0.4.0.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bustle/bustle-0.4.0.ebuild,v 1.3 2012/02/16 04:22:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bustle/bustle-0.4.0.ebuild,v 1.4 2012/03/10 16:04:21 slyfox Exp $ # ebuild generated by hackport 0.2.14 EAPI=4 CABAL_FEATURES="bin" -inherit haskell-cabal toolchain-funcs +inherit base haskell-cabal toolchain-funcs DESCRIPTION="Draw pretty sequence diagrams of D-Bus traffic" -HOMEPAGE="http://hackage.haskell.org/package/bustle" +HOMEPAGE="http://willthompson.co.uk/bustle/" SRC_URI="http://willthompson.co.uk/${PN}/releases/${PV}/${P}.tar.gz http://dev.gentoo.org/~slyfox/bustle-0.4.0-tests.tar.gz" LICENSE="LGPL-2 GPL-2" # bustle-dbus-monitor.c is GPL-2, rest is LGPL-2 @@ -46,6 +46,8 @@ DEPEND="${RDEPEND} ) " +PATCHES=("${FILESDIR}"/${P}-ghc-7.4.patch) + src_configure() { cabal_src_configure $(use test && use_enable test tests) #395351 } |