summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-03-14 19:49:53 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-03-14 19:49:53 +0000
commitff5c7f768a4373c2799e2aa9785deeec93a5b987 (patch)
tree4983059ce1caebcac2188f0b8ec5a3d4139010e8 /x11-libs/qt-gui
parentarm/ia64/s390/sh stable wrt #259542 (diff)
downloadgentoo-2-ff5c7f768a4373c2799e2aa9785deeec93a5b987.tar.gz
gentoo-2-ff5c7f768a4373c2799e2aa9785deeec93a5b987.tar.bz2
gentoo-2-ff5c7f768a4373c2799e2aa9785deeec93a5b987.zip
Couple of fixes on raster use flag warning message
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-gui')
-rw-r--r--x11-libs/qt-gui/ChangeLog5
-rw-r--r--x11-libs/qt-gui/qt-gui-4.5.0.ebuild15
2 files changed, 12 insertions, 8 deletions
diff --git a/x11-libs/qt-gui/ChangeLog b/x11-libs/qt-gui/ChangeLog
index 92beb7fb2fa0..5272b3ae0022 100644
--- a/x11-libs/qt-gui/ChangeLog
+++ b/x11-libs/qt-gui/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-gui
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.35 2009/03/04 21:09:36 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.36 2009/03/14 19:49:53 hwoarang Exp $
+
+ 14 Mar 2009; Markos Chandras <hwoarang@gentoo.org> qt-gui-4.5.0:
+ Couple of fixes on raster use flag warning message
*qt-gui-4.5.0 (04 Mar 2009)
diff --git a/x11-libs/qt-gui/qt-gui-4.5.0.ebuild b/x11-libs/qt-gui/qt-gui-4.5.0.ebuild
index e0ac59debc3c..f10b0735893a 100644
--- a/x11-libs/qt-gui/qt-gui-4.5.0.ebuild
+++ b/x11-libs/qt-gui/qt-gui-4.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.0.ebuild,v 1.1 2009/03/04 21:09:36 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.0.ebuild,v 1.2 2009/03/14 19:49:53 hwoarang Exp $
EAPI="2"
inherit eutils qt4-build
@@ -50,12 +50,13 @@ tools/shared/"
pkg_setup() {
if use raster; then
- ewarn
- ewarn "You have enabled raster backend rendering engine."
- ewarn "This is a new feature and might lead to composite problems"
- ewarn "or screen corruption."
- ewarn
- ebeep 3
+ ewarn "WARNING: You have enabled raster backend rendering engine."
+ ewarn "This is a new feature and may lead to composite problems"
+ ewarn "screen corruption and broken qt4 or kde4 applications. "
+ ewarn "If you encounter such problems please"
+ ewarn "remove 'raster' use flag and re-compile qt-gui before"
+ ewarn "filling a bug on gentoo bugzilla."
+ ebeep 5
fi
qt4-build_pkg_setup
}