diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-05-15 18:19:55 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-05-15 18:19:55 +0000 |
commit | a0804396d613718f71e78833a98fe042170904e2 (patch) | |
tree | 90691b7554519a49a6de617305a7beed2658b9a9 /x11-libs/qt | |
parent | x11-libs/qt-webkit-4.5.1 does not compile on alpha (bug 269739), dropping key... (diff) | |
download | gentoo-2-a0804396d613718f71e78833a98fe042170904e2.tar.gz gentoo-2-a0804396d613718f71e78833a98fe042170904e2.tar.bz2 gentoo-2-a0804396d613718f71e78833a98fe042170904e2.zip |
x11-libs/qt-webkit-4.5.1 does not compile on alpha (bug 269739), the meta ebuild depends on that, so dropping keyword
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt')
-rw-r--r-- | x11-libs/qt/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt/qt-4.5.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index 5b94797dff4c..a0256f04c69f 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.574 2009/05/14 22:01:39 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.575 2009/05/15 18:19:55 klausman Exp $ + + 15 May 2009; Tobias Klausmann <klausman@gentoo.org> qt-4.5.1.ebuild: + x11-libs/qt-webkit-4.5.1 does not compile on alpha (bug 269739), the meta + ebuild depends on that, so dropping keyword 14 May 2009; Ben de Groot <yngwin@gentoo.org> -qt-4.5.0.ebuild: Remove old diff --git a/x11-libs/qt/qt-4.5.1.ebuild b/x11-libs/qt/qt-4.5.1.ebuild index 77be7d5b08a6..dd0953302610 100644 --- a/x11-libs/qt/qt-4.5.1.ebuild +++ b/x11-libs/qt/qt-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/qt-4.5.1.ebuild,v 1.2 2009/05/13 17:56:42 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.5.1.ebuild,v 1.3 2009/05/15 18:19:55 klausman Exp $ EAPI=2 DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.qtsoftware.com/" LICENSE="|| ( LGPL-2.1 GPL-3 )" SLOT="4" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 -sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 -sparc ~x86" IUSE="+dbus opengl +qt3support" DEPEND="" |