summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-07-25 18:40:29 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-07-25 18:40:29 +0000
commitc21899c193b12951bbae5355fbd5380839846dba (patch)
tree2c67bce98c14447b9d189ba13ec96e3ea166813c /eclass/ghc-package.eclass
parentAdd missing x11-libs/libX11 dependency. (diff)
downloadhistorical-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.eclass2
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>