diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-05-10 21:40:09 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-05-10 21:40:09 +0000 |
commit | 387fe07924fa0c9bf8ce1ecfad90baccc11460a6 (patch) | |
tree | 11f4295d0abd3a9ff4380e13f360da75d5ad4d61 /x11-libs | |
parent | Gone. (diff) | |
download | gentoo-2-387fe07924fa0c9bf8ce1ecfad90baccc11460a6.tar.gz gentoo-2-387fe07924fa0c9bf8ce1ecfad90baccc11460a6.tar.bz2 gentoo-2-387fe07924fa0c9bf8ce1ecfad90baccc11460a6.zip |
Remove patch, it is applied upstream
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-core/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-core/qt-core-4.7.3.ebuild | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11-libs/qt-core/ChangeLog b/x11-libs/qt-core/ChangeLog index 77cb85c1efff..12a4d950a8c3 100644 --- a/x11-libs/qt-core/ChangeLog +++ b/x11-libs/qt-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-core # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.131 2011/05/10 20:04:33 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.132 2011/05/10 21:40:09 tampakrap Exp $ + + 10 May 2011; Theo Chatzimichos <tampakrap@gentoo.org> qt-core-4.7.3.ebuild: + Remove patch, it is applied upstream *qt-core-4.7.3 (10 May 2011) diff --git a/x11-libs/qt-core/qt-core-4.7.3.ebuild b/x11-libs/qt-core/qt-core-4.7.3.ebuild index 7ec4b82b6415..368bfb4f993f 100644 --- a/x11-libs/qt-core/qt-core-4.7.3.ebuild +++ b/x11-libs/qt-core/qt-core-4.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.7.3.ebuild,v 1.1 2011/05/10 20:04:33 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.7.3.ebuild,v 1.2 2011/05/10 21:40:09 tampakrap Exp $ EAPI="3" inherit qt4-build @@ -18,10 +18,6 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" PDEPEND="qt3support? ( ~x11-libs/qt-gui-${PV}[aqua=,glib=,qt3support] )" -PATCHES=( - "${FILESDIR}/blacklist_ssl.patch" -) - pkg_setup() { QT4_TARGET_DIRECTORIES=" src/tools/bootstrap |