diff options
Diffstat (limited to 'dev-python/sip/sip-4.3.2.ebuild')
-rw-r--r-- | dev-python/sip/sip-4.3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/sip/sip-4.3.2.ebuild b/dev-python/sip/sip-4.3.2.ebuild index 8f0052bef4ab..b2ef9066d8d3 100644 --- a/dev-python/sip/sip-4.3.2.ebuild +++ b/dev-python/sip/sip-4.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.3.2.ebuild,v 1.2 2006/04/01 19:05:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.3.2.ebuild,v 1.3 2007/03/05 03:08:01 genone Exp $ inherit distutils @@ -41,6 +41,6 @@ src_install() { pkg_postinst() { echo "" - einfo "Please note, that you have to emerge PyQt again, when upgrading from sip-3.x." + elog "Please note, that you have to emerge PyQt again, when upgrading from sip-3.x." echo "" } |