diff options
author | Davide Pesavento <pesa@gentoo.org> | 2013-01-26 11:22:19 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2013-01-26 11:22:19 +0000 |
commit | 993558ef9568ef264458f09b5736d3325bf2d567 (patch) | |
tree | 10be0b4f9036a69ab58333ac1a6603dd1e2ee604 /x11-libs/qt-gui | |
parent | Symlink in-system fonts rather than use bundled ones. (diff) | |
download | gentoo-2-993558ef9568ef264458f09b5736d3325bf2d567.tar.gz gentoo-2-993558ef9568ef264458f09b5736d3325bf2d567.tar.bz2 gentoo-2-993558ef9568ef264458f09b5736d3325bf2d567.zip |
Remove elog about qtgraphicssystem eselect module.
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Diffstat (limited to 'x11-libs/qt-gui')
-rw-r--r-- | x11-libs/qt-gui/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-gui/qt-gui-4.8.4.ebuild | 9 |
2 files changed, 6 insertions, 8 deletions
diff --git a/x11-libs/qt-gui/ChangeLog b/x11-libs/qt-gui/ChangeLog index 58cfdab9db0e..b91997b620b9 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.217 2013/01/02 01:10:32 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.218 2013/01/26 11:22:19 pesa Exp $ + + 26 Jan 2013; Davide Pesavento <pesa@gentoo.org> qt-gui-4.8.4.ebuild: + Remove elog about qtgraphicssystem eselect module. 02 Jan 2013; Davide Pesavento <pesa@gentoo.org> qt-gui-4.8.4.ebuild: Add missing call to qt4-build_pkg_postinst(). Fixes bug 449362 and duplicates. diff --git a/x11-libs/qt-gui/qt-gui-4.8.4.ebuild b/x11-libs/qt-gui/qt-gui-4.8.4.ebuild index db9eef573acd..4ec474f9041d 100644 --- a/x11-libs/qt-gui/qt-gui-4.8.4.ebuild +++ b/x11-libs/qt-gui/qt-gui-4.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.8.4.ebuild,v 1.11 2013/01/02 01:10:32 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.4.ebuild,v 1.12 2013/01/26 11:22:19 pesa Exp $ EAPI=4 @@ -236,16 +236,11 @@ src_install() { pkg_postinst() { qt4-build_pkg_postinst - # raster is the default graphicssystems, set it on first install + # raster is the default graphicssystem, set it on first install eselect qtgraphicssystem set raster --use-old - elog "Starting with Qt 4.8, you may choose the active Qt Graphics System" - elog "by using a new eselect module called qtgraphicssystem." - elog "Run \`eselect qtgraphicssystem\` for more information." - if use gtkstyle; then # see bug 388551 - elog elog "For Qt's GTK style to work, you need to either export" elog "the following variable into your environment:" elog ' GTK2_RC_FILES="$HOME/.gtkrc-2.0"' |