diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-10-01 18:12:41 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-10-01 18:12:41 +0000 |
commit | c7ceb63cd471bb63a465c2a86b2709ed43d826b2 (patch) | |
tree | 25d5f339f577e879567291e9afce21862a240a40 /x11-libs | |
parent | FindPythonLibs.cmake should use currently active Python version (bug #287143)... (diff) | |
download | gentoo-2-c7ceb63cd471bb63a465c2a86b2709ed43d826b2.tar.gz gentoo-2-c7ceb63cd471bb63a465c2a86b2709ed43d826b2.tar.bz2 gentoo-2-c7ceb63cd471bb63a465c2a86b2709ed43d826b2.zip |
Stable on alpha, bug #285154
(Portage version: 2.1.6.13/cvs/Linux x86_64)
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 936f1d9c71e9..08b3a0e8ac0b 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.228 2009/09/27 19:06:08 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.229 2009/10/01 18:12:41 klausman Exp $ + + 01 Oct 2009; Tobias Klausmann <klausman@gentoo.org> cairo-1.8.8.ebuild: + Stable on alpha, bug #285154 27 Sep 2009; nixnut <nixnut@gentoo.org> cairo-1.8.8.ebuild: ppc stable #285154 diff --git a/x11-libs/cairo/cairo-1.8.8.ebuild b/x11-libs/cairo/cairo-1.8.8.ebuild index 3c08437cb934..340513e610e2 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.10 2009/09/27 19:06:08 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild,v 1.11 2009/10/01 18:12:41 klausman 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 |