summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2006-02-28 20:20:24 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2006-02-28 20:20:24 +0000
commita6ff73bebf86a3c0836563a2e6531447aa947079 (patch)
tree81281c64f9f425bf7ea36d3e388a37405286e383 /dev-haskell/hdoc/hdoc-0.8.3.ebuild
parentNew upstream version (diff)
downloadgentoo-2-a6ff73bebf86a3c0836563a2e6531447aa947079.tar.gz
gentoo-2-a6ff73bebf86a3c0836563a2e6531447aa947079.tar.bz2
gentoo-2-a6ff73bebf86a3c0836563a2e6531447aa947079.zip
Add ~amd64 and ~sparc to KEYWORDS. Also tidy up ebuild slightly and remove RDEPENDs that are in system.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-haskell/hdoc/hdoc-0.8.3.ebuild')
-rw-r--r--dev-haskell/hdoc/hdoc-0.8.3.ebuild15
1 files changed, 6 insertions, 9 deletions
diff --git a/dev-haskell/hdoc/hdoc-0.8.3.ebuild b/dev-haskell/hdoc/hdoc-0.8.3.ebuild
index 3c6471129764..6746ec818853 100644
--- a/dev-haskell/hdoc/hdoc-0.8.3.ebuild
+++ b/dev-haskell/hdoc/hdoc-0.8.3.ebuild
@@ -1,21 +1,18 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/hdoc-0.8.3.ebuild,v 1.3 2005/05/04 17:07:30 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/hdoc-0.8.3.ebuild,v 1.4 2006/02/28 20:20:24 dcoutts Exp $
DESCRIPTION="A documentation generator for Haskell"
-
HOMEPAGE="http://www.fmi.uni-passau.de/~groessli/hdoc/"
+SRC_URI="http://www.fmi.uni-passau.de/~groessli/hdoc/${P}.tar.gz"
LICENSE="GPL-2"
-
-IUSE=""
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
+IUSE=""
DEPEND="virtual/ghc"
-RDEPEND="virtual/libc"
-
-SRC_URI="http://www.fmi.uni-passau.de/~groessli/hdoc/${P}.tar.gz"
+RDEPEND=""
src_compile() {
econf --with-compiler=ghc || die "econf failed"