summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Loeh <kosmikus@gentoo.org>2004-11-10 19:02:26 +0000
committerAndres Loeh <kosmikus@gentoo.org>2004-11-10 19:02:26 +0000
commit44f9cc0740b73bb0f44e183b82f6d235b063cf4c (patch)
tree184756d64793666387255dc055211baa767d7c30 /dev-haskell/wxhaskell
parentEbuild submitted by Bruce Guenter <bruceg@em.ca>; bug #70470 not fully done y... (diff)
downloadgentoo-2-44f9cc0740b73bb0f44e183b82f6d235b063cf4c.tar.gz
gentoo-2-44f9cc0740b73bb0f44e183b82f6d235b063cf4c.tar.bz2
gentoo-2-44f9cc0740b73bb0f44e183b82f6d235b063cf4c.zip
Fixed bug #70683.
Diffstat (limited to 'dev-haskell/wxhaskell')
-rw-r--r--dev-haskell/wxhaskell/ChangeLog5
-rw-r--r--dev-haskell/wxhaskell/wxhaskell-0.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/wxhaskell/ChangeLog b/dev-haskell/wxhaskell/ChangeLog
index 56770a06742f..a4d35e432912 100644
--- a/dev-haskell/wxhaskell/ChangeLog
+++ b/dev-haskell/wxhaskell/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/wxhaskell
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxhaskell/ChangeLog,v 1.9 2004/10/26 13:57:18 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxhaskell/ChangeLog,v 1.10 2004/11/10 19:02:26 kosmikus Exp $
+
+ 10 Nov 2004; Andres Loeh <kosmikus@gentoo.org> wxhaskell-0.8.ebuild:
+ Fixed bug #70683.
26 Oct 2004; Andres Loeh <kosmikus@gentoo.org> wxhaskell-0.8.ebuild:
Marked stable on x86.
diff --git a/dev-haskell/wxhaskell/wxhaskell-0.8.ebuild b/dev-haskell/wxhaskell/wxhaskell-0.8.ebuild
index 60de28c03bb0..ccdd5d8e0190 100644
--- a/dev-haskell/wxhaskell/wxhaskell-0.8.ebuild
+++ b/dev-haskell/wxhaskell/wxhaskell-0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxhaskell/wxhaskell-0.8.ebuild,v 1.4 2004/10/26 13:57:18 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxhaskell/wxhaskell-0.8.ebuild,v 1.5 2004/11/10 19:02:26 kosmikus Exp $
inherit wxwidgets
@@ -82,7 +82,7 @@ pkg_postinst() {
einfo "Registering wxcore package"
wxhlibdir=${ghclibdir} ghc-pkg -u -i ${ghclibdir}/wxcore.pkg
einfo "Registering wx package"
- wxhlibdir=${ghclibdir} ghc-pkg -u -i ${ghclibdir}/config/wx.pkg
+ wxhlibdir=${ghclibdir} ghc-pkg -u -i ${ghclibdir}/wx.pkg
}
pkg_postrm() {