diff options
author | 2007-11-30 13:32:55 +0000 | |
---|---|---|
committer | 2007-11-30 13:32:55 +0000 | |
commit | 1292ce023c7c4d38c4d1c76c3ffb59a36030174e (patch) | |
tree | 79b118ce47ff10f0f13e10eccf054df48c661b2e /x11-libs | |
parent | x86 stable, bug #200795 (diff) | |
download | gentoo-2-1292ce023c7c4d38c4d1c76c3ffb59a36030174e.tar.gz gentoo-2-1292ce023c7c4d38c4d1c76c3ffb59a36030174e.tar.bz2 gentoo-2-1292ce023c7c4d38c4d1c76c3ffb59a36030174e.zip |
Stable on ppc64; bug #200350
(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.4.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index d29ed33cec69..f668360d5607 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.148 2007/11/30 13:07:08 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.149 2007/11/30 13:32:55 corsair Exp $ + + 30 Nov 2007; Markus Rothe <corsair@gentoo.org> cairo-1.4.12.ebuild: + Stable on ppc64; bug #200350 30 Nov 2007; Christian Faulhammer <opfer@gentoo.org> cairo-1.4.12.ebuild: stable x86, security bug 200350 diff --git a/x11-libs/cairo/cairo-1.4.12.ebuild b/x11-libs/cairo/cairo-1.4.12.ebuild index e11bc01ef855..12822582ff22 100644 --- a/x11-libs/cairo/cairo-1.4.12.ebuild +++ b/x11-libs/cairo/cairo-1.4.12.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.4.12.ebuild,v 1.2 2007/11/30 13:07:08 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.4.12.ebuild,v 1.3 2007/11/30 13:32:55 corsair Exp $ inherit eutils flag-o-matic libtool @@ -10,7 +10,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="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 |