diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-03 22:32:36 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-03 22:32:36 +0000 |
commit | 1aee4cb0218fefc4b638b225c3bcdffdbccd2d8a (patch) | |
tree | 39b839cbcc66705297ec35a9710435ee950c4ee5 /dev-libs/botan/botan-1.4.11.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-1aee4cb0218fefc4b638b225c3bcdffdbccd2d8a.tar.gz gentoo-2-1aee4cb0218fefc4b638b225c3bcdffdbccd2d8a.tar.bz2 gentoo-2-1aee4cb0218fefc4b638b225c3bcdffdbccd2d8a.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-libs/botan/botan-1.4.11.ebuild')
-rw-r--r-- | dev-libs/botan/botan-1.4.11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/botan/botan-1.4.11.ebuild b/dev-libs/botan/botan-1.4.11.ebuild index b7c3c9153f95..7532ee6db78b 100644 --- a/dev-libs/botan/botan-1.4.11.ebuild +++ b/dev-libs/botan/botan-1.4.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.11.ebuild,v 1.1 2006/01/06 08:12:24 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.11.ebuild,v 1.2 2007/03/03 22:32:36 genone Exp $ # Comments/fixes to lloyd@randombit.net (author) @@ -59,7 +59,7 @@ src_compile() { fi cd ${S} - einfo "Enabling modules: " ${modules} + elog "Enabling modules: " ${modules} # FIXME: We might actually be on *BSD or OS X... ./configure.pl --noauto gcc-linux-${CHOSTARCH} --modules=$modules || |