diff options
Diffstat (limited to 'x11-libs/qt-core/qt-core-4.5.1.ebuild')
-rw-r--r-- | x11-libs/qt-core/qt-core-4.5.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-libs/qt-core/qt-core-4.5.1.ebuild b/x11-libs/qt-core/qt-core-4.5.1.ebuild index a4099fcf3ec7..bc7e23a62203 100644 --- a/x11-libs/qt-core/qt-core-4.5.1.ebuild +++ b/x11-libs/qt-core/qt-core-4.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.5.1.ebuild,v 1.5 2009/05/15 18:38:43 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.5.1.ebuild,v 1.6 2009/05/26 16:19:30 tampakrap Exp $ EAPI="2" inherit qt4-build @@ -49,6 +49,9 @@ src/3rdparty/sha1/ src/script/ translations/" +#patch for ia64 requested from armin76 +PATCHES=( "${FILESDIR}/${PN}-4.5-boilerplate.diff" ) + pkg_setup() { qt4-build_pkg_setup |