diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-07-25 18:40:29 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-07-25 18:40:29 +0000 |
commit | e91de6e9850f7f43862fb7a6cfbdff12ac449194 (patch) | |
tree | 5940bdbc56ce03bfa1ed657beb5a3b4d3290b57f /eclass/ghc-package.eclass | |
parent | Add missing x11-libs/libX11 dependency. (diff) | |
download | gentoo-2-e91de6e9850f7f43862fb7a6cfbdff12ac449194.tar.gz gentoo-2-e91de6e9850f7f43862fb7a6cfbdff12ac449194.tar.bz2 gentoo-2-e91de6e9850f7f43862fb7a6cfbdff12ac449194.zip |
Fix use of $(which ghc) for $(type -P ghc) that somehow crept back in.
Diffstat (limited to 'eclass/ghc-package.eclass')
-rw-r--r-- | eclass/ghc-package.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ghc-package.eclass b/eclass/ghc-package.eclass index 31fe7459a8da..80152e09d0e7 100644 --- a/eclass/ghc-package.eclass +++ b/eclass/ghc-package.eclass @@ -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/eclass/ghc-package.eclass,v 1.23 2007/07/25 18:07:02 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ghc-package.eclass,v 1.24 2007/07/25 18:40:29 dcoutts Exp $ # # Author: Andres Loeh <kosmikus@gentoo.org> # Maintained by: Haskell herd <haskell@gentoo.org> |