diff options
author | Marius Mauch <genone@gentoo.org> | 2007-04-30 20:27:58 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-04-30 20:27:58 +0000 |
commit | 4cd5418a36540513e8a521132340968f2851f05f (patch) | |
tree | 2604f3ff3ebff196cd93773154a94aada8cfad14 /dev-haskell | |
parent | Fix thinko. (diff) | |
download | gentoo-2-4cd5418a36540513e8a521132340968f2851f05f.tar.gz gentoo-2-4cd5418a36540513e8a521132340968f2851f05f.tar.bz2 gentoo-2-4cd5418a36540513e8a521132340968f2851f05f.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/mtl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/mtl/mtl-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/mtl/ChangeLog b/dev-haskell/mtl/ChangeLog index 843d4c01aa8f..bf1eff4bdf2c 100644 --- a/dev-haskell/mtl/ChangeLog +++ b/dev-haskell/mtl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/mtl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.14 2007/04/29 19:05:58 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.15 2007/04/30 20:27:58 genone Exp $ + + 30 Apr 2007; Marius Mauch <genone@gentoo.org> mtl-1.0.ebuild: + Replacing einfo with elog 29 Apr 2007; Duncan Coutts <dcoutts@gentoo.org> mtl-1.0.ebuild: Fix deps so it cannot be installed with ghc-6.6 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 () { |