summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2006-07-09 22:56:19 +0000
committerSteve Arnold <nerdboy@gentoo.org>2006-07-09 22:56:19 +0000
commitcab85476fe25d2ecf1bc35dfe938b3b1d7fff431 (patch)
treed8fdd2814ea4e9a11aceba7a9adaa708d885df54 /app-doc/doxygen/doxygen-1.4.3-r1.ebuild
parentRequire libsdl <1.2.11 to fix bug #138739 (diff)
downloadgentoo-2-cab85476fe25d2ecf1bc35dfe938b3b1d7fff431.tar.gz
gentoo-2-cab85476fe25d2ecf1bc35dfe938b3b1d7fff431.tar.bz2
gentoo-2-cab85476fe25d2ecf1bc35dfe938b3b1d7fff431.zip
removed ewarn from pkg_postinst (bug 139761)
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'app-doc/doxygen/doxygen-1.4.3-r1.ebuild')
-rw-r--r--app-doc/doxygen/doxygen-1.4.3-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-doc/doxygen/doxygen-1.4.3-r1.ebuild b/app-doc/doxygen/doxygen-1.4.3-r1.ebuild
index 0d7ad90699a5..9898d9a201fb 100644
--- a/app-doc/doxygen/doxygen-1.4.3-r1.ebuild
+++ b/app-doc/doxygen/doxygen-1.4.3-r1.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.3-r1.ebuild,v 1.13 2006/06/24 01:44:20 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.3-r1.ebuild,v 1.14 2006/07/09 22:56:19 nerdboy Exp $
inherit eutils toolchain-funcs qt3
@@ -104,11 +104,11 @@ src_install() {
pkg_postinst() {
- ewarn
+ einfo
einfo "The USE flags qt3, 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."
- ewarn
+ einfo
}