diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-11-20 14:16:41 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-11-20 14:16:41 +0000 |
commit | 519f2ed22f4259716e1ffe202d63c03fc5eb457e (patch) | |
tree | eaf1caf6c9bfca264aacfec3d0a1c2e5b5c224f8 /x11-libs | |
parent | Added patch to fix working with fontconfig >= 2.4. See bug #148988. General d... (diff) | |
download | gentoo-2-519f2ed22f4259716e1ffe202d63c03fc5eb457e.tar.gz gentoo-2-519f2ed22f4259716e1ffe202d63c03fc5eb457e.tar.bz2 gentoo-2-519f2ed22f4259716e1ffe202d63c03fc5eb457e.zip |
Stable on sparc wrt #155544
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 7daa2f2beaf7..a1dab9503df6 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.85 2006/11/18 09:49:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.86 2006/11/20 14:16:41 gustavoz Exp $ + + 20 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org> cairo-1.2.4.ebuild: + Stable on sparc wrt #155544 18 Nov 2006; nixnut <nixnut@gentoo.org> cairo-1.2.4.ebuild: Stable on ppc wrt bug 155544 diff --git a/x11-libs/cairo/cairo-1.2.4.ebuild b/x11-libs/cairo/cairo-1.2.4.ebuild index c272b9efbc78..7504cc7a5168 100644 --- a/x11-libs/cairo/cairo-1.2.4.ebuild +++ b/x11-libs/cairo/cairo-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.4.ebuild,v 1.4 2006/11/18 09:49:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.4.ebuild,v 1.5 2006/11/20 14:16:41 gustavoz Exp $ inherit eutils flag-o-matic @@ -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 ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" IUSE="directfb doc glitz pdf png svg X" # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it |