diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-12-26 16:19:16 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-12-26 16:19:16 +0000 |
commit | 765f2cc484673917653e508d055c674021053431 (patch) | |
tree | 48cd6f0090c502a9dd20722b0f856e522077123d /x11-libs | |
parent | sparc stable wrt #197398 (diff) | |
download | gentoo-2-765f2cc484673917653e508d055c674021053431.tar.gz gentoo-2-765f2cc484673917653e508d055c674021053431.tar.bz2 gentoo-2-765f2cc484673917653e508d055c674021053431.zip |
Doesn't work fine on sparc, bug #203282
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index b0843509d984..20ff6354c2d3 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.156 2007/12/07 22:39:16 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.157 2007/12/26 16:19:16 armin76 Exp $ + + 26 Dec 2007; Raúl Porcel <armin76@gentoo.org> cairo-1.5.4.ebuild: + Doesn't work fine on sparc, bug #203282 07 Dec 2007; Doug Klima <cardoe@gentoo.org> cairo-1.5.4.ebuild: GNU find is not required on G/BSD as previously reported diff --git a/x11-libs/cairo/cairo-1.5.4.ebuild b/x11-libs/cairo/cairo-1.5.4.ebuild index e57b0cd7a423..6535f9daaa57 100644 --- a/x11-libs/cairo/cairo-1.5.4.ebuild +++ b/x11-libs/cairo/cairo-1.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.5.4.ebuild,v 1.2 2007/12/07 22:39:16 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.5.4.ebuild,v 1.3 2007/12/26 16:19:16 armin76 Exp $ inherit eutils flag-o-matic libtool @@ -10,7 +10,7 @@ SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh -sparc ~x86 ~x86-fbsd" IUSE="debug directfb doc glitz opengl svg X xcb test" RDEPEND="media-libs/fontconfig |