summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2012-03-07 18:54:33 +0000
committerDavide Pesavento <pesa@gentoo.org>2012-03-07 18:54:33 +0000
commit826719e2af0d54d253a8c35e1061ebcb24d558ff (patch)
tree12f6cff6497e0be48514522ddf55fe3560d20f50 /dev-python/PyQt4
parentMarking PEAR-Services_Weather-1.4.5 ppc for bug 397245 (diff)
downloadgentoo-2-826719e2af0d54d253a8c35e1061ebcb24d558ff.tar.gz
gentoo-2-826719e2af0d54d253a8c35e1061ebcb24d558ff.tar.bz2
gentoo-2-826719e2af0d54d253a8c35e1061ebcb24d558ff.zip
Slightly improve the ewarn message in pkg_postinst().
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/PyQt4')
-rw-r--r--dev-python/PyQt4/ChangeLog5
-rw-r--r--dev-python/PyQt4/PyQt4-4.9.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog
index 2250223f210d..66a37b096aa3 100644
--- a/dev-python/PyQt4/ChangeLog
+++ b/dev-python/PyQt4/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/PyQt4
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.174 2012/03/07 18:46:36 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.175 2012/03/07 18:54:33 pesa Exp $
+
+ 07 Mar 2012; Davide Pesavento <pesa@gentoo.org> PyQt4-4.9.1.ebuild:
+ Slightly improve the ewarn message in pkg_postinst().
07 Mar 2012; Davide Pesavento <pesa@gentoo.org> metadata.xml:
Put qt as the primary herd in metadata.
diff --git a/dev-python/PyQt4/PyQt4-4.9.1.ebuild b/dev-python/PyQt4/PyQt4-4.9.1.ebuild
index 82e27dfd08cf..864360f50834 100644
--- a/dev-python/PyQt4/PyQt4-4.9.1.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.1.ebuild,v 1.5 2012/03/03 11:48:59 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.1.ebuild,v 1.6 2012/03/07 18:54:33 pesa Exp $
EAPI=4
@@ -200,8 +200,8 @@ src_install() {
pkg_postinst() {
python_mod_optimize PyQt4
- ewarn "When updating dev-python/PyQt4, you usually need to rebuild packages, which depend on"
- ewarn "dev-python/PyQt4, such as dev-python/qscintilla-python. If you have app-portage/gentoolkit"
+ ewarn "When updating dev-python/PyQt4, you usually need to rebuild packages that depend on it,"
+ ewarn "such as dev-python/qscintilla-python and kde-base/pykde4. If you have app-portage/gentoolkit"
ewarn "installed, you can find these packages with \`equery d dev-python/PyQt4\`."
}