diff options
author | Jason Wever <weeve@gentoo.org> | 2006-05-12 12:11:02 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-05-12 12:11:02 +0000 |
commit | 86fe0a0311628e92bd65c8413205174d2c79b3e2 (patch) | |
tree | 93ee476109d22b1536ab2811a7a1f7828e1d541a /x11-libs/qt | |
parent | Add a patch to fix some KDE bugs (from Carlo) (diff) | |
download | gentoo-2-86fe0a0311628e92bd65c8413205174d2c79b3e2.tar.gz gentoo-2-86fe0a0311628e92bd65c8413205174d2c79b3e2.tar.bz2 gentoo-2-86fe0a0311628e92bd65c8413205174d2c79b3e2.zip |
Stable on SPARC wrt bug #132887.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'x11-libs/qt')
-rw-r--r-- | x11-libs/qt/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index 240f39102ed4..1ed7b7af74c4 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.309 2006/05/11 09:46:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.310 2006/05/12 12:11:02 weeve Exp $ + + 12 May 2006; Jason Wever <weeve@gentoo.org> qt-3.3.6-r1.ebuild: + Stable on SPARC wrt bug #132887. 11 May 2006; Markus Rothe <corsair@gentoo.org> qt-3.3.6-r1.ebuild: Stable on ppc64; bug #132887 diff --git a/x11-libs/qt/qt-3.3.6-r1.ebuild b/x11-libs/qt/qt-3.3.6-r1.ebuild index 7910a4545af7..52b54abe0474 100644 --- a/x11-libs/qt/qt-3.3.6-r1.ebuild +++ b/x11-libs/qt/qt-3.3.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.6-r1.ebuild,v 1.3 2006/05/11 09:46:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.6-r1.ebuild,v 1.4 2006/05/12 12:11:02 weeve Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-${SRCTYPE}-${PV}.tar.bz2 LICENSE="|| ( QPL-1.0 GPL-2 )" SLOT="3" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc-macos ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc-macos ppc64 sparc ~x86 ~x86-fbsd" IUSE="cups debug doc examples firebird gif ipv6 mysql nas nis odbc opengl postgres sqlite xinerama immqt immqt-bc" DEPEND="|| ( ( x11-libs/libXcursor |