diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-10-09 18:42:39 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-10-09 18:42:39 +0000 |
commit | 8fe8711ce7b4031a045411966aac40c16173a9ab (patch) | |
tree | 5f52bb21d884fce3f90b4a7390293f679c418186 /x11-libs | |
parent | amd64 stable wrt #287692 (diff) | |
download | gentoo-2-8fe8711ce7b4031a045411966aac40c16173a9ab.tar.gz gentoo-2-8fe8711ce7b4031a045411966aac40c16173a9ab.tar.bz2 gentoo-2-8fe8711ce7b4031a045411966aac40c16173a9ab.zip |
arm/ia64/s390/sh/sparc stable wrt #285154
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.8.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 08b3a0e8ac0b..1cc7677d8a27 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.229 2009/10/01 18:12:41 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.230 2009/10/09 18:42:39 armin76 Exp $ + + 09 Oct 2009; Raúl Porcel <armin76@gentoo.org> cairo-1.8.8.ebuild: + arm/ia64/s390/sh/sparc stable wrt #285154 01 Oct 2009; Tobias Klausmann <klausman@gentoo.org> cairo-1.8.8.ebuild: Stable on alpha, bug #285154 diff --git a/x11-libs/cairo/cairo-1.8.8.ebuild b/x11-libs/cairo/cairo-1.8.8.ebuild index 340513e610e2..ee3e3bd5afbf 100644 --- a/x11-libs/cairo/cairo-1.8.8.ebuild +++ b/x11-libs/cairo/cairo-1.8.8.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/cairo/cairo-1.8.8.ebuild,v 1.11 2009/10/01 18:12:41 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild,v 1.12 2009/10/09 18:42:39 armin76 Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="http://cairographics.org/releases/${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="cleartype debug directfb doc glitz opengl svg X xcb" # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it |