diff options
Diffstat (limited to 'sci-electronics/kicad/kicad-20060328.ebuild')
-rw-r--r-- | sci-electronics/kicad/kicad-20060328.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sci-electronics/kicad/kicad-20060328.ebuild b/sci-electronics/kicad/kicad-20060328.ebuild index 9fc8093555a5..6bf22a8312e6 100644 --- a/sci-electronics/kicad/kicad-20060328.ebuild +++ b/sci-electronics/kicad/kicad-20060328.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-20060328.ebuild,v 1.3 2006/04/22 20:15:19 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/kicad/kicad-20060328.ebuild,v 1.4 2006/07/07 17:24:52 calchan Exp $ inherit eutils wxwidgets @@ -91,10 +91,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 } |