From: Michael Orlitzky Date: Wed, 3 Nov 2010 06:15:06 +0000 (-0400) Subject: Fix the license name and remove a wild tab. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=commitdiff_plain;h=5f662c39e3af5c7c97f3a124b2a305bf5846060e Fix the license name and remove a wild tab. --- diff --git a/dev-haskell/configfile/configfile-1.0.6.ebuild b/dev-haskell/configfile/configfile-1.0.6.ebuild index b2ecbb6..4a344b5 100644 --- a/dev-haskell/configfile/configfile-1.0.6.ebuild +++ b/dev-haskell/configfile/configfile-1.0.6.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Parser and writer for handling sectioned config files in Haskell" HOMEPAGE="https://github.com/jgoerzen/configfile/wiki" SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" -LICENSE="LGPL" +LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" @@ -21,6 +21,6 @@ RDEPEND=">=dev-lang/ghc-6.12.0 >=dev-haskell/missingh-1.0.0.0 <=dev-haskell/mtl-2.0.0.0" DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" + >=dev-haskell/cabal-1.6" S=${WORKDIR}/${MY_P}