summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Loeh <kosmikus@gentoo.org>2004-12-17 12:08:04 +0000
committerAndres Loeh <kosmikus@gentoo.org>2004-12-17 12:08:04 +0000
commit21340cc3b8cfec253a7703e6236dfed4aaea8be4 (patch)
tree58cf91ee593bffd790b937f689c37194030f496e /dev-haskell
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-21340cc3b8cfec253a7703e6236dfed4aaea8be4.tar.gz
gentoo-2-21340cc3b8cfec253a7703e6236dfed4aaea8be4.tar.bz2
gentoo-2-21340cc3b8cfec253a7703e6236dfed4aaea8be4.zip
Fixed IUSE.
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/hs-plugins/ChangeLog5
-rw-r--r--dev-haskell/hs-plugins/hs-plugins-0.9.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/hs-plugins/ChangeLog b/dev-haskell/hs-plugins/ChangeLog
index 3dd0e7e611ad..a5d6b8776355 100644
--- a/dev-haskell/hs-plugins/ChangeLog
+++ b/dev-haskell/hs-plugins/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hs-plugins
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-plugins/ChangeLog,v 1.2 2004/10/20 23:15:01 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-plugins/ChangeLog,v 1.3 2004/12/17 12:08:04 kosmikus Exp $
+
+ 17 Dec 2004; Andres Loeh <kosmikus@gentoo.org> hs-plugins-0.9.6.ebuild:
+ Fixed IUSE.
21 Oct 2004; Andres Loeh <kosmikus@gentoo.org> hs-plugins-0.9.6.ebuild:
Fixed dependency on ghc.
diff --git a/dev-haskell/hs-plugins/hs-plugins-0.9.6.ebuild b/dev-haskell/hs-plugins/hs-plugins-0.9.6.ebuild
index ccc587762874..c39f6339d31a 100644
--- a/dev-haskell/hs-plugins/hs-plugins-0.9.6.ebuild
+++ b/dev-haskell/hs-plugins/hs-plugins-0.9.6.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-plugins/hs-plugins-0.9.6.ebuild,v 1.2 2004/10/20 23:15:01 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-plugins/hs-plugins-0.9.6.ebuild,v 1.3 2004/12/17 12:08:04 kosmikus Exp $
inherit base
-IUSE=""
+IUSE="doc"
DESCRIPTION="Dynamically Loaded Haskell Plugins"
HOMEPAGE="http://www.cse.unsw.edu.au/~dons/hs-plugins/"