diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-07-10 05:07:52 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-07-10 05:07:52 +0000 |
commit | 317dec9e93b02b9381e40c14c845274c4df209b5 (patch) | |
tree | 53623a5a28da3a9ddc012fca9db83c43a9eebbd9 /dev-qt | |
parent | Fixing qtgui deps for qt-4.8.5 (diff) | |
download | gentoo-2-317dec9e93b02b9381e40c14c845274c4df209b5.tar.gz gentoo-2-317dec9e93b02b9381e40c14c845274c4df209b5.tar.bz2 gentoo-2-317dec9e93b02b9381e40c14c845274c4df209b5.zip |
Disabling patch for 4.8.5 that is not needed / does not apply
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtcore/ChangeLog | 5 | ||||
-rw-r--r-- | dev-qt/qtcore/qtcore-4.8.5.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-qt/qtcore/ChangeLog b/dev-qt/qtcore/ChangeLog index 05cf44a2711b..d816741dc197 100644 --- a/dev-qt/qtcore/ChangeLog +++ b/dev-qt/qtcore/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-qt/qtcore # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.17 2013/07/09 11:08:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.18 2013/07/10 05:07:52 patrick Exp $ + + 10 Jul 2013; Patrick Lauer <patrick@gentoo.org> qtcore-4.8.5.ebuild: + Disabling patch for 4.8.5 that is not needed / does not apply 09 Jul 2013; Jeroen Roovers <jer@gentoo.org> qtcore-4.8.4-r5.ebuild: Stable for HPPA (bug #476178). diff --git a/dev-qt/qtcore/qtcore-4.8.5.ebuild b/dev-qt/qtcore/qtcore-4.8.5.ebuild index c42b39ea6226..4549ebae743c 100644 --- a/dev-qt/qtcore/qtcore-4.8.5.ebuild +++ b/dev-qt/qtcore/qtcore-4.8.5.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/dev-qt/qtcore/qtcore-4.8.5.ebuild,v 1.1 2013/07/09 10:47:48 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-4.8.5.ebuild,v 1.2 2013/07/10 05:07:52 patrick Exp $ EAPI=5 @@ -27,9 +27,10 @@ PDEPEND=" qt3support? ( ~dev-qt/qtgui-${PV}[aqua=,debug=,glib=,qt3support] ) " -PATCHES=( - "${FILESDIR}/moc-workaround-for-BOOST_JOIN.patch" -) +# Doesn't apply, partially present in the source. Check if obsolete. +#PATCHES=( +# "${FILESDIR}/moc-workaround-for-BOOST_JOIN.patch" +#) pkg_setup() { QT4_TARGET_DIRECTORIES=" |