diff options
Diffstat (limited to 'dev-haskell/hunit/hunit-1.1.ebuild')
-rw-r--r-- | dev-haskell/hunit/hunit-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/hunit/hunit-1.1.ebuild b/dev-haskell/hunit/hunit-1.1.ebuild index 716723b7fd8f..c5aaaf986a42 100644 --- a/dev-haskell/hunit/hunit-1.1.ebuild +++ b/dev-haskell/hunit/hunit-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.ebuild,v 1.11 2007/04/29 19:04:15 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.ebuild,v 1.12 2007/04/30 20:26:01 genone Exp $ inherit ghc-package @@ -18,7 +18,7 @@ DEPEND="=virtual/ghc-6.4* pkg_setup () { ghc-package_pkg_setup - einfo "This library is already provided by ghc. This ebuild does nothing." + elog "This library is already provided by ghc. This ebuild does nothing." } src_install () { |