diff options
Diffstat (limited to 'sci-electronics/kicad/kicad-20060424.ebuild')
-rw-r--r-- | sci-electronics/kicad/kicad-20060424.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sci-electronics/kicad/kicad-20060424.ebuild b/sci-electronics/kicad/kicad-20060424.ebuild index a46cd8e158bd..1cc8e24140c9 100644 --- a/sci-electronics/kicad/kicad-20060424.ebuild +++ b/sci-electronics/kicad/kicad-20060424.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20060424.ebuild,v 1.4 2006/06/10 07:59:04 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20060424.ebuild,v 1.5 2006/07/07 17:24:52 calchan Exp $ inherit eutils wxwidgets @@ -108,10 +108,10 @@ pkg_postinst() { ewarn "- Fix the libraries' locations in the 'Libs and Dir' preferences." ewarn "- Emerge kicad without the 'minimal' USE flag." else - einfo "Please note that the PDF datasheets that can be linked to components from the default libraries" - einfo "cannot be mirrored by Gentoo for legal reasons." - einfo "If you want them, you need to download them yourself from :" - einfo "${HOMEPAGE}" - einfo "and install them manually." + elog "Please note that the PDF datasheets that can be linked to components from the default libraries" + elog "cannot be mirrored by Gentoo for legal reasons." + elog "If you want them, you need to download them yourself from :" + elog "${HOMEPAGE}" + elog "and install them manually." fi } |