Skip to content

Commit

Permalink
www-misc/urlcheck: fix for network-2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Nov 28, 2014
1 parent ebb01c8 commit debabae
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions www-misc/urlcheck/urlcheck-0.1.1-r1.ebuild
Expand Up @@ -7,7 +7,7 @@ EAPI=5
# ebuild generated by hackport 0.3.1.9999

CABAL_FEATURES="bin"
inherit base haskell-cabal
inherit eutils haskell-cabal

DESCRIPTION="Parallel link checker"
HOMEPAGE="http://code.haskell.org/~dons/code/urlcheck"
Expand All @@ -20,9 +20,16 @@ IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.2
dev-haskell/mtl
dev-haskell/network
>=dev-lang/ghc-6.10.4"
>=dev-haskell/cabal-1.2
dev-haskell/mtl
dev-haskell/network
dev-haskell/network-uri
>=dev-lang/ghc-6.10.4
"

PATCHES=("${FILESDIR}"/${P}-base-4.patch)
src_prepare() {
epatch "${FILESDIR}"/${P}-base-4.patch

cabal_chdeps \
'network' 'network, network-uri'
}

0 comments on commit debabae

Please sign in to comment.