diff options
author | 2005-11-18 11:43:54 +0000 | |
---|---|---|
committer | 2005-11-18 11:43:54 +0000 | |
commit | e74532d1da8109afb44bab4909d8ed5eb6fa805d (patch) | |
tree | 097623fe359bbca604bb77ae4012825f6ac84dc3 /dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild | |
parent | add -j1 to makeopts to fix build failure (aqbanking) (diff) | |
download | gentoo-2-e74532d1da8109afb44bab4909d8ed5eb6fa805d.tar.gz gentoo-2-e74532d1da8109afb44bab4909d8ed5eb6fa805d.tar.bz2 gentoo-2-e74532d1da8109afb44bab4909d8ed5eb6fa805d.zip |
Fixed bug #112707.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild')
-rw-r--r-- | dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild b/dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild index f7d8d7f8197d..25ae34da57c3 100644 --- a/dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild +++ b/dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild,v 1.1 2005/05/08 22:22:06 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild,v 1.2 2005/11/18 11:43:54 araujo Exp $ inherit base eutils ghc-package @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="=virtual/ghc-6.4 +DEPEND=">=virtual/ghc-6.4 >=dev-haskell/haddock-0.6" RDEPEND="" @@ -43,4 +43,5 @@ src_install() { || die "make failed" ghc-makeghcilib ${D}/$(ghc-libdir)/libhsshellscript.a ghc-install-pkg + fperms 0644 $(ghc-libdir)/imports/hsshellscript.h } |