diff options
author | Marius Mauch <genone@gentoo.org> | 2007-04-30 20:30:34 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-04-30 20:30:34 +0000 |
commit | 2b080ba8bf399d7a9a39e29e3b9d8073139e0deb (patch) | |
tree | e36146d1fae8be562610d8af5bc46c5b179c6c12 /dev-haskell/mtl/mtl-1.0.ebuild | |
parent | Fix thinko. (diff) | |
download | historical-2b080ba8bf399d7a9a39e29e3b9d8073139e0deb.tar.gz historical-2b080ba8bf399d7a9a39e29e3b9d8073139e0deb.tar.bz2 historical-2b080ba8bf399d7a9a39e29e3b9d8073139e0deb.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'dev-haskell/mtl/mtl-1.0.ebuild')
-rw-r--r-- | dev-haskell/mtl/mtl-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/mtl/mtl-1.0.ebuild b/dev-haskell/mtl/mtl-1.0.ebuild index 142f33de7f57..38fe99c301f5 100644 --- a/dev-haskell/mtl/mtl-1.0.ebuild +++ b/dev-haskell/mtl/mtl-1.0.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/mtl/mtl-1.0.ebuild,v 1.11 2007/04/29 19:05:58 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.0.ebuild,v 1.12 2007/04/30 20:27:58 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 () { |