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 | c21899c193b12951bbae5355fbd5380839846dba (patch) | |
tree | 2c67bce98c14447b9d189ba13ec96e3ea166813c /eclass/ghc-package.eclass | |
parent | Add missing x11-libs/libX11 dependency. (diff) | |
download | historical-c21899c193b12951bbae5355fbd5380839846dba.tar.gz historical-c21899c193b12951bbae5355fbd5380839846dba.tar.bz2 historical-c21899c193b12951bbae5355fbd5380839846dba.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> |