diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-10-10 11:51:07 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-10-10 11:51:07 +0000 |
commit | 6620377d1828d23a7215ee079b121410367eb856 (patch) | |
tree | 698491820d5d4dfa2197dccb4e66ac8b0e696ebc /x11-libs | |
parent | old (diff) | |
download | gentoo-2-6620377d1828d23a7215ee079b121410367eb856.tar.gz gentoo-2-6620377d1828d23a7215ee079b121410367eb856.tar.bz2 gentoo-2-6620377d1828d23a7215ee079b121410367eb856.zip |
Mark -sparc because it sigbuses
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-gui/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-gui/qt-gui-4.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-gui/ChangeLog b/x11-libs/qt-gui/ChangeLog index 0ecd1ee708bb..955cd490b669 100644 --- a/x11-libs/qt-gui/ChangeLog +++ b/x11-libs/qt-gui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-gui # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.115 2010/09/26 13:32:36 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.116 2010/10/10 11:51:07 armin76 Exp $ + + 10 Oct 2010; Raúl Porcel <armin76@gentoo.org> qt-gui-4.7.0.ebuild: + Mark -sparc because it sigbuses 26 Sep 2010; Alex Alexander <wired@gentoo.org> qt-gui-4.5.3-r2.ebuild, qt-gui-4.6.2.ebuild, qt-gui-4.6.2-r1.ebuild, qt-gui-4.6.3.ebuild, diff --git a/x11-libs/qt-gui/qt-gui-4.7.0.ebuild b/x11-libs/qt-gui/qt-gui-4.7.0.ebuild index d198df273370..55839219d1cc 100644 --- a/x11-libs/qt-gui/qt-gui-4.7.0.ebuild +++ b/x11-libs/qt-gui/qt-gui-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-gui/qt-gui-4.7.0.ebuild,v 1.4 2010/09/26 13:32:36 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.7.0.ebuild,v 1.5 2010/10/10 11:51:07 armin76 Exp $ EAPI="3" inherit confutils qt4-build DESCRIPTION="The GUI module for the Qt toolkit" 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="+accessibility cups dbus egl +glib gtk mng nas nis private-headers qt3support +raster tiff trace xinerama" RDEPEND="media-libs/fontconfig |