diff options
-rw-r--r-- | app-cdr/binflash/ChangeLog | 6 | ||||
-rw-r--r-- | app-cdr/binflash/binflash-1.46a.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-cdr/binflash/ChangeLog b/app-cdr/binflash/ChangeLog index caaf2f68f224..4d04a771e4d4 100644 --- a/app-cdr/binflash/ChangeLog +++ b/app-cdr/binflash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-cdr/binflash # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/binflash/ChangeLog,v 1.2 2009/03/10 22:14:30 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/binflash/ChangeLog,v 1.3 2009/07/07 22:50:48 flameeyes Exp $ + + 07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> + binflash-1.46a.ebuild: + Use elog for fetch error. *binflash-1.46a (10 Mar 2009) diff --git a/app-cdr/binflash/binflash-1.46a.ebuild b/app-cdr/binflash/binflash-1.46a.ebuild index 3577b550cbee..3f3b80f1b861 100644 --- a/app-cdr/binflash/binflash-1.46a.ebuild +++ b/app-cdr/binflash/binflash-1.46a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/binflash/binflash-1.46a.ebuild,v 1.1 2009/03/10 22:14:30 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/binflash/binflash-1.46a.ebuild,v 1.2 2009/07/07 22:50:48 flameeyes Exp $ MY_PN=${PN/bin/nec} @@ -16,8 +16,8 @@ IUSE="" RESTRICT="fetch strip" pkg_nofetch() { - einfo "We cannot download this file for your due to license restrictions." - einfo "Please visit ${HOMEPAGE} and download ${A} into ${DISTDIR}." + elog "We cannot download this file for your due to license restrictions." + elog "Please visit ${HOMEPAGE} and download ${A} into ${DISTDIR}." } src_install() { |