diff options
author | Davide Pesavento <pesa@gentoo.org> | 2013-01-02 01:10:32 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2013-01-02 01:10:32 +0000 |
commit | a1b46d1f4eb007c77c58b5d00227879c12bd5a53 (patch) | |
tree | 655ac77a532152bd155e867ce6fb36c279204ecb /x11-libs/qt-gui | |
parent | marked x86 per bug 449178 (diff) | |
download | gentoo-2-a1b46d1f4eb007c77c58b5d00227879c12bd5a53.tar.gz gentoo-2-a1b46d1f4eb007c77c58b5d00227879c12bd5a53.tar.bz2 gentoo-2-a1b46d1f4eb007c77c58b5d00227879c12bd5a53.zip |
Add missing call to qt4-build_pkg_postinst(). Fixes bug 449362 and duplicates.
(Portage version: 2.2.0_alpha149/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 | 7 | ||||
-rw-r--r-- | x11-libs/qt-gui/qt-gui-4.8.4.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-libs/qt-gui/ChangeLog b/x11-libs/qt-gui/ChangeLog index 1f3bc2e14b6c..58cfdab9db0e 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.216 2012/12/31 05:53:06 pesa Exp $ +# 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 $ + + 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. 31 Dec 2012; Davide Pesavento <pesa@gentoo.org> metadata.xml: Cleanup metadata. 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 704dbcce7537..db9eef573acd 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-2012 Gentoo Foundation +# 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.10 2012/12/29 08:46:43 ago Exp $ +# $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 $ EAPI=4 @@ -234,6 +234,8 @@ src_install() { } pkg_postinst() { + qt4-build_pkg_postinst + # raster is the default graphicssystems, set it on first install eselect qtgraphicssystem set raster --use-old |