summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2006-10-11 18:38:06 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2006-10-11 18:38:06 +0000
commit26707e03dad64a2e09989e95e6710f49319198bb (patch)
tree38b2ed4d3459e56891b68173759918c708612596 /dev-haskell/cpphs/cpphs-1.2.ebuild
parentadded support for g15daemon driver, enabled by use-flag g15 (diff)
downloadgentoo-2-26707e03dad64a2e09989e95e6710f49319198bb.tar.gz
gentoo-2-26707e03dad64a2e09989e95e6710f49319198bb.tar.bz2
gentoo-2-26707e03dad64a2e09989e95e6710f49319198bb.zip
Correct the license for cpphs
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-haskell/cpphs/cpphs-1.2.ebuild')
-rw-r--r--dev-haskell/cpphs/cpphs-1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/cpphs/cpphs-1.2.ebuild b/dev-haskell/cpphs/cpphs-1.2.ebuild
index 7cc0080e1542..6fba795936a5 100644
--- a/dev-haskell/cpphs/cpphs-1.2.ebuild
+++ b/dev-haskell/cpphs/cpphs-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild,v 1.6 2006/10/05 03:07:27 cparrott Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild,v 1.7 2006/10/11 18:38:06 dcoutts Exp $
CABAL_FEATURES="bin lib profile"
inherit eutils haskell-cabal
@@ -9,7 +9,7 @@ DESCRIPTION="A liberalised cpp-a-like preprocessor for Haskell"
HOMEPAGE="http://haskell.org/cpphs/"
SRC_URI="http://www.cs.york.ac.uk/fp/cpphs/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86"
IUSE=""