diff options
author | 2013-08-27 04:22:20 +0000 | |
---|---|---|
committer | 2013-08-27 04:22:20 +0000 | |
commit | 871ac8191781f86051ff3e4f2e14fbdbb1fcfb47 (patch) | |
tree | adc6162e973a18991d97080b4c214bc8ea7275d3 /dev-haskell/network-conduit | |
parent | drop old of EAPI=0 (diff) | |
download | gentoo-2-871ac8191781f86051ff3e4f2e14fbdbb1fcfb47.tar.gz gentoo-2-871ac8191781f86051ff3e4f2e14fbdbb1fcfb47.tar.bz2 gentoo-2-871ac8191781f86051ff3e4f2e14fbdbb1fcfb47.zip |
network-conduit: fix build issue #462128
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/network-conduit')
-rw-r--r-- | dev-haskell/network-conduit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/network-conduit/network-conduit-1.0.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/network-conduit/ChangeLog b/dev-haskell/network-conduit/ChangeLog index 40fad1a79004..759d0af2883d 100644 --- a/dev-haskell/network-conduit/ChangeLog +++ b/dev-haskell/network-conduit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/network-conduit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-conduit/ChangeLog,v 1.1 2013/08/26 03:43:57 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-conduit/ChangeLog,v 1.2 2013/08/27 04:22:20 qnikst Exp $ + + 27 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> + network-conduit-1.0.0.ebuild: + network-conduit: fix build issue #462128 *network-conduit-1.0.0 (26 Aug 2013) diff --git a/dev-haskell/network-conduit/network-conduit-1.0.0.ebuild b/dev-haskell/network-conduit/network-conduit-1.0.0.ebuild index a95d62229eaa..758268994678 100644 --- a/dev-haskell/network-conduit/network-conduit-1.0.0.ebuild +++ b/dev-haskell/network-conduit/network-conduit-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-conduit/network-conduit-1.0.0.ebuild,v 1.1 2013/08/26 03:43:57 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-conduit/network-conduit-1.0.0.ebuild,v 1.2 2013/08/27 04:22:20 qnikst Exp $ EAPI=5 @@ -26,7 +26,7 @@ RDEPEND="=dev-haskell/conduit-1.0*:=[profile?] >=dev-lang/ghc-6.10.4:= <dev-haskell/network-2.2.3:=[profile?] >=dev-haskell/network-2.2.1:=[profile?] - =dev-haskell/network-bytestring-0.1.3*:=[profile?] + >=dev-haskell/network-2.3:=[profile?] " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8" |