diff options
Diffstat (limited to 'dev-libs/botan/botan-1.4.9.ebuild')
-rw-r--r-- | dev-libs/botan/botan-1.4.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/botan/botan-1.4.9.ebuild b/dev-libs/botan/botan-1.4.9.ebuild index 388fc3208094..3cd5f9aea400 100644 --- a/dev-libs/botan/botan-1.4.9.ebuild +++ b/dev-libs/botan/botan-1.4.9.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.9.ebuild,v 1.5 2006/01/07 20:31:01 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.9.ebuild,v 1.6 2007/03/03 22:32:36 genone Exp $ inherit eutils # Comments/fixes to lloyd@randombit.net (author) @@ -67,7 +67,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 || |