diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-04-29 22:41:35 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-04-29 22:41:35 +0000 |
commit | 5497661e753a78ac71963d353d26c97e6586a1d0 (patch) | |
tree | ec7eb1be03c9fbe1fef007e32cb8dc684ae6d2b0 /dev-haskell/http | |
parent | Version bump. Fixes 2 security issues with modelines and other bugs. (diff) | |
download | gentoo-2-5497661e753a78ac71963d353d26c97e6586a1d0.tar.gz gentoo-2-5497661e753a78ac71963d353d26c97e6586a1d0.tar.bz2 gentoo-2-5497661e753a78ac71963d353d26c97e6586a1d0.zip |
Add missing dep on >=dev-haskell/network-1.0
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-haskell/http')
-rw-r--r-- | dev-haskell/http/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/http/http-2006.7.7.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-haskell/http/ChangeLog b/dev-haskell/http/ChangeLog index 055c4032ee03..d289d0b48b2c 100644 --- a/dev-haskell/http/ChangeLog +++ b/dev-haskell/http/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/http -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.3 2006/10/12 18:46:07 dcoutts Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.4 2007/04/29 22:41:35 dcoutts Exp $ + + 29 Apr 2007; Duncan Coutts <dcoutts@gentoo.org> http-2006.7.7.ebuild: + Add missing dep on >=dev-haskell/network-1.0 12 Oct 2006; Duncan Coutts <dcoutts@gentoo.org> -http-2006.7.5.ebuild: Remove old revision diff --git a/dev-haskell/http/http-2006.7.7.ebuild b/dev-haskell/http/http-2006.7.7.ebuild index 763f663562e5..d1a6d2f9d5f7 100644 --- a/dev-haskell/http/http-2006.7.7.ebuild +++ b/dev-haskell/http/http-2006.7.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-2006.7.7.ebuild,v 1.1 2006/07/08 19:06:13 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-2006.7.7.ebuild,v 1.2 2007/04/29 22:41:35 dcoutts Exp $ CABAL_FEATURES="lib profile haddock" inherit base versionator eutils haskell-cabal @@ -21,7 +21,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=virtual/ghc-6.4" +DEPEND=">=virtual/ghc-6.4 + >=dev-haskell/network-1.0" S="${WORKDIR}/${PN}-${MY_PV}" |