diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2003-04-05 23:30:45 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2003-04-05 23:30:45 +0000 |
commit | 8677f7e72bebfc598f6bd3001482745375dfe0b8 (patch) | |
tree | 00e5f8ce38a1983dd134ec8d7e45991459cd0634 /x11-libs/qt | |
parent | new package (diff) | |
download | gentoo-2-8677f7e72bebfc598f6bd3001482745375dfe0b8.tar.gz gentoo-2-8677f7e72bebfc598f6bd3001482745375dfe0b8.tar.bz2 gentoo-2-8677f7e72bebfc598f6bd3001482745375dfe0b8.zip |
fix for #18586, marked stable for x86
Diffstat (limited to 'x11-libs/qt')
-rw-r--r-- | x11-libs/qt/files/qt-3.1.2-qmlined.diff | 9 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.1.2.ebuild | 5 |
2 files changed, 12 insertions, 2 deletions
diff --git a/x11-libs/qt/files/qt-3.1.2-qmlined.diff b/x11-libs/qt/files/qt-3.1.2-qmlined.diff new file mode 100644 index 000000000000..46165a9efcb7 --- /dev/null +++ b/x11-libs/qt/files/qt-3.1.2-qmlined.diff @@ -0,0 +1,9 @@ +--- include/qmlined.h~ 2003-04-05 23:49:48.000000000 +0200 ++++ include/qmlined.h 2003-04-05 23:50:00.000000000 +0200 +@@ -22,5 +22,5 @@ + *****************************************************************************/ + #ifndef QMLINED_H + #define QMLINED_H +-#include "qtmultilineedit.h" ++#include "qmultilineedit.h" + #endif diff --git a/x11-libs/qt/qt-3.1.2.ebuild b/x11-libs/qt/qt-3.1.2.ebuild index 596569df6bae..880a5650f21d 100644 --- a/x11-libs/qt/qt-3.1.2.ebuild +++ b/x11-libs/qt/qt-3.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.1.2.ebuild,v 1.1 2003/03/22 14:33:37 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.1.2.ebuild,v 1.2 2003/04/05 23:30:45 hannes Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="3" LICENSE="QPL-1.0" # WARNING: do not give this ebuild keywords that >=kdelibs-3.1.1, >=kdebase-3.1.1-r1 don't have -KEYWORDS="~x86 ~ppc ~sparc" # alpha removed temporarily as I wasn't sure about the special +KEYWORDS="x86 ~ppc ~sparc" # alpha removed temporarily as I wasn't sure about the special # alpha stuff in src_unpack SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2" @@ -53,6 +53,7 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/designer.diff + epatch ${FILESDIR}/${P}-qmlined.diff cp configure configure.orig sed -e 's:read acceptance:acceptance=yes:' configure.orig > configure |