diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:38:49 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:38:49 +0000 |
commit | a81da803a8fe8b1c9af5ec778d10f93746430ce4 (patch) | |
tree | 991a0e7a999b7f10caee6c8bdba18694770a4b74 /media-video/motiontrack/motiontrack-0.1.2.ebuild | |
parent | Convert to use elog. (diff) | |
download | gentoo-2-a81da803a8fe8b1c9af5ec778d10f93746430ce4.tar.gz gentoo-2-a81da803a8fe8b1c9af5ec778d10f93746430ce4.tar.bz2 gentoo-2-a81da803a8fe8b1c9af5ec778d10f93746430ce4.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-video/motiontrack/motiontrack-0.1.2.ebuild')
-rw-r--r-- | media-video/motiontrack/motiontrack-0.1.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-video/motiontrack/motiontrack-0.1.2.ebuild b/media-video/motiontrack/motiontrack-0.1.2.ebuild index b4d6854ddca6..2d6304593b08 100644 --- a/media-video/motiontrack/motiontrack-0.1.2.ebuild +++ b/media-video/motiontrack/motiontrack-0.1.2.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/media-video/motiontrack/motiontrack-0.1.2.ebuild,v 1.3 2006/03/07 16:40:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.2.ebuild,v 1.4 2007/01/05 20:38:49 flameeyes Exp $ DESCRIPTION="A set of tools that detect motion between two images" @@ -34,9 +34,9 @@ src_compile() { if use gd; then if use imagemagick; then - einfo "motiontrack can only use one of libgd or imagemagick, not both." - einfo "default is libgd when debug is unset, imagemagick otherwise." - einfo "please unset one of these use flags if you have other intentions." + elog "motiontrack can only use one of libgd or imagemagick, not both." + elog "default is libgd when debug is unset, imagemagick otherwise." + elog "please unset one of these use flags if you have other intentions." fi fi if use debug; then |