diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-08-20 10:07:30 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-08-20 10:07:30 +0000 |
commit | 62da16692e25553c44632740d81004fae79b495f (patch) | |
tree | 45e34049262924bef21486024046afbe3870be99 /x11-libs/cairo | |
parent | Version bump, improved search and filter edit dialogs (including status bar i... (diff) | |
download | gentoo-2-62da16692e25553c44632740d81004fae79b495f.tar.gz gentoo-2-62da16692e25553c44632740d81004fae79b495f.tar.bz2 gentoo-2-62da16692e25553c44632740d81004fae79b495f.zip |
stable x86, security bug 280393
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'x11-libs/cairo')
-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 ada469ee39b5..7c9ba21c3e92 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.220 2009/08/19 22:14:58 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.221 2009/08/20 10:07:30 fauli Exp $ + + 20 Aug 2009; Christian Faulhammer <fauli@gentoo.org> cairo-1.8.8.ebuild: + stable x86, security bug 280393 19 Aug 2009; Mounir Lamouri <volkmar@gentoo.org> cairo-1.8.8.ebuild: Stable for ppc. Bug 280393 diff --git a/x11-libs/cairo/cairo-1.8.8.ebuild b/x11-libs/cairo/cairo-1.8.8.ebuild index 7eab7aebc9b4..658e6d83380c 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.2 2009/08/19 22:14:58 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild,v 1.3 2009/08/20 10:07:30 fauli 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 |