summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-02-10 21:20:26 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-02-10 21:20:26 +0000
commit8c227fab5d9611ae514f4371dff535ef5aa8f4f7 (patch)
tree9f8afafa20f81f69d9ebf3fe860d7c888abacc21 /x11-libs
parentAdded "Use MODULE_X_ARGS for arguments" to /etc/conf.d/lm_sensors; closes bug... (diff)
downloadhistorical-8c227fab5d9611ae514f4371dff535ef5aa8f4f7.tar.gz
historical-8c227fab5d9611ae514f4371dff535ef5aa8f4f7.tar.bz2
historical-8c227fab5d9611ae514f4371dff535ef5aa8f4f7.zip
Place the warning back in the build
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt/Manifest2
-rw-r--r--x11-libs/qt/qt-3.3.0.ebuild11
2 files changed, 11 insertions, 2 deletions
diff --git a/x11-libs/qt/Manifest b/x11-libs/qt/Manifest
index ea55b652b79b..0cae008751e6 100644
--- a/x11-libs/qt/Manifest
+++ b/x11-libs/qt/Manifest
@@ -1,4 +1,4 @@
-MD5 5332c617ab5076ef87675560eae91f13 qt-3.3.0.ebuild 4832
+MD5 6050756f15b336fe681b8d8bcf0a63c2 qt-3.3.0.ebuild 5176
MD5 9e84006a240b69c02e0aa8b957d48662 qt-3.1.2-r3.ebuild 4984
MD5 17042c3146d3b939079defa0835af1ab qt-3.2.2-r1.ebuild 6291
MD5 15cb67cf0a0a71f8c86c4aa91714360c qt-2.3.2-r1.ebuild 2285
diff --git a/x11-libs/qt/qt-3.3.0.ebuild b/x11-libs/qt/qt-3.3.0.ebuild
index 743ccdd16531..a90b635bd942 100644
--- a/x11-libs/qt/qt-3.3.0.ebuild
+++ b/x11-libs/qt/qt-3.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.0.ebuild,v 1.10 2004/02/10 19:06:25 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.0.ebuild,v 1.11 2004/02/10 21:20:26 caleb Exp $
SRCTYPE="free"
DESCRIPTION="QT version ${PV}"
@@ -163,3 +163,12 @@ src_install() {
done
}
+pkg_postinst()
+{
+ einfo
+ einfo "If you are upgrading Qt from an earlier version, it's possible that"
+ einfo "your buildkey has changed (based on use flags). This causes problems"
+ einfo "loading KDE plugins. If you have problems with KDE styles, the"
+ einfo "simple solution is to re-emerge kdelibs (and kdeartwork if you have it)."
+ einfo
+}