diff options
Diffstat (limited to 'app-doc/doxygen/doxygen-1.4.7.ebuild')
-rw-r--r-- | app-doc/doxygen/doxygen-1.4.7.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/doxygen/doxygen-1.4.7.ebuild b/app-doc/doxygen/doxygen-1.4.7.ebuild index 14bcf4814a4c..5cf5274b33ce 100644 --- a/app-doc/doxygen/doxygen-1.4.7.ebuild +++ b/app-doc/doxygen/doxygen-1.4.7.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/app-doc/doxygen/doxygen-1.4.7.ebuild,v 1.1 2006/07/03 01:26:31 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.7.ebuild,v 1.2 2006/07/09 22:56:19 nerdboy Exp $ inherit eutils toolchain-funcs qt3 @@ -97,13 +97,13 @@ src_install() { pkg_postinst() { - ewarn + einfo einfo "The USE flags qt, doc, and tetex will enable doxywizard, or" einfo "the html and pdf documentation, respectively. For examples" einfo "and other goodies, see the source tarball. For some example" einfo "output, run doxygen on the doxygen source using the Doxyfile" einfo "provided in the top-level source dir." - einfo "" + einfo einfo "See the Doxygen homepage for additional language support tools." - ewarn + einfo } |