From: Duncan Coutts Date: Sun, 29 Apr 2007 17:11:52 +0000 (+0000) Subject: alex-2.0.1 does work with ghc-6.6, adjusting the DEPEND to reflect that X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=476f8cf338aa1ca76730d1a75bcf57d348931a53;p=gentoo.git alex-2.0.1 does work with ghc-6.6, adjusting the DEPEND to reflect that Package-Manager: portage-2.1.2.2 --- diff --git a/dev-haskell/alex/ChangeLog b/dev-haskell/alex/ChangeLog index f258b6d58c1e..885a7a7e2e1a 100644 --- a/dev-haskell/alex/ChangeLog +++ b/dev-haskell/alex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/alex # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/ChangeLog,v 1.25 2007/04/29 14:32:00 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/ChangeLog,v 1.26 2007/04/29 17:11:52 dcoutts Exp $ + + 29 Apr 2007; Duncan Coutts alex-2.0.1-r1.ebuild: + alex-2.0.1 does work with ghc-6.6, adjusting the DEPEND to reflect that *alex-2.1.0 (29 Apr 2007) diff --git a/dev-haskell/alex/alex-2.0.1-r1.ebuild b/dev-haskell/alex/alex-2.0.1-r1.ebuild index 59c7f882c354..53c2c72a7e40 100644 --- a/dev-haskell/alex/alex-2.0.1-r1.ebuild +++ b/dev-haskell/alex/alex-2.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/alex-2.0.1-r1.ebuild,v 1.14 2007/04/29 14:32:00 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/alex-2.0.1-r1.ebuild,v 1.15 2007/04/29 17:11:52 dcoutts Exp $ # # USE variable summary: # doc - Build extra documenation from DocBook sources, @@ -21,7 +21,6 @@ KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86" LICENSE="as-is" DEPEND=">=virtual/ghc-6.2 - =dev-libs/libxslt-1.1.2 )"