diff options
author | 2004-02-10 21:20:26 +0000 | |
---|---|---|
committer | 2004-02-10 21:20:26 +0000 | |
commit | e73d9fee035904b232c9a48ba8bdbad3284135a3 (patch) | |
tree | bc6fd92e6e73d5e64772003911407ad2afa878ba | |
parent | Added "Use MODULE_X_ARGS for arguments" to /etc/conf.d/lm_sensors; closes bug... (diff) | |
download | gentoo-2-e73d9fee035904b232c9a48ba8bdbad3284135a3.tar.gz gentoo-2-e73d9fee035904b232c9a48ba8bdbad3284135a3.tar.bz2 gentoo-2-e73d9fee035904b232c9a48ba8bdbad3284135a3.zip |
Place the warning back in the build
-rw-r--r-- | x11-libs/qt/qt-3.3.0.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
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 +} |