diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-10-10 11:48:44 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-10-10 11:48:44 +0000 |
commit | 79fc0d7af061ee209eb7e163fbb1072616ee0019 (patch) | |
tree | 936e9778d278dce2789cfd470f711d938fc39b75 /x11-libs/qt-core | |
parent | old (diff) | |
download | gentoo-2-79fc0d7af061ee209eb7e163fbb1072616ee0019.tar.gz gentoo-2-79fc0d7af061ee209eb7e163fbb1072616ee0019.tar.bz2 gentoo-2-79fc0d7af061ee209eb7e163fbb1072616ee0019.zip |
Mark -sparc because it sigbuses
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'x11-libs/qt-core')
-rw-r--r-- | x11-libs/qt-core/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-core/qt-core-4.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-core/ChangeLog b/x11-libs/qt-core/ChangeLog index 239a93c32611..d20bad839392 100644 --- a/x11-libs/qt-core/ChangeLog +++ b/x11-libs/qt-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-core # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.106 2010/09/24 06:59:51 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.107 2010/10/10 11:48:44 armin76 Exp $ + + 10 Oct 2010; Raúl Porcel <armin76@gentoo.org> qt-core-4.7.0.ebuild: + Mark -sparc because it sigbuses 24 Sep 2010; Alex Alexander <wired@gentoo.org> qt-core-4.7.0.ebuild: prefix fix, thanks to heiko_ diff --git a/x11-libs/qt-core/qt-core-4.7.0.ebuild b/x11-libs/qt-core/qt-core-4.7.0.ebuild index b1e0c058a94f..adde5c11a3e3 100644 --- a/x11-libs/qt-core/qt-core-4.7.0.ebuild +++ b/x11-libs/qt-core/qt-core-4.7.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2010 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.7.0.ebuild,v 1.3 2010/09/24 06:59:51 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.7.0.ebuild,v 1.4 2010/10/10 11:48:44 armin76 Exp $ EAPI="3" inherit qt4-build DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" SLOT="4" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="+glib iconv optimized-qmake private-headers qt3support ssl" RDEPEND="sys-libs/zlib |