diff options
author | 2012-05-04 17:54:21 +0000 | |
---|---|---|
committer | 2012-05-04 17:54:21 +0000 | |
commit | 1f8df649155d9564c561c5093b2428b37df6dcdb (patch) | |
tree | 53eb86f6fdae4ad7d757688f775de3d76a2fd4fa /x11-libs | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-1f8df649155d9564c561c5093b2428b37df6dcdb.tar.gz gentoo-2-1f8df649155d9564c561c5093b2428b37df6dcdb.tar.bz2 gentoo-2-1f8df649155d9564c561c5093b2428b37df6dcdb.zip |
Stable on amd64 x86 and ppc wrt bug#414309. (force due weird deps on qt).
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.10.2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index cf578ee720d1..677eff6dadf4 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.289 2012/05/02 22:11:29 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.290 2012/05/04 17:54:21 scarabeus Exp $ + + 04 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> cairo-1.10.2-r2.ebuild: + Stable on amd64 x86 and ppc wrt bug#414309. 02 May 2012; Davide Pesavento <pesa@gentoo.org> cairo-1.10.2-r1.ebuild, cairo-1.10.2-r2.ebuild, cairo-1.12.0.ebuild, cairo-1.12.2.ebuild, diff --git a/x11-libs/cairo/cairo-1.10.2-r2.ebuild b/x11-libs/cairo/cairo-1.10.2-r2.ebuild index ba9f106bf4dc..6c6e87de71d8 100644 --- a/x11-libs/cairo/cairo-1.10.2-r2.ebuild +++ b/x11-libs/cairo/cairo-1.10.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r2.ebuild,v 1.3 2012/05/02 22:11:29 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r2.ebuild,v 1.4 2012/05/04 17:54:21 scarabeus Exp $ EAPI=3 @@ -15,7 +15,7 @@ HOMEPAGE="http://cairographics.org/" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="X aqua debug directfb doc drm gallium +glib opengl openvg qt4 static-libs +svg xcb" # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it |