diff options
author | Andres Loeh <kosmikus@gentoo.org> | 2004-11-03 20:38:35 +0000 |
---|---|---|
committer | Andres Loeh <kosmikus@gentoo.org> | 2004-11-03 20:38:35 +0000 |
commit | bfa857e6df5704ad37975ebbf5855b23e0d2e22c (patch) | |
tree | 39e69f2335b2fd4e9e8f2f0a0a016f206ee69bc9 /eclass/ghc-package.eclass | |
parent | Add minimum version detection, and don't run without at least xorg-x11-6.8.0-... (diff) | |
download | gentoo-2-bfa857e6df5704ad37975ebbf5855b23e0d2e22c.tar.gz gentoo-2-bfa857e6df5704ad37975ebbf5855b23e0d2e22c.tar.bz2 gentoo-2-bfa857e6df5704ad37975ebbf5855b23e0d2e22c.zip |
* removed --auto-ghci-libs flag because it produces orphaned files in
the portage tree
Diffstat (limited to 'eclass/ghc-package.eclass')
-rw-r--r-- | eclass/ghc-package.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ghc-package.eclass b/eclass/ghc-package.eclass index e40bdfbec594..69ddd3ce0a9f 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.1 2004/11/03 15:06:41 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ghc-package.eclass,v 1.2 2004/11/03 20:38:35 kosmikus Exp $ # # Author: Andres Loeh <kosmikus@gentoo.org> # @@ -73,7 +73,7 @@ ghc-register-pkg() { for pkg in $(ghc-listpkg ${localpkgconf}); do einfo "Registering ${pkg} ..." $(ghc-getghcpkgbin) -f ${localpkgconf} -s ${pkg} \ - | $(ghc-getghcpkg) -u --auto-ghci-libs --force + | $(ghc-getghcpkg) -u --force done } |