diff options
author | Bret Curtis <psi29a@gentoo.org> | 2004-08-23 15:15:16 +0000 |
---|---|---|
committer | Bret Curtis <psi29a@gentoo.org> | 2004-08-23 15:15:16 +0000 |
commit | d64d0647f6832b6a6e2d864cd3167c8d225bb925 (patch) | |
tree | 2138557077798df9c535c031e79a2f358d643d57 /x11-libs/qt | |
parent | metadata update (Manifest recommit) (diff) | |
download | gentoo-2-d64d0647f6832b6a6e2d864cd3167c8d225bb925.tar.gz gentoo-2-d64d0647f6832b6a6e2d864cd3167c8d225bb925.tar.bz2 gentoo-2-d64d0647f6832b6a6e2d864cd3167c8d225bb925.zip |
Removed 3.2.x patch for mips, and moved to stable.
Diffstat (limited to 'x11-libs/qt')
-rw-r--r-- | x11-libs/qt/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.3.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index bdf9c4728044..50193b0a05da 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.169 2004/08/21 20:08:32 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.170 2004/08/23 15:15:16 psi29a Exp $ + + 23 Aug 2004; psi29a <psi29a@gentoo.org> qt-3.3.3.ebuild: + Removed mips patch, as it is no longer necessary with > 3.2.x and marked + stabled for mips 22 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> qt-3.3.2.ebuild, +files/qt-3.3.2-immodule-20040819.patch, diff --git a/x11-libs/qt/qt-3.3.3.ebuild b/x11-libs/qt/qt-3.3.3.ebuild index 5bd9427b9261..041679954fc0 100644 --- a/x11-libs/qt/qt-3.3.3.ebuild +++ b/x11-libs/qt/qt-3.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.3.ebuild,v 1.11 2004/08/21 18:48:43 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.3.ebuild,v 1.12 2004/08/23 15:15:16 psi29a Exp $ inherit eutils @@ -21,7 +21,7 @@ SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-${SRCTYPE}-${PV}.tar.bz2 LICENSE="QPL-1.0 | GPL-2" SLOT="3" -KEYWORDS="x86 alpha ppc amd64 sparc hppa ~mips ppc64" +KEYWORDS="x86 alpha ppc amd64 sparc hppa mips ppc64" IUSE="cups debug doc firebird gif icc ipv6 mysql nas odbc opengl postgres sqlite xinerama zlib immqt immqt-bc" DEPEND="virtual/x11 virtual/xft @@ -79,10 +79,6 @@ src_unpack() { sh make-symlinks.sh || die "make symlinks failed" fi - # mips requires this patch to pass a CFLAG to gcc/g++ (which passes it to the assembler). - # It tells the assembler to relax branches on mips, otherwise we get build errors. - use mips && epatch ${FILESDIR}/${P}-mips-relax-branches.patch - # use icc && export PLATFORM=linux-icc } |