diff options
author | Dror Levin <spatz@gentoo.org> | 2010-01-20 12:27:23 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-01-20 12:27:23 +0000 |
commit | ac2c5a7929328c5b119c4d288d93469870215fcf (patch) | |
tree | 425d5b712824cfcfd28399f3ba7711d055a46e04 /x11-libs/qt-gui | |
parent | Remake nolibx11 patch for 4.6.1 and remove hebrew patch as it was included up... (diff) | |
download | historical-ac2c5a7929328c5b119c4d288d93469870215fcf.tar.gz historical-ac2c5a7929328c5b119c4d288d93469870215fcf.tar.bz2 historical-ac2c5a7929328c5b119c4d288d93469870215fcf.zip |
Remove qgraphicsscence patch for 4.6.1 as it was included upstream.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
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.6.1.ebuild | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11-libs/qt-gui/ChangeLog b/x11-libs/qt-gui/ChangeLog index 0106a740a7da..766a69e5edef 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.92 2010/01/19 18:55:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.93 2010/01/20 12:27:23 spatz Exp $ + + 20 Jan 2010; Dror Levin <spatz@gentoo.org> qt-gui-4.6.1.ebuild: + Remove qgraphicsscence patch for 4.6.1 as it was included upstream. 19 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> qt-gui-4.6.0-r2.ebuild, qt-gui-4.6.1.ebuild: diff --git a/x11-libs/qt-gui/qt-gui-4.6.1.ebuild b/x11-libs/qt-gui/qt-gui-4.6.1.ebuild index c957d11d0eca..ff69c9d5d80d 100644 --- a/x11-libs/qt-gui/qt-gui-4.6.1.ebuild +++ b/x11-libs/qt-gui/qt-gui-4.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.6.1.ebuild,v 1.2 2010/01/19 18:55:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.6.1.ebuild,v 1.3 2010/01/20 12:27:23 spatz Exp $ EAPI="2" inherit confutils eutils qt4-build @@ -58,10 +58,6 @@ tools/linguist/phrasebooks tools/linguist/shared tools/shared" -PATCHES=( - "${FILESDIR}"/${P}-fix-qgraphicsscence.patch -) - pkg_setup() { if ! use qt3support; then ewarn "WARNING: if you need 'qtconfig', you _must_ enable qt3support." |